Skip to content

Commit c4e3aec

Browse files
committed
Set next snapshot version
1 parent 17beca0 commit c4e3aec

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>vertx-grpc-aggregator</artifactId>
1414
<name>Vert.x gRPC Aggregator</name>
15-
<version>4.5.24</version>
15+
<version>4.5.25-SNAPSHOT</version>
1616

1717
<scm>
1818
<connection>scm:git:git@github.com:eclipse-vertx/vertx-grpc.git</connection>

vertx-grpc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.vertx</groupId>
2323
<artifactId>vertx-grpc-aggregator</artifactId>
24-
<version>4.5.24</version>
24+
<version>4.5.25-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

vertx-grpc-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.vertx</groupId>
2323
<artifactId>vertx-grpc-aggregator</artifactId>
24-
<version>4.5.24</version>
24+
<version>4.5.25-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

vertx-grpc-context-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.vertx</groupId>
1010
<artifactId>vertx-grpc-aggregator</artifactId>
11-
<version>4.5.24</version>
11+
<version>4.5.25-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

vertx-grpc-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.vertx</groupId>
2323
<artifactId>vertx-grpc-aggregator</artifactId>
24-
<version>4.5.24</version>
24+
<version>4.5.25-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

vertx-grpc-protoc-plugin2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.vertx</groupId>
2323
<artifactId>vertx-grpc-aggregator</artifactId>
24-
<version>4.5.24</version>
24+
<version>4.5.25-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

vertx-grpc-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.vertx</groupId>
2323
<artifactId>vertx-grpc-aggregator</artifactId>
24-
<version>4.5.24</version>
24+
<version>4.5.25-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)