mirror of
https://github.com/google/gson.git
synced 2026-03-13 08:01:59 +08:00
[maven-release-plugin] prepare release gson-parent-2.13.2
This commit is contained in:
@@ -31,7 +31,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe
|
||||
Gradle:
|
||||
```gradle
|
||||
dependencies {
|
||||
implementation 'com.google.code.gson:gson:2.13.1'
|
||||
implementation 'com.google.code.gson:gson:2.13.2'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -40,7 +40,7 @@ Maven:
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.13.1</version>
|
||||
<version>2.13.2</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ The Gson instance does not maintain any state while invoking JSON operations. So
|
||||
|
||||
```gradle
|
||||
dependencies {
|
||||
implementation 'com.google.code.gson:gson:2.13.1'
|
||||
implementation 'com.google.code.gson:gson:2.13.2'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -90,7 +90,7 @@ To use Gson with Maven2/3, you can use the Gson version available in Maven Centr
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.13.1</version>
|
||||
<version>2.13.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -19,11 +19,11 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>gson-extras</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
<inceptionYear>2008</inceptionYear>
|
||||
<name>Gson Extras</name>
|
||||
<description>Google Gson grab bag of utilities, type adapters, etc.</description>
|
||||
@@ -31,7 +31,7 @@
|
||||
<properties>
|
||||
<!-- Make the build reproducible, see root `pom.xml` -->
|
||||
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
|
||||
<project.build.outputTimestamp>2025-04-24T01:03:45Z</project.build.outputTimestamp>
|
||||
<project.build.outputTimestamp>2025-09-10T20:37:36Z</project.build.outputTimestamp>
|
||||
|
||||
<!-- Overwrite property from parent; this module is currently not deployed -->
|
||||
<gson.isInternalModule>true</gson.isInternalModule>
|
||||
@@ -53,7 +53,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
@@ -88,7 +88,7 @@
|
||||
</developers>
|
||||
|
||||
<scm>
|
||||
<tag>gson-extras-2.12.1</tag>
|
||||
<tag>gson-parent-2.13.2</tag>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>gson</artifactId>
|
||||
@@ -36,7 +36,7 @@
|
||||
<properties>
|
||||
<!-- Make the build reproducible, see root `pom.xml` -->
|
||||
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
|
||||
<project.build.outputTimestamp>2025-04-24T01:03:45Z</project.build.outputTimestamp>
|
||||
<project.build.outputTimestamp>2025-09-10T20:37:36Z</project.build.outputTimestamp>
|
||||
|
||||
<excludeTestCompilation>**/Java17*</excludeTestCompilation>
|
||||
</properties>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>gson-metrics</artifactId>
|
||||
|
||||
6
pom.xml
6
pom.xml
@@ -19,7 +19,7 @@
|
||||
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Gson Parent</name>
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
<!-- Make the build reproducible, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
|
||||
<!-- Automatically updated by Maven Release Plugin -->
|
||||
<project.build.outputTimestamp>2025-04-24T01:03:45Z</project.build.outputTimestamp>
|
||||
<project.build.outputTimestamp>2025-09-10T20:37:36Z</project.build.outputTimestamp>
|
||||
|
||||
<!-- These properties are to be overwritten by the Maven modules -->
|
||||
<!-- Whether this module is an integration test module -->
|
||||
@@ -58,7 +58,7 @@
|
||||
<url>https://github.com/google/gson/</url>
|
||||
<connection>scm:git:https://github.com/google/gson.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:google/gson.git</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
<tag>gson-parent-2.13.2</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>proto</artifactId>
|
||||
@@ -29,7 +29,7 @@
|
||||
<properties>
|
||||
<!-- Make the build reproducible, see root `pom.xml` -->
|
||||
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
|
||||
<project.build.outputTimestamp>2025-04-24T01:03:45Z</project.build.outputTimestamp>
|
||||
<project.build.outputTimestamp>2025-09-10T20:37:36Z</project.build.outputTimestamp>
|
||||
|
||||
<protobufVersion>4.32.0</protobufVersion>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
</parent>
|
||||
<artifactId>test-graal-native-image</artifactId>
|
||||
<name>Test: GraalVM Native Image</name>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
</parent>
|
||||
<artifactId>test-jpms</artifactId>
|
||||
<name>Test: Java Platform Module System (JPMS)</name>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
<version>2.13.2</version>
|
||||
</parent>
|
||||
<artifactId>test-shrinker</artifactId>
|
||||
<name>Test: Code shrinking (ProGuard / R8)</name>
|
||||
|
||||
Reference in New Issue
Block a user