Skip to content

Commit

Permalink
Releasing 4.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 19, 2021
1 parent 91cc678 commit b138b1a
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,10 +11,10 @@
<packaging>pom</packaging>

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

<properties>
<stack.version>4.2.0.CR1</stack.version>
<stack.version>4.2.0-SNAPSHOT</stack.version>
<pac4j.version>1.6.0</pac4j.version>
<doc.skip>true</doc.skip>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-httl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-jade/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-jade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-jte/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-pebble</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-rocker/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-thymeleaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-api-contract/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-api-service/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vertx-web-parent</artifactId>
<groupId>io.vertx</groupId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

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

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

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-graphql/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-graphql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-openapi/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-openapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-proxy/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-session-stores/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-session-stores</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.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
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vertx-web-session-stores</artifactId>
<groupId>io.vertx</groupId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion vertx-web/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.2.0.CR1</version>
<version>4.2.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit b138b1a

Please sign in to comment.