From dcebe4efe9171f1c098966f84e96a45059095da9 Mon Sep 17 00:00:00 2001 From: Riccardo Righi Date: Mon, 26 Aug 2019 15:10:55 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 5.3.0 --- bom/pom.xml | 2 +- client-reactor/pom.xml | 2 +- client/pom.xml | 2 +- commons/pom.xml | 2 +- documentation/pom.xml | 2 +- pom.xml | 4 ++-- server/pom.xml | 2 +- spring-boot-client/pom.xml | 2 +- spring-boot-jersey/pom.xml | 2 +- spring-boot-resteasy/pom.xml | 2 +- spring-security/pom.xml | 2 +- starter-jersey-client-gson/pom.xml | 2 +- starter-jersey-client/pom.xml | 2 +- starter-jersey-gson/pom.xml | 2 +- starter-jersey-undertow-gson/pom.xml | 2 +- starter-jersey-undertow/pom.xml | 2 +- starter-jersey/pom.xml | 2 +- starter-resteasy-client-gson/pom.xml | 2 +- starter-resteasy-client/pom.xml | 2 +- starter-resteasy-gson/pom.xml | 2 +- starter-resteasy-undertow-gson/pom.xml | 2 +- starter-resteasy-undertow/pom.xml | 2 +- starter-resteasy/pom.xml | 2 +- swagger-core/pom.xml | 2 +- swagger-v2/pom.xml | 2 +- swagger-v3/pom.xml | 2 +- swagger/pom.xml | 2 +- 27 files changed, 28 insertions(+), 28 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 010d09d..9ef2f76 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-bom diff --git a/client-reactor/pom.xml b/client-reactor/pom.xml index 0e4d2b6..7ecbc4b 100644 --- a/client-reactor/pom.xml +++ b/client-reactor/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-client-reactor diff --git a/client/pom.xml b/client/pom.xml index 4edeb18..94aab7d 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-client diff --git a/commons/pom.xml b/commons/pom.xml index 3895ef4..332ade0 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-commons diff --git a/documentation/pom.xml b/documentation/pom.xml index 210ce06..2678461 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 documentation-jaxrs diff --git a/pom.xml b/pom.xml index a00f7b6..154be28 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 pom ${project.groupId}:${project.artifactId} @@ -48,7 +48,7 @@ scm:git:https://github.com/holon-platform/holon-jaxrs.git https://github.com/holon-platform/holon-jaxrs scm:git:https://github.com/holon-platform/holon-jaxrs.git - HEAD + 5.3.0 diff --git a/server/pom.xml b/server/pom.xml index 04bf067..6b8798a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-server diff --git a/spring-boot-client/pom.xml b/spring-boot-client/pom.xml index f894162..29178ae 100644 --- a/spring-boot-client/pom.xml +++ b/spring-boot-client/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-spring-boot-client diff --git a/spring-boot-jersey/pom.xml b/spring-boot-jersey/pom.xml index 00e228d..272c142 100644 --- a/spring-boot-jersey/pom.xml +++ b/spring-boot-jersey/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-spring-boot-jersey diff --git a/spring-boot-resteasy/pom.xml b/spring-boot-resteasy/pom.xml index 11da9f3..fa9700d 100644 --- a/spring-boot-resteasy/pom.xml +++ b/spring-boot-resteasy/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-spring-boot-resteasy diff --git a/spring-security/pom.xml b/spring-security/pom.xml index 41b4226..046954d 100644 --- a/spring-security/pom.xml +++ b/spring-security/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-spring-security diff --git a/starter-jersey-client-gson/pom.xml b/starter-jersey-client-gson/pom.xml index ff2ed03..14f1d05 100644 --- a/starter-jersey-client-gson/pom.xml +++ b/starter-jersey-client-gson/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-jersey-client-gson diff --git a/starter-jersey-client/pom.xml b/starter-jersey-client/pom.xml index 92e4ad1..b0bd18c 100644 --- a/starter-jersey-client/pom.xml +++ b/starter-jersey-client/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-jersey-client diff --git a/starter-jersey-gson/pom.xml b/starter-jersey-gson/pom.xml index f3eb06d..19053a6 100644 --- a/starter-jersey-gson/pom.xml +++ b/starter-jersey-gson/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-jersey-gson diff --git a/starter-jersey-undertow-gson/pom.xml b/starter-jersey-undertow-gson/pom.xml index 35dcd81..b228016 100644 --- a/starter-jersey-undertow-gson/pom.xml +++ b/starter-jersey-undertow-gson/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-jersey-undertow-gson diff --git a/starter-jersey-undertow/pom.xml b/starter-jersey-undertow/pom.xml index 320d32e..7b71d46 100644 --- a/starter-jersey-undertow/pom.xml +++ b/starter-jersey-undertow/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-jersey-undertow diff --git a/starter-jersey/pom.xml b/starter-jersey/pom.xml index 8c676ef..eee27d1 100644 --- a/starter-jersey/pom.xml +++ b/starter-jersey/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-jersey diff --git a/starter-resteasy-client-gson/pom.xml b/starter-resteasy-client-gson/pom.xml index 1219489..fc89c4d 100644 --- a/starter-resteasy-client-gson/pom.xml +++ b/starter-resteasy-client-gson/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-resteasy-client-gson diff --git a/starter-resteasy-client/pom.xml b/starter-resteasy-client/pom.xml index 920d005..7c2cee0 100644 --- a/starter-resteasy-client/pom.xml +++ b/starter-resteasy-client/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-resteasy-client diff --git a/starter-resteasy-gson/pom.xml b/starter-resteasy-gson/pom.xml index 923048e..1f02aa8 100644 --- a/starter-resteasy-gson/pom.xml +++ b/starter-resteasy-gson/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-resteasy-gson diff --git a/starter-resteasy-undertow-gson/pom.xml b/starter-resteasy-undertow-gson/pom.xml index 46ef196..14619ce 100644 --- a/starter-resteasy-undertow-gson/pom.xml +++ b/starter-resteasy-undertow-gson/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-resteasy-undertow-gson diff --git a/starter-resteasy-undertow/pom.xml b/starter-resteasy-undertow/pom.xml index dfe7807..dd4415a 100644 --- a/starter-resteasy-undertow/pom.xml +++ b/starter-resteasy-undertow/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-resteasy-undertow diff --git a/starter-resteasy/pom.xml b/starter-resteasy/pom.xml index 8855629..d611c7d 100644 --- a/starter-resteasy/pom.xml +++ b/starter-resteasy/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-starter-resteasy diff --git a/swagger-core/pom.xml b/swagger-core/pom.xml index 32dff67..0ccdd4d 100644 --- a/swagger-core/pom.xml +++ b/swagger-core/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-swagger-core diff --git a/swagger-v2/pom.xml b/swagger-v2/pom.xml index 4d45624..62df8e2 100644 --- a/swagger-v2/pom.xml +++ b/swagger-v2/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-swagger-v2 diff --git a/swagger-v3/pom.xml b/swagger-v3/pom.xml index ea53763..e16c053 100644 --- a/swagger-v3/pom.xml +++ b/swagger-v3/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-swagger-v3 diff --git a/swagger/pom.xml b/swagger/pom.xml index ed6d16b..ce535e3 100644 --- a/swagger/pom.xml +++ b/swagger/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.2.5-SNAPSHOT + 5.3.0 holon-jaxrs-swagger