Skip to content

Commit 0a4caf6

Browse files
authored
chore: prepare for 0.10 release (#189)
Signed-off-by: Yashash H L <[email protected]>
1 parent 25fe5e2 commit 0a4caf6

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
@@ -28,7 +28,7 @@ Add this dependency to your project's POM:
2828
<dependency>
2929
<groupId>io.numaproj.numaflow</groupId>
3030
<artifactId>numaflow-java</artifactId>
31-
<version>0.9.2</version>
31+
<version>0.10.0</version>
3232
</dependency>
3333
```
3434

@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
3737
Add this dependency to your project's build file:
3838

3939
```groovy
40-
compile "io.numaproj.numaflow:numaflow-java:0.9.2"
40+
compile "io.numaproj.numaflow:numaflow-java:0.10.0"
4141
```
4242

4343
### Build

examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.2</version>
20+
<version>0.10.0</version>
2121
</dependency>
2222

2323
<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.9.2</version>
9+
<version>0.10.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>numaflow-java</name>

0 commit comments

Comments
 (0)