Skip to content

Commit

Permalink
Set version to 4.4.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Aug 30, 2023
1 parent ef92586 commit 96c7106
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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-aggregator</artifactId>
<version>4.4.5</version>
<version>4.4.6-SNAPSHOT</version>

<properties>
<stack.version>4.4.5</stack.version>
<stack.version>4.4.6-SNAPSHOT</stack.version>
<grpc.version>1.50.2</grpc.version>
<protoc.version>3.21.12</protoc.version>
<doc.skip>true</doc.skip>
Expand Down
2 changes: 1 addition & 1 deletion vertx-grpc-client/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-aggregator</artifactId>
<version>4.4.5</version>
<version>4.4.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vertx-grpc-common/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-aggregator</artifactId>
<version>4.4.5</version>
<version>4.4.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion vertx-grpc-it/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-aggregator</artifactId>
<version>4.4.5</version>
<version>4.4.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vertx-grpc-protoc-plugin2/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-aggregator</artifactId>
<version>4.4.5</version>
<version>4.4.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vertx-grpc-server/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-aggregator</artifactId>
<version>4.4.5</version>
<version>4.4.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 96c7106

Please sign in to comment.