Skip to content

Commit f5b9482

Browse files
committed
bump vert.x version to 3.4.0
bump vmp version to 1.0.5
1 parent 31393bb commit f5b9482

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

hello-vertx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<properties>
1313
<vertx.verticle>io.vertx.book.hello.HelloVerticle</vertx.verticle>
14-
<vertx.version>3.4.0.Beta1</vertx.version>
14+
<vertx.version>3.4.0</vertx.version>
1515
</properties>
1616

1717
<dependencyManagement>
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>io.fabric8</groupId>
5353
<artifactId>vertx-maven-plugin</artifactId>
54-
<version>1.0.4</version>
54+
<version>1.0.5</version>
5555
<executions>
5656
<execution>
5757
<id>vmp</id>

microservices/hello-consumer-microservice-http/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>1.0-SNAPSHOT</version>
99

1010
<properties>
11-
<vertx.version>3.4.0.Beta1</vertx.version>
12-
<fabric8-vertx-maven-plugin.version>1.0.4</fabric8-vertx-maven-plugin.version>
11+
<vertx.version>3.4.0</vertx.version>
12+
<fabric8-vertx-maven-plugin.version>1.0.5</fabric8-vertx-maven-plugin.version>
1313

1414
<vertx.verticle>io.vertx.book.http.HelloConsumerMicroservice</vertx.verticle>
1515

microservices/hello-consumer-microservice-message/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>1.0-SNAPSHOT</version>
99

1010
<properties>
11-
<vertx.version>3.4.0.Beta1</vertx.version>
12-
<fabric8-vertx-maven-plugin.version>1.0.4</fabric8-vertx-maven-plugin.version>
11+
<vertx.version>3.4.0</vertx.version>
12+
<fabric8-vertx-maven-plugin.version>1.0.5</fabric8-vertx-maven-plugin.version>
1313

1414
<vertx.verticle>io.vertx.book.message.HelloConsumerMicroservice</vertx.verticle>
1515

microservices/hello-consumer-microservice-timeout/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>1.0-SNAPSHOT</version>
99

1010
<properties>
11-
<vertx.version>3.4.0.Beta1</vertx.version>
12-
<fabric8-vertx-maven-plugin.version>1.0.4</fabric8-vertx-maven-plugin.version>
11+
<vertx.version>3.4.0</vertx.version>
12+
<fabric8-vertx-maven-plugin.version>1.0.5</fabric8-vertx-maven-plugin.version>
1313

1414
<vertx.verticle>io.vertx.book.message.HelloConsumerMicroservice</vertx.verticle>
1515

microservices/hello-microservice-faulty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<version>1.0-SNAPSHOT</version>
88

99
<properties>
10-
<vertx.version>3.4.0.Beta1</vertx.version>
11-
<fabric8-vertx-maven-plugin.version>1.0.4</fabric8-vertx-maven-plugin.version>
10+
<vertx.version>3.4.0</vertx.version>
11+
<fabric8-vertx-maven-plugin.version>1.0.5</fabric8-vertx-maven-plugin.version>
1212

1313

1414
<vertx.verticle>io.vertx.book.message.HelloMicroservice</vertx.verticle>

microservices/hello-microservice-http/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>1.0-SNAPSHOT</version>
99

1010
<properties>
11-
<vertx.version>3.3.3</vertx.version>
12-
<fabric8-vertx-maven-plugin.version>1.0.4</fabric8-vertx-maven-plugin.version>
11+
<vertx.version>3.4.0</vertx.version>
12+
<fabric8-vertx-maven-plugin.version>1.0.5</fabric8-vertx-maven-plugin.version>
1313

1414
<vertx.verticle>io.vertx.book.http.HelloMicroservice</vertx.verticle>
1515

microservices/hello-microservice-message/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<version>1.0-SNAPSHOT</version>
88

99
<properties>
10-
<vertx.version>3.4.0.Beta1</vertx.version>
11-
<fabric8-vertx-maven-plugin.version>1.0.4</fabric8-vertx-maven-plugin.version>
10+
<vertx.version>3.4.0</vertx.version>
11+
<fabric8-vertx-maven-plugin.version>1.0.5</fabric8-vertx-maven-plugin.version>
1212

1313

1414
<vertx.verticle>io.vertx.book.message.HelloMicroservice</vertx.verticle>

openshift/hello-microservice-consumer-openshift-circuit-breaker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>io.fabric8</groupId>
7676
<artifactId>vertx-maven-plugin</artifactId>
77-
<version>1.0.4</version>
77+
<version>1.0.5</version>
7878
<executions>
7979
<execution>
8080
<id>vmp-init-package</id>

openshift/hello-microservice-consumer-openshift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>io.fabric8</groupId>
7171
<artifactId>vertx-maven-plugin</artifactId>
72-
<version>1.0.4</version>
72+
<version>1.0.5</version>
7373
<executions>
7474
<execution>
7575
<id>vmp-init-package</id>

openshift/hello-microservice-openshift-health-checks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.0-SNAPSHOT</version>
88

99
<properties>
10-
<vertx.projectVersion>3.4.0.Beta1</vertx.projectVersion>
10+
<vertx.projectVersion>3.4.0</vertx.projectVersion>
1111
<vertx.verticle>io.vertx.book.openshift.HelloHttpVerticle</vertx.verticle>
1212
</properties>
1313

@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>io.fabric8</groupId>
4545
<artifactId>vertx-maven-plugin</artifactId>
46-
<version>1.0.4</version>
46+
<version>1.0.5</version>
4747
<executions>
4848
<execution>
4949
<id>vmp-init-package</id>

0 commit comments

Comments
 (0)