Skip to content

Commit f81d7bd

Browse files
authored
chore: update to v0.7.3 (#122)
Signed-off-by: Yashash H L <[email protected]>
1 parent 450b5bb commit f81d7bd

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.7.4</version>
29+
<version>0.7.3</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.7.4"
38+
compile "io.numaproj.numaflow:numaflow-java:0.7.3"
3939
```
4040

4141
### 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.7.4</version>
20+
<version>0.7.3</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.7.4</version>
9+
<version>0.7.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>numaflow-java</name>

0 commit comments

Comments
 (0)