Skip to content

Commit

Permalink
Releasing 4.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed May 27, 2021
1 parent b31f8cb commit 598b05a
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
</parent>

<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stack.version>4.1.0.CR2</stack.version>
<stack.version>4.1.0-SNAPSHOT</stack.version>
<doc.skip>true</doc.skip>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-config-consul</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config-hocon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-config-hocon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config-kubernetes-configmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-config-kubernetes-configmap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-config-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config-spring-config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-config-spring-config-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-config-vault</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-config-yaml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-config-zookeeper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-config-parent</artifactId>
<version>4.1.0.CR2</version>
<version>4.1.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-config</artifactId>
Expand Down

0 comments on commit 598b05a

Please sign in to comment.