Skip to content

Commit 32e1fea

Browse files
[maven-release-plugin] prepare release 0.3.0
1 parent 0121743 commit 32e1fea

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

jackson-json-reference-cli/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<name>jackson-json-reference-cli</name>
66
<groupId>me.andrz.jackson</groupId>
77
<artifactId>jackson-json-reference-cli</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
<url>https://github.com/AndersDJohnson/jackson-json-reference</url>
1010
<description>JSON Reference for Java with Jackson.</description>
1111

1212
<parent>
1313
<groupId>me.andrz.jackson</groupId>
1414
<artifactId>jackson-json-reference</artifactId>
15-
<version>0.3.0-SNAPSHOT</version>
15+
<version>0.3.0</version>
1616
</parent>
1717

1818
<properties>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:https://github.com/${github.user}/${github.repo}.git</connection>
5555
<developerConnection>scm:git:[email protected]:${github.user}/${github.repo}.git</developerConnection>
5656
<url>https://github.com/${github.user}/${github.repo}</url>
57-
<tag>HEAD</tag>
57+
<tag>0.3.0</tag>
5858
</scm>
5959

6060
<distributionManagement>
@@ -295,7 +295,7 @@
295295
<dependency>
296296
<groupId>me.andrz.jackson</groupId>
297297
<artifactId>jackson-json-reference-core</artifactId>
298-
<version>0.3.0-SNAPSHOT</version>
298+
<version>0.3.0</version>
299299
</dependency>
300300
<dependency>
301301
<groupId>junit</groupId>

jackson-json-reference-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<name>jackson-json-reference-core</name>
66
<groupId>me.andrz.jackson</groupId>
77
<artifactId>jackson-json-reference-core</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
<url>https://github.com/AndersDJohnson/jackson-json-reference</url>
1010
<description>JSON Reference for Java with Jackson.</description>
1111

1212
<parent>
1313
<groupId>me.andrz.jackson</groupId>
1414
<artifactId>jackson-json-reference</artifactId>
15-
<version>0.3.0-SNAPSHOT</version>
15+
<version>0.3.0</version>
1616
</parent>
1717

1818
<properties>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:https://github.com/${github.user}/${github.repo}.git</connection>
5555
<developerConnection>scm:git:[email protected]:${github.user}/${github.repo}.git</developerConnection>
5656
<url>https://github.com/${github.user}/${github.repo}</url>
57-
<tag>HEAD</tag>
57+
<tag>0.3.0</tag>
5858
</scm>
5959

6060
<distributionManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>jackson-json-reference</name>
66
<groupId>me.andrz.jackson</groupId>
77
<artifactId>jackson-json-reference</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
<packaging>pom</packaging>
1010
<url>https://github.com/AndersDJohnson/jackson-json-reference</url>
1111
<description>JSON Reference for Java with Jackson.</description>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:https://github.com/${github.user}/${github.repo}.git</connection>
5555
<developerConnection>scm:git:[email protected]:${github.user}/${github.repo}.git</developerConnection>
5656
<url>https://github.com/${github.user}/${github.repo}</url>
57-
<tag>HEAD</tag>
57+
<tag>0.3.0</tag>
5858
</scm>
5959

6060
<distributionManagement>

0 commit comments

Comments
 (0)