Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Jan 10, 2019
1 parent aa9d275 commit 3156da4
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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>7.1.0-SNAPSHOT</version>
<version>7.0.1</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>7.1.0-SNAPSHOT</version>
<version>7.0.1</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>7.1.0-SNAPSHOT</version>
<version>7.0.1</version>
</parent>
<name>Immutable JSON :: Core</name>
<artifactId>immutable-json-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gson/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>7.1.0-SNAPSHOT</version>
<version>7.0.1</version>
</parent>
<name>Immutable JSON :: GSON parser</name>
<artifactId>immutable-json-gson</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>7.1.0-SNAPSHOT</version>
<version>7.0.1</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>7.1.0-SNAPSHOT</version>
<version>7.0.1</version>
</parent>
<name>Immutable JSON :: javax.json</name>
<artifactId>immutable-json-javax</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jawn/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>7.1.0-SNAPSHOT</version>
<version>7.0.1</version>
</parent>
<name>Immutable JSON :: JAWN</name>
<artifactId>immutable-json-jawn_2.12</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>7.1.0-SNAPSHOT</version>
<version>7.0.1</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>7.1.0-SNAPSHOT</version>
<version>7.0.1</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>7.1.0-SNAPSHOT</version>
<version>7.0.1</version>
<packaging>pom</packaging>
<name>Immutable JSON</name>
<description>Immutable JSON</description>
Expand All @@ -44,7 +44,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>v7.0.1</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>7.1.0-SNAPSHOT</version>
<version>7.0.1</version>
</parent>
<name>Immutable JSON :: Reflection Codec</name>
<artifactId>immutable-json-reflection-codec</artifactId>
Expand Down

0 comments on commit 3156da4

Please sign in to comment.