Skip to content

Commit

Permalink
Set version to 4.5.12-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 12, 2024
1 parent 1e5ad54 commit 8edcdbc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
</parent>

<artifactId>vertx-auth</artifactId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>

<name>Vert.x Auth</name>

<properties>
<stack.version>4.5.11</stack.version>
<stack.version>4.5.12-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-auth-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>vertx-auth</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-auth-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>vertx-auth</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-auth-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>vertx-auth</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.11</version>
<version>4.5.12-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 8edcdbc

Please sign in to comment.