Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Feb 28, 2019
1 parent 0da9e85 commit 7c08ddf
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 43 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-bom</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions client-reactor/pom.xml
@@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-client-reactor</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions client/pom.xml
@@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>documentation-jaxrs</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
@@ -1,6 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +9,7 @@

<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -50,7 +48,7 @@
<connection>scm:git:https://github.com/holon-platform/holon-jaxrs.git</connection>
<url>https://github.com/holon-platform/holon-jaxrs</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-jaxrs.git</developerConnection>
<tag>HEAD</tag>
<tag>5.2.1</tag>
</scm>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions server/pom.xml
@@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-spring-boot-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-jersey/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-spring-boot-jersey</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-resteasy/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-spring-boot-resteasy</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions spring-security/pom.xml
@@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-spring-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-jersey-client-gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-jersey-client-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-jersey-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-jersey-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-jersey-gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-jersey-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-jersey-undertow-gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-jersey-undertow-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-jersey-undertow/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-jersey-undertow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-jersey/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-jersey</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-resteasy-client-gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-resteasy-client-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-resteasy-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-resteasy-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-resteasy-gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-resteasy-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-resteasy-undertow-gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-resteasy-undertow-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-resteasy-undertow/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-resteasy-undertow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-resteasy/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-starter-resteasy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swagger-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-swagger-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swagger-v2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-swagger-v2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swagger-v3/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-swagger-v3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion swagger/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.jaxrs</groupId>
<artifactId>holon-jaxrs-root</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>holon-jaxrs-swagger</artifactId>
Expand Down

0 comments on commit 7c08ddf

Please sign in to comment.