Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Apr 5, 2019
1 parent 1b3eddd commit 5e0e42d
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bom-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-json-bom-platform</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-json-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>documentation-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gson-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-gson-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gson-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-gson-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-jackson-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-jackson-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.holon-platform.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<artifactId>holon-json</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -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.json</groupId>
<artifactId>holon-json-root</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</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-json.git</connection>
<url>https://github.com/holon-platform/holon-json</url>
<developerConnection>scm:git:https://github.com/holon-platform/holon-json.git</developerConnection>
<tag>HEAD</tag>
<tag>5.2.2</tag>
</scm>

<properties>
Expand Down

0 comments on commit 5e0e42d

Please sign in to comment.