File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<parent >
6
4
<groupId >com.google.code.gson</groupId >
7
5
<artifactId >gson-parent</artifactId >
8
- <version >2.8.9-SNAPSHOT </version >
6
+ <version >2.8.9</version >
9
7
</parent >
10
8
11
9
<artifactId >gson-extras</artifactId >
12
10
<packaging >jar</packaging >
13
- <version >1.0-SNAPSHOT </version >
11
+ <version >2.8.9 </version >
14
12
<inceptionYear >2008</inceptionYear >
15
13
<name >Gson Extras</name >
16
14
<description >Google Gson grab bag of utilities, type adapters, etc.</description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.google.code.gson</groupId >
6
6
<artifactId >gson-parent</artifactId >
7
- <version >2.8.9-SNAPSHOT </version >
7
+ <version >2.8.9</version >
8
8
</parent >
9
9
10
10
<artifactId >gson</artifactId >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.google.code.gson</groupId >
13
13
<artifactId >gson-parent</artifactId >
14
- <version >2.8.9-SNAPSHOT </version >
14
+ <version >2.8.9</version >
15
15
<packaging >pom</packaging >
16
16
17
17
<name >Gson Parent</name >
32
32
<url >https://github.com/google/gson/</url >
33
33
<connection >scm:git:https://github.com/google/gson.git</connection >
34
34
<developerConnection >scm:git:git@github.com:google/gson.git</developerConnection >
35
- <tag >HEAD </tag >
35
+ <tag >gson-parent-2.8.9 </tag >
36
36
</scm >
37
37
38
38
<issueManagement >
You can’t perform that action at this time.
0 commit comments