Skip to content

Commit

Permalink
Set version to 4.4.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Mar 29, 2023
1 parent 19668c3 commit 44d2086
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.4.1</version>
<version>4.4.2-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stack.version>4.4.1</stack.version>
<stack.version>4.4.2-SNAPSHOT</stack.version>
<doc.skip>true</doc.skip>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
<testcontainers.version>1.15.2</testcontainers.version>
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.4.1</version>
<version>4.4.2-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.4.1</version>
<version>4.4.2-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.4.1</version>
<version>4.4.2-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.4.1</version>
<version>4.4.2-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.4.1</version>
<version>4.4.2-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.4.1</version>
<version>4.4.2-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.4.1</version>
<version>4.4.2-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.4.1</version>
<version>4.4.2-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.4.1</version>
<version>4.4.2-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.4.1</version>
<version>4.4.2-SNAPSHOT</version>
</parent>

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

0 comments on commit 44d2086

Please sign in to comment.