File tree 8 files changed +16
-16
lines changed 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >com.google.code.gson</groupId >
21
21
<artifactId >gson-parent</artifactId >
22
- <version >2.13.0 </version >
22
+ <version >2.13.1-SNAPSHOT </version >
23
23
</parent >
24
24
25
25
<artifactId >gson-extras</artifactId >
26
- <version >2.13.0 </version >
26
+ <version >2.13.1-SNAPSHOT </version >
27
27
<inceptionYear >2008</inceptionYear >
28
28
<name >Gson Extras</name >
29
29
<description >Google Gson grab bag of utilities, type adapters, etc.</description >
30
30
31
31
<properties >
32
32
<!-- Make the build reproducible, see root `pom.xml` -->
33
33
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
34
- <project .build.outputTimestamp>2025-04-11T14:27:53Z </project .build.outputTimestamp>
34
+ <project .build.outputTimestamp>2025-04-11T14:28:58Z </project .build.outputTimestamp>
35
35
36
36
<!-- Overwrite property from parent; this module is currently not deployed -->
37
37
<gson .isInternalModule>true</gson .isInternalModule>
53
53
<dependency >
54
54
<groupId >com.google.code.gson</groupId >
55
55
<artifactId >gson</artifactId >
56
- <version >2.13.0 </version >
56
+ <version >2.13.1-SNAPSHOT </version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >javax.annotation</groupId >
88
88
</developers >
89
89
90
90
<scm >
91
- <tag >gson-parent -2.13.0 </tag >
91
+ <tag >gson-extras -2.12.1 </tag >
92
92
</scm >
93
93
</project >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.google.code.gson</groupId >
22
22
<artifactId >gson-parent</artifactId >
23
- <version >2.13.0 </version >
23
+ <version >2.13.1-SNAPSHOT </version >
24
24
</parent >
25
25
26
26
<artifactId >gson</artifactId >
36
36
<properties >
37
37
<!-- Make the build reproducible, see root `pom.xml` -->
38
38
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
39
- <project .build.outputTimestamp>2025-04-11T14:27:53Z </project .build.outputTimestamp>
39
+ <project .build.outputTimestamp>2025-04-11T14:28:58Z </project .build.outputTimestamp>
40
40
41
41
<excludeTestCompilation >**/Java17*</excludeTestCompilation >
42
42
</properties >
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >com.google.code.gson</groupId >
21
21
<artifactId >gson-parent</artifactId >
22
- <version >2.13.0 </version >
22
+ <version >2.13.1-SNAPSHOT </version >
23
23
</parent >
24
24
25
25
<artifactId >gson-metrics</artifactId >
Original file line number Diff line number Diff line change 19
19
20
20
<groupId >com.google.code.gson</groupId >
21
21
<artifactId >gson-parent</artifactId >
22
- <version >2.13.0 </version >
22
+ <version >2.13.1-SNAPSHOT </version >
23
23
<packaging >pom</packaging >
24
24
25
25
<name >Gson Parent</name >
43
43
44
44
<!-- Make the build reproducible, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
45
45
<!-- Automatically updated by Maven Release Plugin -->
46
- <project .build.outputTimestamp>2025-04-11T14:27:53Z </project .build.outputTimestamp>
46
+ <project .build.outputTimestamp>2025-04-11T14:28:58Z </project .build.outputTimestamp>
47
47
48
48
<!-- These properties are to be overwritten by the Maven modules -->
49
49
<!-- Whether this module is an integration test module -->
58
58
<url >https://github.com/google/gson/</url >
59
59
<connection >scm:git:https://github.com/google/gson.git</connection >
60
60
<
developerConnection >scm:git:
[email protected] :google/gson.git</
developerConnection >
61
- <tag >gson-parent-2.13.0 </tag >
61
+ <tag >HEAD </tag >
62
62
</scm >
63
63
64
64
<developers >
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >com.google.code.gson</groupId >
21
21
<artifactId >gson-parent</artifactId >
22
- <version >2.13.0 </version >
22
+ <version >2.13.1-SNAPSHOT </version >
23
23
</parent >
24
24
25
25
<artifactId >proto</artifactId >
29
29
<properties >
30
30
<!-- Make the build reproducible, see root `pom.xml` -->
31
31
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
32
- <project .build.outputTimestamp>2025-04-11T14:27:53Z </project .build.outputTimestamp>
32
+ <project .build.outputTimestamp>2025-04-11T14:28:58Z </project .build.outputTimestamp>
33
33
34
34
<protobufVersion >4.30.2</protobufVersion >
35
35
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >com.google.code.gson</groupId >
21
21
<artifactId >gson-parent</artifactId >
22
- <version >2.13.0 </version >
22
+ <version >2.13.1-SNAPSHOT </version >
23
23
</parent >
24
24
<artifactId >test-graal-native-image</artifactId >
25
25
<name >Test: GraalVM Native Image</name >
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >com.google.code.gson</groupId >
21
21
<artifactId >gson-parent</artifactId >
22
- <version >2.13.0 </version >
22
+ <version >2.13.1-SNAPSHOT </version >
23
23
</parent >
24
24
<artifactId >test-jpms</artifactId >
25
25
<name >Test: Java Platform Module System (JPMS)</name >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >com.google.code.gson</groupId >
22
22
<artifactId >gson-parent</artifactId >
23
- <version >2.13.0 </version >
23
+ <version >2.13.1-SNAPSHOT </version >
24
24
</parent >
25
25
<artifactId >test-shrinker</artifactId >
26
26
<name >Test: Code shrinking (ProGuard / R8)</name >
You can’t perform that action at this time.
0 commit comments