Skip to content

Commit bb9a1f2

Browse files
committed
[maven-release-plugin] prepare release gson-parent-2.9.1
1 parent 893a7e1 commit bb9a1f2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.gson</groupId>
55
<artifactId>gson-parent</artifactId>
6-
<version>2.9.1-SNAPSHOT</version>
6+
<version>2.9.1</version>
77
</parent>
88

99
<artifactId>gson-extras</artifactId>

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.9.1-SNAPSHOT</version>
7+
<version>2.9.1</version>
88
</parent>
99

1010
<artifactId>gson</artifactId>

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.gson</groupId>
55
<artifactId>gson-parent</artifactId>
6-
<version>2.9.1-SNAPSHOT</version>
6+
<version>2.9.1</version>
77
</parent>
88

99
<artifactId>gson-metrics</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.9.1-SNAPSHOT</version>
14+
<version>2.9.1</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Gson Parent</name>
@@ -34,7 +34,7 @@
3434
<url>https://github.com/google/gson/</url>
3535
<connection>scm:git:https://github.com/google/gson.git</connection>
3636
<developerConnection>scm:git:git@github.com:google/gson.git</developerConnection>
37-
<tag>HEAD</tag>
37+
<tag>gson-parent-2.9.1</tag>
3838
</scm>
3939

4040
<issueManagement>

proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.code.gson</groupId>
88
<artifactId>gson-parent</artifactId>
9-
<version>2.9.1-SNAPSHOT</version>
9+
<version>2.9.1</version>
1010
</parent>
1111

1212
<artifactId>proto</artifactId>

0 commit comments

Comments
 (0)