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 @@ -26,7 +26,7 @@ Add this dependency to your project's POM:
26
26
<dependency >
27
27
<groupId >io.numaproj.numaflow</groupId >
28
28
<artifactId >numaflow-java</artifactId >
29
- <version >0.7.4 </version >
29
+ <version >0.7.3 </version >
30
30
</dependency >
31
31
```
32
32
@@ -35,7 +35,7 @@ Add this dependency to your project's POM:
35
35
Add this dependency to your project's build file:
36
36
37
37
``` groovy
38
- compile "io.numaproj.numaflow:numaflow-java:0.7.4 "
38
+ compile "io.numaproj.numaflow:numaflow-java:0.7.3 "
39
39
```
40
40
41
41
### 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.7.4 </version >
20
+ <version >0.7.3 </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.7.4 </version >
9
+ <version >0.7.3 </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