Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Jun 16, 2017
1 parent 3d5b38b commit df29189
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<name>Immutable JSON :: AST</name>
<artifactId>immutable-json-ast</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<name>Immutable JSON :: Codec</name>
<artifactId>immutable-json-codec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<name>Immutable JSON :: Core</name>
<artifactId>immutable-json-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<name>Immutable JSON :: Jackson parser</name>
<artifactId>immutable-json-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javax-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<name>Immutable JSON :: javax.json</name>
<artifactId>immutable-json-javax</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<name>Immutable JSON :: native</name>
<artifactId>immutable-json-native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<name>Immutable JSON :: Patch</name>
<artifactId>immutable-json-patch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pointer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<name>Immutable JSON :: Pointer</name>
<artifactId>immutable-json-pointer</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>pom</packaging>
<name>Immutable JSON</name>
<description>Immutable JSON</description>
Expand All @@ -43,7 +43,7 @@
<url>https://github.com/hamnis/immutable-json</url>
<connection>scm:git:https://[email protected]/hamnis/immutable-json.git</connection>
<developerConnection>scm:git:[email protected]:hamnis/immutable-json.git</developerConnection>
<tag>HEAD</tag>
<tag>v5.2.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion reflection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<name>Immutable JSON :: Reflection Codec</name>
<artifactId>immutable-json-reflection-codec</artifactId>
Expand Down

0 comments on commit df29189

Please sign in to comment.