Skip to content

Commit 3ff35d6

Browse files
committed
[maven-release-plugin] prepare release gson-parent-2.14.0
1 parent a3024fd commit 3ff35d6

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe
3131
Gradle:
3232
```gradle
3333
dependencies {
34-
implementation 'com.google.code.gson:gson:2.13.2'
34+
implementation 'com.google.code.gson:gson:2.14.0'
3535
}
3636
```
3737

@@ -40,7 +40,7 @@ Maven:
4040
<dependency>
4141
<groupId>com.google.code.gson</groupId>
4242
<artifactId>gson</artifactId>
43-
<version>2.13.2</version>
43+
<version>2.14.0</version>
4444
</dependency>
4545
```
4646

UserGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The Gson instance does not maintain any state while invoking JSON operations. So
7676

7777
```gradle
7878
dependencies {
79-
implementation 'com.google.code.gson:gson:2.13.2'
79+
implementation 'com.google.code.gson:gson:2.14.0'
8080
}
8181
```
8282

@@ -90,7 +90,7 @@ To use Gson with Maven2/3, you can use the Gson version available in Maven Centr
9090
<dependency>
9191
<groupId>com.google.code.gson</groupId>
9292
<artifactId>gson</artifactId>
93-
<version>2.13.2</version>
93+
<version>2.14.0</version>
9494
<scope>compile</scope>
9595
</dependency>
9696
</dependencies>

extras/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
<parent>
2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson-parent</artifactId>
22-
<version>2.13.3-SNAPSHOT</version>
22+
<version>2.14.0</version>
2323
</parent>
2424

2525
<artifactId>gson-extras</artifactId>
26-
<version>2.13.3-SNAPSHOT</version>
26+
<version>2.14.0</version>
2727
<inceptionYear>2008</inceptionYear>
2828
<name>Gson Extras</name>
2929
<description>Google Gson grab bag of utilities, type adapters, etc.</description>
3030

3131
<properties>
3232
<!-- Make the build reproducible, see root `pom.xml` -->
3333
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
34-
<project.build.outputTimestamp>2025-09-10T20:39:14Z</project.build.outputTimestamp>
34+
<project.build.outputTimestamp>2026-04-23T18:59:45Z</project.build.outputTimestamp>
3535
</properties>
3636

3737
<licenses>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.google.code.gson</groupId>
5252
<artifactId>gson</artifactId>
53-
<version>2.13.3-SNAPSHOT</version>
53+
<version>2.14.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>javax.annotation</groupId>
@@ -85,6 +85,6 @@
8585
</developers>
8686

8787
<scm>
88-
<tag>gson-extras-2.12.1</tag>
88+
<tag>gson-parent-2.14.0</tag>
8989
</scm>
9090
</project>

gson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.code.gson</groupId>
2222
<artifactId>gson-parent</artifactId>
23-
<version>2.13.3-SNAPSHOT</version>
23+
<version>2.14.0</version>
2424
</parent>
2525

2626
<artifactId>gson</artifactId>
@@ -36,7 +36,7 @@
3636
<properties>
3737
<!-- Make the build reproducible, see root `pom.xml` -->
3838
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
39-
<project.build.outputTimestamp>2025-09-10T20:39:14Z</project.build.outputTimestamp>
39+
<project.build.outputTimestamp>2026-04-23T18:59:45Z</project.build.outputTimestamp>
4040

4141
<excludeTestCompilation>**/Java17*</excludeTestCompilation>
4242
</properties>

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson-parent</artifactId>
22-
<version>2.13.3-SNAPSHOT</version>
22+
<version>2.14.0</version>
2323
</parent>
2424

2525
<artifactId>gson-metrics</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson-parent</artifactId>
22-
<version>2.13.3-SNAPSHOT</version>
22+
<version>2.14.0</version>
2323
<packaging>pom</packaging>
2424

2525
<name>Gson Parent</name>
@@ -43,7 +43,7 @@
4343

4444
<!-- Make the build reproducible, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
4545
<!-- Automatically updated by Maven Release Plugin -->
46-
<project.build.outputTimestamp>2025-09-10T20:39:14Z</project.build.outputTimestamp>
46+
<project.build.outputTimestamp>2026-04-23T18:59:45Z</project.build.outputTimestamp>
4747

4848
<!-- These properties are to be overwritten by the Maven modules -->
4949
<!-- Whether this module is an integration test module -->
@@ -56,7 +56,7 @@
5656
<url>https://github.com/google/gson/</url>
5757
<connection>scm:git:https://github.com/google/gson.git</connection>
5858
<developerConnection>scm:git:[email protected]:google/gson.git</developerConnection>
59-
<tag>HEAD</tag>
59+
<tag>gson-parent-2.14.0</tag>
6060
</scm>
6161

6262
<developers>

proto/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson-parent</artifactId>
22-
<version>2.13.3-SNAPSHOT</version>
22+
<version>2.14.0</version>
2323
</parent>
2424

2525
<artifactId>proto</artifactId>
@@ -29,7 +29,7 @@
2929
<properties>
3030
<!-- Make the build reproducible, see root `pom.xml` -->
3131
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
32-
<project.build.outputTimestamp>2025-09-10T20:39:14Z</project.build.outputTimestamp>
32+
<project.build.outputTimestamp>2026-04-23T18:59:45Z</project.build.outputTimestamp>
3333

3434
<protobufVersion>4.34.0</protobufVersion>
3535
</properties>

test-graal-native-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson-parent</artifactId>
22-
<version>2.13.3-SNAPSHOT</version>
22+
<version>2.14.0</version>
2323
</parent>
2424
<artifactId>test-graal-native-image</artifactId>
2525
<name>Test: GraalVM Native Image</name>

test-jpms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson-parent</artifactId>
22-
<version>2.13.3-SNAPSHOT</version>
22+
<version>2.14.0</version>
2323
</parent>
2424
<artifactId>test-jpms</artifactId>
2525
<name>Test: Java Platform Module System (JPMS)</name>

test-shrinker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.code.gson</groupId>
2222
<artifactId>gson-parent</artifactId>
23-
<version>2.13.3-SNAPSHOT</version>
23+
<version>2.14.0</version>
2424
</parent>
2525
<artifactId>test-shrinker</artifactId>
2626
<name>Test: Code shrinking (ProGuard / R8)</name>

0 commit comments

Comments
 (0)