Skip to content

Commit

Permalink
chore: release version 0.8.0 (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang committed Aug 19, 2024
1 parent 246b075 commit 8aa30e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>io.numaproj.numaflow</groupId>
<artifactId>numaflow-java</artifactId>
<version>0.7.4</version>
<version>0.8.0</version>
</dependency>
```

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

```groovy
compile "io.numaproj.numaflow:numaflow-java:0.7.4"
compile "io.numaproj.numaflow:numaflow-java:0.8.0"
```

### Build
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>io.numaproj.numaflow</groupId>
<artifactId>numaflow-java</artifactId>
<version>0.7.4</version>
<version>0.8.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.numaproj.numaflow</groupId>
<artifactId>numaflow-java</artifactId>
<version>0.7.4</version>
<version>0.8.0</version>
<packaging>jar</packaging>

<name>numaflow-java</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/numaproj/numaflow/info/ServerInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@AllArgsConstructor
public class ServerInfo {
// Specify the minimum Numaflow version required by the current SDK version
public static final String MINIMUM_NUMAFLOW_VERSION = "1.2.0-rc4";
public static final String MINIMUM_NUMAFLOW_VERSION = "1.3.0-rc1";
@JsonProperty("protocol")
private Protocol protocol;
@JsonProperty("language")
Expand Down

0 comments on commit 8aa30e9

Please sign in to comment.