Skip to content

Commit

Permalink
chore: update the release version (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Yashash H L <[email protected]>
  • Loading branch information
yhl25 authored Apr 14, 2023
1 parent 560c537 commit 90d5c57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>io.numaproj.numaflow</groupId>
<artifactId>numaflow-java</artifactId>
<version>0.4.0</version>
<version>0.4.3</version>
</dependency>
</dependencies>

Expand Down
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@

<groupId>io.numaproj.numaflow</groupId>
<artifactId>numaflow-java</artifactId>
<version>0.4.0</version>
<version>0.4.3</version>
<packaging>jar</packaging>

<name>numaflow-java</name>
<description>SDK to implement Numaflow User Defined Functions or Sinks in Java.</description>
<url>https://numaflow.numaproj.io/</url>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 90d5c57

Please sign in to comment.