Skip to content
This repository was archived by the owner on Jan 4, 2020. It is now read-only.

Commit 4e72215

Browse files
committed
prepare version 1.0.5
1 parent 483f2f8 commit 4e72215

File tree

17 files changed

+26
-26
lines changed

17 files changed

+26
-26
lines changed

bom/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>rapidpm-microservice</artifactId>
77
<groupId>org.rapidpm.microservice</groupId>
8-
<version>1.0.4</version>
8+
<version>1.0.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,17 +15,17 @@
1515

1616
<!--change parent pom too-->
1717
<properties>
18-
<rapidpm-microservice.version>1.0.4</rapidpm-microservice.version>
19-
<rapidpm-dynamic-cdi.version>1.0.4</rapidpm-dynamic-cdi.version>
20-
<rapidpm-functional-reactive.version>0.5.1</rapidpm-functional-reactive.version>
18+
<rapidpm-microservice.version>1.0.5</rapidpm-microservice.version>
19+
<rapidpm-dynamic-cdi.version>1.0.5</rapidpm-dynamic-cdi.version>
20+
<rapidpm-functional-reactive.version>0.5.3</rapidpm-functional-reactive.version>
2121

2222
<shiro.version>1.3.2</shiro.version>
23-
<undertow.version>1.4.22.Final</undertow.version>
23+
<undertow.version>2.0.9.Final</undertow.version>
2424
<resteasy-undertow.version>3.1.4.Final</resteasy-undertow.version>
2525

26-
<hazelcast.version>3.9.1</hazelcast.version>
26+
<hazelcast.version>3.10.2</hazelcast.version>
2727
<lucene.version>7.2.0</lucene.version>
28-
<stagemonitor.version>0.87.2</stagemonitor.version>
28+
<stagemonitor.version>0.88.4</stagemonitor.version>
2929
</properties>
3030

3131
<dependencyManagement>

modules/core-testutils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.rapidpm.microservice</groupId>
2626
<artifactId>rapidpm-microservice-modules</artifactId>
27-
<version>1.0.4</version>
27+
<version>1.0.5</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

modules/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.rapidpm.microservice</groupId>
2525
<artifactId>rapidpm-microservice-modules</artifactId>
26-
<version>1.0.4</version>
26+
<version>1.0.5</version>
2727
<!--<relativePath>./../pom.xml</relativePath>-->
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

modules/hazelcast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.rapidpm.microservice</groupId>
2626
<artifactId>rapidpm-microservice-modules</artifactId>
27-
<version>1.0.4</version>
27+
<version>1.0.5</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

modules/hazelcast/propertyservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.rapidpm.microservice</groupId>
2626
<artifactId>rapidpm-microservice-modules-hazelcast</artifactId>
27-
<version>1.0.4</version>
27+
<version>1.0.5</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030
<artifactId>rapidpm-microservice-modules-hazelcast-propertyservice</artifactId>

modules/optionals/admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>rapidpm-microservice-modules-optionals</artifactId>
2626
<groupId>org.rapidpm.microservice</groupId>
27-
<version>1.0.4</version>
27+
<version>1.0.5</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

modules/optionals/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.rapidpm.microservice</groupId>
2626
<artifactId>rapidpm-microservice-modules-optionals</artifactId>
27-
<version>1.0.4</version>
27+
<version>1.0.5</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

modules/optionals/metrics/activeressources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>rapidpm-microservice-modules-optionals-metrics</artifactId>
2626
<groupId>org.rapidpm.microservice</groupId>
27-
<version>1.0.4</version>
27+
<version>1.0.5</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

modules/optionals/metrics/health/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>rapidpm-microservice-modules-optionals-metrics</artifactId>
2626
<groupId>org.rapidpm.microservice</groupId>
27-
<version>1.0.4</version>
27+
<version>1.0.5</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

modules/optionals/metrics/jvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>rapidpm-microservice-modules-optionals-metrics</artifactId>
2626
<groupId>org.rapidpm.microservice</groupId>
27-
<version>1.0.4</version>
27+
<version>1.0.5</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

0 commit comments

Comments
 (0)