Skip to content

Commit d8fa521

Browse files
committed
Releasing 5.0.0.CR7
1 parent 6b56e27 commit d8fa521

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>pom</packaging>
1212

1313
<artifactId>vertx-grpc-parent</artifactId>
14-
<version>5.0.0-SNAPSHOT</version>
14+
<version>5.0.0.CR7</version>
1515

1616
<scm>
1717
<connection>scm:git:[email protected]:vert-x3/vertx-grpc.git</connection>

vertx-grpc-protoc-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.vertx</groupId>
77
<artifactId>vertx-grpc-parent</artifactId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0.CR7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

vertx-grpc/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-parent</artifactId>
24-
<version>5.0.0-SNAPSHOT</version>
24+
<version>5.0.0.CR7</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)