Skip to content

Commit 6a368d8

Browse files
committed
[maven-release-plugin] prepare release gson-parent-2.8.9
1 parent ba96d53 commit 6a368d8

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

Diff for: extras/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<parent>
64
<groupId>com.google.code.gson</groupId>
75
<artifactId>gson-parent</artifactId>
8-
<version>2.8.9-SNAPSHOT</version>
6+
<version>2.8.9</version>
97
</parent>
108

119
<artifactId>gson-extras</artifactId>
1210
<packaging>jar</packaging>
13-
<version>1.0-SNAPSHOT</version>
11+
<version>2.8.9</version>
1412
<inceptionYear>2008</inceptionYear>
1513
<name>Gson Extras</name>
1614
<description>Google Gson grab bag of utilities, type adapters, etc.</description>

Diff for: gson/pom.xml

+1-1
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.8.9-SNAPSHOT</version>
7+
<version>2.8.9</version>
88
</parent>
99

1010
<artifactId>gson</artifactId>

Diff for: pom.xml

+2-2
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.8.9-SNAPSHOT</version>
14+
<version>2.8.9</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Gson Parent</name>
@@ -32,7 +32,7 @@
3232
<url>https://github.com/google/gson/</url>
3333
<connection>scm:git:https://github.com/google/gson.git</connection>
3434
<developerConnection>scm:git:git@github.com:google/gson.git</developerConnection>
35-
<tag>HEAD</tag>
35+
<tag>gson-parent-2.8.9</tag>
3636
</scm>
3737

3838
<issueManagement>

0 commit comments

Comments
 (0)