File tree 15 files changed +27
-31
lines changed
hello-consumer-microservice-http
hello-consumer-microservice-message
hello-consumer-microservice-timeout
hello-microservice-faulty
hello-microservice-message
hello-microservice-consumer-openshift
hello-microservice-consumer-openshift-circuit-breaker
hello-microservice-openshift
hello-microservice-openshift-health-checks
15 files changed +27
-31
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<properties >
13
13
<vertx .verticle>io.vertx.book.hello.HelloVerticle</vertx .verticle>
14
- <vertx .version>3.4.0 </vertx .version>
14
+ <vertx .version>3.4.1 </vertx .version>
15
15
</properties >
16
16
17
17
<dependencyManagement >
51
51
<plugin >
52
52
<groupId >io.fabric8</groupId >
53
53
<artifactId >vertx-maven-plugin</artifactId >
54
- <version >1.0.5 </version >
54
+ <version >1.0.6 </version >
55
55
<executions >
56
56
<execution >
57
57
<id >vmp</id >
Original file line number Diff line number Diff line change 8
8
<version >1.0-SNAPSHOT</version >
9
9
10
10
<properties >
11
- <vertx .version>3.4.0 </vertx .version>
12
- <fabric8-vertx-maven-plugin .version>1.0.5 </fabric8-vertx-maven-plugin .version>
11
+ <vertx .version>3.4.1 </vertx .version>
12
+ <fabric8-vertx-maven-plugin .version>1.0.6 </fabric8-vertx-maven-plugin .version>
13
13
14
14
<vertx .verticle>io.vertx.book.http.HelloConsumerMicroservice</vertx .verticle>
15
15
Original file line number Diff line number Diff line change 8
8
<version >1.0-SNAPSHOT</version >
9
9
10
10
<properties >
11
- <vertx .version>3.4.0 </vertx .version>
12
- <fabric8-vertx-maven-plugin .version>1.0.5 </fabric8-vertx-maven-plugin .version>
11
+ <vertx .version>3.4.1 </vertx .version>
12
+ <fabric8-vertx-maven-plugin .version>1.0.6 </fabric8-vertx-maven-plugin .version>
13
13
14
14
<vertx .verticle>io.vertx.book.message.HelloConsumerMicroservice</vertx .verticle>
15
15
Original file line number Diff line number Diff line change 8
8
<version >1.0-SNAPSHOT</version >
9
9
10
10
<properties >
11
- <vertx .version>3.4.0 </vertx .version>
12
- <fabric8-vertx-maven-plugin .version>1.0.5 </fabric8-vertx-maven-plugin .version>
11
+ <vertx .version>3.4.1 </vertx .version>
12
+ <fabric8-vertx-maven-plugin .version>1.0.6 </fabric8-vertx-maven-plugin .version>
13
13
14
14
<vertx .verticle>io.vertx.book.message.HelloConsumerMicroservice</vertx .verticle>
15
15
Original file line number Diff line number Diff line change 7
7
<version >1.0-SNAPSHOT</version >
8
8
9
9
<properties >
10
- <vertx .version>3.4.0 </vertx .version>
11
- <fabric8-vertx-maven-plugin .version>1.0.5 </fabric8-vertx-maven-plugin .version>
10
+ <vertx .version>3.4.1 </vertx .version>
11
+ <fabric8-vertx-maven-plugin .version>1.0.6 </fabric8-vertx-maven-plugin .version>
12
12
13
13
14
14
<vertx .verticle>io.vertx.book.message.HelloMicroservice</vertx .verticle>
Original file line number Diff line number Diff line change 8
8
<version >1.0-SNAPSHOT</version >
9
9
10
10
<properties >
11
- <vertx .version>3.4.0 </vertx .version>
12
- <fabric8-vertx-maven-plugin .version>1.0.5 </fabric8-vertx-maven-plugin .version>
11
+ <vertx .version>3.4.1 </vertx .version>
12
+ <fabric8-vertx-maven-plugin .version>1.0.6 </fabric8-vertx-maven-plugin .version>
13
13
14
14
<vertx .verticle>io.vertx.book.http.HelloMicroservice</vertx .verticle>
15
15
Original file line number Diff line number Diff line change 7
7
<version >1.0-SNAPSHOT</version >
8
8
9
9
<properties >
10
- <vertx .version>3.4.0 </vertx .version>
11
- <fabric8-vertx-maven-plugin .version>1.0.5 </fabric8-vertx-maven-plugin .version>
10
+ <vertx .version>3.4.1 </vertx .version>
11
+ <fabric8-vertx-maven-plugin .version>1.0.6 </fabric8-vertx-maven-plugin .version>
12
12
13
13
14
14
<vertx .verticle>io.vertx.book.message.HelloMicroservice</vertx .verticle>
Original file line number Diff line number Diff line change 7
7
<version >1.0-SNAPSHOT</version >
8
8
9
9
<properties >
10
- <vertx .projectVersion>3.4.0-SNAPSHOT </vertx .projectVersion>
10
+ <vertx .projectVersion>3.4.1 </vertx .projectVersion>
11
11
<vertx .verticle>io.vertx.book.openshift.HelloConsumerWithCircuitBreakerHttpVerticle</vertx .verticle>
12
12
</properties >
13
13
50
50
<dependency >
51
51
<groupId >io.vertx</groupId >
52
52
<artifactId >vertx-circuit-breaker</artifactId >
53
- <version >3.4.0-SNAPSHOT</version >
54
53
</dependency >
55
54
<dependency >
56
55
<groupId >io.vertx</groupId >
57
56
<artifactId >vertx-health-check</artifactId >
58
- <version >3.4.0-SNAPSHOT</version >
59
57
</dependency >
60
58
<dependency >
61
59
<groupId >org.slf4j</groupId >
74
72
<plugin >
75
73
<groupId >io.fabric8</groupId >
76
74
<artifactId >vertx-maven-plugin</artifactId >
77
- <version >1.0.5 </version >
75
+ <version >1.0.6 </version >
78
76
<executions >
79
77
<execution >
80
78
<id >vmp-init-package</id >
Original file line number Diff line number Diff line change 7
7
<version >1.0-SNAPSHOT</version >
8
8
9
9
<properties >
10
- <vertx .projectVersion>3.4.0-SNAPSHOT </vertx .projectVersion>
10
+ <vertx .projectVersion>3.4.1 </vertx .projectVersion>
11
11
<vertx .verticle>io.vertx.book.openshift.HelloConsumerHttpVerticle</vertx .verticle>
12
12
</properties >
13
13
50
50
<dependency >
51
51
<groupId >io.vertx</groupId >
52
52
<artifactId >vertx-circuit-breaker</artifactId >
53
- <version >3.4.0-SNAPSHOT</version >
54
53
</dependency >
55
54
<dependency >
56
55
<groupId >org.slf4j</groupId >
69
68
<plugin >
70
69
<groupId >io.fabric8</groupId >
71
70
<artifactId >vertx-maven-plugin</artifactId >
72
- <version >1.0.5 </version >
71
+ <version >1.0.6 </version >
73
72
<executions >
74
73
<execution >
75
74
<id >vmp-init-package</id >
Original file line number Diff line number Diff line change 7
7
<version >1.0-SNAPSHOT</version >
8
8
9
9
<properties >
10
- <vertx .projectVersion>3.4.0 </vertx .projectVersion>
10
+ <vertx .projectVersion>3.4.1 </vertx .projectVersion>
11
11
<vertx .verticle>io.vertx.book.openshift.HelloHttpVerticle</vertx .verticle>
12
12
</properties >
13
13
34
34
<dependency >
35
35
<groupId >io.vertx</groupId >
36
36
<artifactId >vertx-health-checks</artifactId >
37
- <version >3.4.0-SNAPSHOT</version >
38
37
</dependency >
39
38
</dependencies >
40
39
43
42
<plugin >
44
43
<groupId >io.fabric8</groupId >
45
44
<artifactId >vertx-maven-plugin</artifactId >
46
- <version >1.0.5 </version >
45
+ <version >1.0.6 </version >
47
46
<executions >
48
47
<execution >
49
48
<id >vmp-init-package</id >
Original file line number Diff line number Diff line change 7
7
<version >1.0-SNAPSHOT</version >
8
8
9
9
<properties >
10
- <vertx .projectVersion>3.4.0 </vertx .projectVersion>
10
+ <vertx .projectVersion>3.4.1 </vertx .projectVersion>
11
11
<vertx .verticle>io.vertx.book.openshift.HelloHttpVerticle</vertx .verticle>
12
12
</properties >
13
13
38
38
<plugin >
39
39
<groupId >io.fabric8</groupId >
40
40
<artifactId >vertx-maven-plugin</artifactId >
41
- <version >1.0.5 </version >
41
+ <version >1.0.6 </version >
42
42
<executions >
43
43
<execution >
44
44
<id >vmp-init-package</id >
Original file line number Diff line number Diff line change 1
1
<ivy-module version =" 2.0" >
2
2
<info organisation =" io.vertx.book" module =" vertx-hello" />
3
3
<dependencies >
4
- <dependency org =" io.vertx" name =" vertx-core" rev =" 3.4.0 " >
4
+ <dependency org =" io.vertx" name =" vertx-core" rev =" 3.4.1 " >
5
5
<!-- these dependencies are optional -->
6
6
<exclude module =" log4j-api" />
7
7
<exclude module =" log4j-core" />
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
10
10
11
11
12
12
13
- def vertxVersion = ' 3.4.0 '
13
+ def vertxVersion = ' 3.4.1 '
14
14
sourceCompatibility = ' 1.8'
15
15
// Use the Vert.x Launcher class
16
16
mainClassName = ' io.vertx.core.Launcher'
Original file line number Diff line number Diff line change 11
11
12
12
<properties >
13
13
<main .verticle>io.vertx.book.hello.HelloVerticle</main .verticle>
14
- <vertx .version>3.4.0 </vertx .version>
14
+ <vertx .version>3.4.1 </vertx .version>
15
15
</properties >
16
16
17
17
<dependencyManagement >
Original file line number Diff line number Diff line change 11
11
12
12
<properties >
13
13
<vertx .verticle>io.vertx.book.hello.HelloVerticle</vertx .verticle>
14
- <vertx .version>3.4.0 </vertx .version>
14
+ <vertx .version>3.4.1 </vertx .version>
15
15
</properties >
16
16
17
17
<dependencyManagement >
51
51
<plugin >
52
52
<groupId >io.fabric8</groupId >
53
53
<artifactId >vertx-maven-plugin</artifactId >
54
- <version >1.0.5 </version >
54
+ <version >1.0.6 </version >
55
55
<executions >
56
56
<execution >
57
57
<id >vmp</id >
You can’t perform that action at this time.
0 commit comments