Skip to content

Commit 9b4ec84

Browse files
committed
[maven-release-plugin] prepare release genson-parent-1.0-RC
1 parent 8f15b5c commit 9b4ec84

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

genson-scala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.owlike</groupId>
77
<artifactId>genson-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0-RC</version>
99
</parent>
1010

1111
<artifactId>genson-scala</artifactId>

genson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.owlike</groupId>
77
<artifactId>genson-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0-RC</version>
99
</parent>
1010

1111
<artifactId>genson</artifactId>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.owlike</groupId>
55
<artifactId>genson-parent</artifactId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0-RC</version>
77
<packaging>pom</packaging>
88
<name>Genson Parent</name>
99
<description>Genson library parent and aggregator</description>
@@ -28,7 +28,8 @@
2828
<connection>scm:git:git@github.com:owlike/genson.git</connection>
2929
<developerConnection>scm:git:git@github.com:owlike/genson.git</developerConnection>
3030
<url>https://github.com/owlike/genson</url>
31-
</scm>
31+
<tag>genson-parent-1.0-RC</tag>
32+
</scm>
3233

3334
<issueManagement>
3435
<system>Github Issue List</system>

0 commit comments

Comments
 (0)