Skip to content

Commit 31e99de

Browse files
[maven-release-plugin] prepare release jackson-json-reference-0.2.0
1 parent ea923fe commit 31e99de

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
@@ -4,12 +4,12 @@
44

55
<groupId>me.andrz.jackson</groupId>
66
<artifactId>jackson-json-reference-cli</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.2.0</version>
88

99
<parent>
1010
<groupId>me.andrz.jackson</groupId>
1111
<artifactId>jackson-json-reference</artifactId>
12-
<version>0.1.3-SNAPSHOT</version>
12+
<version>0.2.0</version>
1313
</parent>
1414

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

4343
<distributionManagement>
@@ -211,7 +211,7 @@
211211
<dependency>
212212
<groupId>me.andrz.jackson</groupId>
213213
<artifactId>jackson-json-reference-core</artifactId>
214-
<version>0.1.3-SNAPSHOT</version>
214+
<version>0.2.0</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>junit</groupId>

jackson-json-reference-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
<groupId>me.andrz.jackson</groupId>
66
<artifactId>jackson-json-reference-core</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.2.0</version>
88

99
<parent>
1010
<groupId>me.andrz.jackson</groupId>
1111
<artifactId>jackson-json-reference</artifactId>
12-
<version>0.1.3-SNAPSHOT</version>
12+
<version>0.2.0</version>
1313
</parent>
1414

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

4343
<distributionManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>me.andrz.jackson</groupId>
66
<artifactId>jackson-json-reference</artifactId>
7-
<version>0.1.3-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
<packaging>pom</packaging>
99

1010
<modules>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:https://github.com/${github.user}/${github.repo}.git</connection>
3838
<developerConnection>scm:git:[email protected]:${github.user}/${github.repo}.git</developerConnection>
3939
<url>https://github.com/${github.user}/${github.repo}</url>
40-
<tag>HEAD</tag>
40+
<tag>jackson-json-reference-0.2.0</tag>
4141
</scm>
4242

4343
<distributionManagement>

0 commit comments

Comments
 (0)