Skip to content

Commit 7a25b70

Browse files
authored
chore: prepare for releasing v0.7.2 (#119)
Signed-off-by: Keran Yang <[email protected]>
1 parent 79ced9b commit 7a25b70

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add this dependency to your project's POM:
2626
<dependency>
2727
<groupId>io.numaproj.numaflow</groupId>
2828
<artifactId>numaflow-java</artifactId>
29-
<version>0.7.1</version>
29+
<version>0.7.2</version>
3030
</dependency>
3131
```
3232

@@ -35,7 +35,7 @@ Add this dependency to your project's POM:
3535
Add this dependency to your project's build file:
3636

3737
```groovy
38-
compile "io.numaproj.numaflow:numaflow-java:0.7.1"
38+
compile "io.numaproj.numaflow:numaflow-java:0.7.2"
3939
```
4040

4141
### Build

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.numaproj.numaflow</groupId>
1919
<artifactId>numaflow-java</artifactId>
20-
<version>0.7.1</version>
20+
<version>0.7.2</version>
2121
</dependency>
2222

2323
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.numaproj.numaflow</groupId>
88
<artifactId>numaflow-java</artifactId>
9-
<version>0.7.1</version>
9+
<version>0.7.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>numaflow-java</name>

src/main/java/io/numaproj/numaflow/info/ServerInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@AllArgsConstructor
2323
public class ServerInfo {
2424
// 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";
2626
@JsonProperty("protocol")
2727
private Protocol protocol;
2828
@JsonProperty("language")

0 commit comments

Comments
 (0)