Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Dec 14, 2018
1 parent c52323b commit e13a075
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 14 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.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</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.0.0-SNAPSHOT</version>
<version>7.0.0</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.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</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.0.0-SNAPSHOT</version>
<version>7.0.0</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.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>
<name>Immutable JSON :: Pointer</name>
<artifactId>immutable-json-pointer</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ limitations under the License.
-->

<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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>net.hamnaberg.json</groupId>
<artifactId>immutable-json</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<packaging>pom</packaging>
<name>Immutable JSON</name>
<description>Immutable JSON</description>
Expand All @@ -45,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.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>
<name>Immutable JSON :: Reflection Codec</name>
<artifactId>immutable-json-reflection-codec</artifactId>
Expand Down

0 comments on commit e13a075

Please sign in to comment.