Skip to content

Commit 77b9a5b

Browse files
authored
chore: update sdk version (#78)
Signed-off-by: Keran Yang <[email protected]>
1 parent 99a3667 commit 77b9a5b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.5.3</version>
29+
<version>0.5.4</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.5.3"
38+
compile "io.numaproj.numaflow:numaflow-java:0.5.4"
3939
```
4040

4141
```

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.numaproj.numaflow</groupId>
1818
<artifactId>numaflow-java</artifactId>
19-
<version>0.5.3</version>
19+
<version>0.5.4</version>
2020
</dependency>
2121

2222
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
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.5.3</version>
9+
<version>0.5.4</version>
1010
<packaging>jar</packaging>
1111

1212
<name>numaflow-java</name>

0 commit comments

Comments
 (0)