Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-json-reference-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersDJohnson committed Feb 6, 2016
1 parent ea923fe commit 31e99de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions jackson-json-reference-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference-cli</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.2.0</version>

<parent>
<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<description>JSON Reference for Java with Jackson.</description>
Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>scm:git:https://github.com/${github.user}/${github.repo}.git</connection>
<developerConnection>scm:git:[email protected]:${github.user}/${github.repo}.git</developerConnection>
<url>https://github.com/${github.user}/${github.repo}</url>
<tag>HEAD</tag>
<tag>jackson-json-reference-0.2.0</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -211,7 +211,7 @@
<dependency>
<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference-core</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jackson-json-reference-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference-core</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.2.0</version>

<parent>
<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<description>JSON Reference for Java with Jackson.</description>
Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>scm:git:https://github.com/${github.user}/${github.repo}.git</connection>
<developerConnection>scm:git:[email protected]:${github.user}/${github.repo}.git</developerConnection>
<url>https://github.com/${github.user}/${github.repo}</url>
<tag>HEAD</tag>
<tag>jackson-json-reference-0.2.0</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>scm:git:https://github.com/${github.user}/${github.repo}.git</connection>
<developerConnection>scm:git:[email protected]:${github.user}/${github.repo}.git</developerConnection>
<url>https://github.com/${github.user}/${github.repo}</url>
<tag>HEAD</tag>
<tag>jackson-json-reference-0.2.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 31e99de

Please sign in to comment.