Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersDJohnson committed Mar 6, 2018
1 parent 0121743 commit 32e1fea
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 @@ -5,14 +5,14 @@
<name>jackson-json-reference-cli</name>
<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference-cli</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<url>https://github.com/AndersDJohnson/jackson-json-reference</url>
<description>JSON Reference for Java with Jackson.</description>

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

<properties>
Expand Down Expand Up @@ -54,7 +54,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>0.3.0</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -295,7 +295,7 @@
<dependency>
<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference-core</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.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 @@ -5,14 +5,14 @@
<name>jackson-json-reference-core</name>
<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference-core</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<url>https://github.com/AndersDJohnson/jackson-json-reference</url>
<description>JSON Reference for Java with Jackson.</description>

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

<properties>
Expand Down Expand Up @@ -54,7 +54,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>0.3.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 @@ -5,7 +5,7 @@
<name>jackson-json-reference</name>
<groupId>me.andrz.jackson</groupId>
<artifactId>jackson-json-reference</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>
<url>https://github.com/AndersDJohnson/jackson-json-reference</url>
<description>JSON Reference for Java with Jackson.</description>
Expand Down Expand Up @@ -54,7 +54,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>0.3.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 32e1fea

Please sign in to comment.