Skip to content

Commit

Permalink
Releasing 4.0.0-milestone3
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Sep 19, 2019
1 parent c4613ef commit b2979b9
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</version>

<properties>
<stack.version>4.0.0-SNAPSHOT</stack.version>
<stack.version>4.0.0-milestone3</stack.version>
<pac4j.version>1.6.0</pac4j.version>
<doc.skip>true</doc.skip>
</properties>
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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</version>
</parent>

<artifactId>vertx-web-templ-jade</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</version>
</parent>

<artifactId>vertx-web-templ-rocker</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</version>
</parent>

<artifactId>vertx-web-graphql</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</version>
</parent>

<artifactId>vertx-web-sstore-cookie</artifactId>
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.0.0-SNAPSHOT</version>
<version>4.0.0-milestone3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit b2979b9

Please sign in to comment.