File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add this dependency to your project's POM:
28
28
<dependency >
29
29
<groupId >io.numaproj.numaflow</groupId >
30
30
<artifactId >numaflow-java</artifactId >
31
- <version >0.9.2 </version >
31
+ <version >0.10.0 </version >
32
32
</dependency >
33
33
```
34
34
@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
37
37
Add this dependency to your project's build file:
38
38
39
39
``` groovy
40
- compile "io.numaproj.numaflow:numaflow-java:0.9.2 "
40
+ compile "io.numaproj.numaflow:numaflow-java:0.10.0 "
41
41
```
42
42
43
43
### 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.9.2 </version >
20
+ <version >0.10.0 </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.9.2 </version >
9
+ <version >0.10.0 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >numaflow-java</name >
You can’t perform that action at this time.
0 commit comments