Skip to content

Commit

Permalink
Updated dependencies to Vert.x 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Jun 23, 2015
1 parent 3a450b5 commit bfd274c
Show file tree
Hide file tree
Showing 27 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion core-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>core-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-example-fabric8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>vertx-docker-example-fabric</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<name>Sample Docker Image for Fabric8</name>

Expand Down
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>vertx-docker-example</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<name>Sample Docker Image with Maven</name>

Expand Down
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-java-fatjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>hello-verticle-fatjar</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<name>Sample Docker Image for Java - FatJar</name>

Expand Down
2 changes: 1 addition & 1 deletion docker-examples/vertx-docker-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>hello-verticle</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<name>Sample Docker Image for Java</name>

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

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jdbc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>jdbc-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion mail-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.vertx</groupId>
<artifactId>mail-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>maven-service-factory-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>maven-service-factory-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>maven-service-factory-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>maven-service-factory-verticle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-service-factory-examples/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-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>maven-service-factory-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-simplest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.vertx</groupId>
<artifactId>maven-simplest</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<properties>
<!-- the main class -->
Expand Down
2 changes: 1 addition & 1 deletion maven-verticle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.vertx</groupId>
<artifactId>maven-verticle</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<properties>
<!-- the main verticle class name -->
Expand Down
2 changes: 1 addition & 1 deletion metrics-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>metrics-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion openshift-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>openshift-example</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<properties>
<!-- the main verticle -->
Expand Down
2 changes: 1 addition & 1 deletion osgi-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>osgi-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<packaging>pom</packaging>

<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<modules>
<module>maven-simplest</module>
Expand Down
2 changes: 1 addition & 1 deletion redis-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>redis-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion rx-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>rx-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion service-proxy-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>service-proxy-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion service-proxy-examples/service-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>vertx-examples</artifactId>
<groupId>io.vertx</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions service-proxy-examples/service-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>service-proxy-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>service-provider</artifactId>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>spring-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion spring-examples/spring-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.vertx</groupId>
<artifactId>spring-example</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>spring-example</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions spring-examples/springboot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion unit-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>unit-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion web-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vertx</groupId>
<artifactId>web-examples</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<dependencies>

Expand Down

0 comments on commit bfd274c

Please sign in to comment.