Skip to content

Commit

Permalink
Set version to 5.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 8, 2024
1 parent e3cbaf8 commit cf41fc8
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>

<artifactId>vertx-web-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>

<scm>
<connection>scm:git:[email protected]:vert-x3/vertx-web.git</connection>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-template-engines</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-freemarker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-handlebars</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-httl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-httl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-jte/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-jte</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-mvel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-mvel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-pebble/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-pebble</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-pug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-pug</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-rocker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-rocker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-rythm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-rythm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-thymeleaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-api-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vertx-web-parent</artifactId>
<groupId>io.vertx</groupId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-api-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-graphql/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-web-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-graphql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-openapi-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-openapi-router</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-session-stores/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-session-stores</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-session-stores/vertx-web-sstore-cookie/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-session-stores</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-sstore-cookie</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-session-stores/vertx-web-sstore-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vertx-web-session-stores</artifactId>
<groupId>io.vertx</groupId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-sstore-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-web-parent</artifactId>
<groupId>io.vertx</groupId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>5.0.0.CR1</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit cf41fc8

Please sign in to comment.