File tree 4 files changed +5
-5
lines changed
src/main/java/io/numaproj/numaflow/info
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add this dependency to your project's POM:
26
26
<dependency >
27
27
<groupId >io.numaproj.numaflow</groupId >
28
28
<artifactId >numaflow-java</artifactId >
29
- <version >0.7.1 </version >
29
+ <version >0.7.2 </version >
30
30
</dependency >
31
31
```
32
32
@@ -35,7 +35,7 @@ Add this dependency to your project's POM:
35
35
Add this dependency to your project's build file:
36
36
37
37
``` groovy
38
- compile "io.numaproj.numaflow:numaflow-java:0.7.1 "
38
+ compile "io.numaproj.numaflow:numaflow-java:0.7.2 "
39
39
```
40
40
41
41
### Build
Original file line number Diff line number Diff line change 17
17
<dependency >
18
18
<groupId >io.numaproj.numaflow</groupId >
19
19
<artifactId >numaflow-java</artifactId >
20
- <version >0.7.1 </version >
20
+ <version >0.7.2 </version >
21
21
</dependency >
22
22
23
23
<dependency >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.numaproj.numaflow</groupId >
8
8
<artifactId >numaflow-java</artifactId >
9
- <version >0.7.1 </version >
9
+ <version >0.7.2 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >numaflow-java</name >
Original file line number Diff line number Diff line change 22
22
@ AllArgsConstructor
23
23
public class ServerInfo {
24
24
// Specify the minimum Numaflow version required by the current SDK version
25
- public static final String MINIMUM_NUMAFLOW_VERSION = "1.2.0-0 " ;
25
+ public static final String MINIMUM_NUMAFLOW_VERSION = "1.2.0-rc4 " ;
26
26
@ JsonProperty ("protocol" )
27
27
private Protocol protocol ;
28
28
@ JsonProperty ("language" )
You can’t perform that action at this time.
0 commit comments