From b38683ba16e25d29f09131fcc16ce11a87edc83a Mon Sep 17 00:00:00 2001 From: axholo Date: Tue, 31 Dec 2019 12:50:45 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 5.4.1 --- bom/pom.xml | 2 +- client-reactor/pom.xml | 2 +- client/pom.xml | 2 +- commons/pom.xml | 2 +- documentation/pom.xml | 2 +- pom.xml | 8 +++----- server/pom.xml | 2 +- spring-boot-client/pom.xml | 2 +- spring-boot-jersey/pom.xml | 2 +- spring-boot-resteasy/pom.xml | 6 ++---- 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, 30 insertions(+), 34 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 60ba367..9fc362b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-bom diff --git a/client-reactor/pom.xml b/client-reactor/pom.xml index 9a26922..05cf66f 100644 --- a/client-reactor/pom.xml +++ b/client-reactor/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-client-reactor diff --git a/client/pom.xml b/client/pom.xml index 5f6cd2e..a8951c2 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-client diff --git a/commons/pom.xml b/commons/pom.xml index d7f6f1b..7374044 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-commons diff --git a/documentation/pom.xml b/documentation/pom.xml index 56dfc6d..e49752d 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 documentation-jaxrs diff --git a/pom.xml b/pom.xml index f398d88..fad109d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,4 @@ - + 4.0.0 @@ -11,7 +9,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 pom ${project.groupId}:${project.artifactId} @@ -50,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.4.1 diff --git a/server/pom.xml b/server/pom.xml index 4ab352a..130ba6f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-server diff --git a/spring-boot-client/pom.xml b/spring-boot-client/pom.xml index 609983b..1d61774 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.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-spring-boot-client diff --git a/spring-boot-jersey/pom.xml b/spring-boot-jersey/pom.xml index cdedd87..248fea9 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.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-spring-boot-jersey diff --git a/spring-boot-resteasy/pom.xml b/spring-boot-resteasy/pom.xml index 0617ea8..a701a4a 100644 --- a/spring-boot-resteasy/pom.xml +++ b/spring-boot-resteasy/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-spring-boot-resteasy diff --git a/spring-security/pom.xml b/spring-security/pom.xml index 066810b..00c4502 100644 --- a/spring-security/pom.xml +++ b/spring-security/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-spring-security diff --git a/starter-jersey-client-gson/pom.xml b/starter-jersey-client-gson/pom.xml index 892e77e..5c42d12 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.4.1-SNAPSHOT + 5.4.1 holon-starter-jersey-client-gson diff --git a/starter-jersey-client/pom.xml b/starter-jersey-client/pom.xml index 73c6cd9..ecca337 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.4.1-SNAPSHOT + 5.4.1 holon-starter-jersey-client diff --git a/starter-jersey-gson/pom.xml b/starter-jersey-gson/pom.xml index 5363db0..dcc23b2 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.4.1-SNAPSHOT + 5.4.1 holon-starter-jersey-gson diff --git a/starter-jersey-undertow-gson/pom.xml b/starter-jersey-undertow-gson/pom.xml index 9134fdb..3d898d9 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.4.1-SNAPSHOT + 5.4.1 holon-starter-jersey-undertow-gson diff --git a/starter-jersey-undertow/pom.xml b/starter-jersey-undertow/pom.xml index 6fea34e..a2b8413 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.4.1-SNAPSHOT + 5.4.1 holon-starter-jersey-undertow diff --git a/starter-jersey/pom.xml b/starter-jersey/pom.xml index fe622c5..99edbc3 100644 --- a/starter-jersey/pom.xml +++ b/starter-jersey/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-starter-jersey diff --git a/starter-resteasy-client-gson/pom.xml b/starter-resteasy-client-gson/pom.xml index 5b4769d..99e6f64 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.4.1-SNAPSHOT + 5.4.1 holon-starter-resteasy-client-gson diff --git a/starter-resteasy-client/pom.xml b/starter-resteasy-client/pom.xml index 3b47ff1..4f2c0b2 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.4.1-SNAPSHOT + 5.4.1 holon-starter-resteasy-client diff --git a/starter-resteasy-gson/pom.xml b/starter-resteasy-gson/pom.xml index cf02495..4a08019 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.4.1-SNAPSHOT + 5.4.1 holon-starter-resteasy-gson diff --git a/starter-resteasy-undertow-gson/pom.xml b/starter-resteasy-undertow-gson/pom.xml index ce8179c..e8259ee 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.4.1-SNAPSHOT + 5.4.1 holon-starter-resteasy-undertow-gson diff --git a/starter-resteasy-undertow/pom.xml b/starter-resteasy-undertow/pom.xml index 89b339d..33c609c 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.4.1-SNAPSHOT + 5.4.1 holon-starter-resteasy-undertow diff --git a/starter-resteasy/pom.xml b/starter-resteasy/pom.xml index e8c1f15..6872d4a 100644 --- a/starter-resteasy/pom.xml +++ b/starter-resteasy/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-starter-resteasy diff --git a/swagger-core/pom.xml b/swagger-core/pom.xml index b6a1356..9512674 100644 --- a/swagger-core/pom.xml +++ b/swagger-core/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-swagger-core diff --git a/swagger-v2/pom.xml b/swagger-v2/pom.xml index bae0fe0..ff75588 100644 --- a/swagger-v2/pom.xml +++ b/swagger-v2/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-swagger-v2 diff --git a/swagger-v3/pom.xml b/swagger-v3/pom.xml index da8d6a4..ab384c8 100644 --- a/swagger-v3/pom.xml +++ b/swagger-v3/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-swagger-v3 diff --git a/swagger/pom.xml b/swagger/pom.xml index 1e40c94..8f76ecd 100644 --- a/swagger/pom.xml +++ b/swagger/pom.xml @@ -4,7 +4,7 @@ com.holon-platform.jaxrs holon-jaxrs-root - 5.4.1-SNAPSHOT + 5.4.1 holon-jaxrs-swagger