Skip to content

Commit

Permalink
Set version to 4.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Sep 12, 2023
1 parent 6d994a9 commit 1329cfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<packaging>pom</packaging>

<artifactId>vertx-grpc-parent</artifactId>
<version>4.4.6-SNAPSHOT</version>
<version>4.5.0-SNAPSHOT</version>

<properties>
<stack.version>4.4.6-SNAPSHOT</stack.version>
<stack.version>4.5.0-SNAPSHOT</stack.version>
<doc.skip>true</doc.skip>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion vertx-grpc-protoc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-parent</artifactId>
<version>4.4.6-SNAPSHOT</version>
<version>4.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vertx-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-parent</artifactId>
<version>4.4.6-SNAPSHOT</version>
<version>4.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 1329cfc

Please sign in to comment.