Skip to content

Commit 0a29fcf

Browse files
author
Inderjeet Singh
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9722b00 commit 0a29fcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.gson</groupId>
66
<artifactId>gson-parent</artifactId>
7-
<version>2.7</version>
7+
<version>2.7.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>gson</artifactId>

pom.xml

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

1212
<groupId>com.google.code.gson</groupId>
1313
<artifactId>gson-parent</artifactId>
14-
<version>2.7</version>
14+
<version>2.7.1-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Gson Parent</name>
@@ -31,7 +31,7 @@
3131
<url>https://github.com/google/gson/</url>
3232
<connection>scm:git:https://github.com/google/gson.git</connection>
3333
<developerConnection>scm:git:[email protected]:google/gson.git</developerConnection>
34-
<tag>gson-parent-2.7</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<issueManagement>

0 commit comments

Comments
 (0)