Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gson-parent-2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed Jan 27, 2025
1 parent a2b1c3c commit aaf7a12
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.11.0'
implementation 'com.google.code.gson:gson:2.12.0'
}
```

Expand All @@ -33,7 +33,7 @@ Maven:
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0'
implementation 'com.google.code.gson:gson:2.12.0'
}
```

Expand All @@ -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.11.0</version>
<version>2.12.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.1-SNAPSHOT</version>
<version>2.12.0</version>
</parent>

<artifactId>gson-extras</artifactId>
Expand All @@ -30,7 +30,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>2024-05-19T18:54:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-01-27T22:39:27Z</project.build.outputTimestamp>

<!-- Overwrite property from parent; this module is currently not deployed -->
<gson.isInternalModule>true</gson.isInternalModule>
Expand Down
4 changes: 2 additions & 2 deletions gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.1-SNAPSHOT</version>
<version>2.12.0</version>
</parent>

<artifactId>gson</artifactId>
Expand All @@ -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>2024-05-19T18:54:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-01-27T22:39:27Z</project.build.outputTimestamp>

<excludeTestCompilation>**/Java17*</excludeTestCompilation>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions gson/src/main/java/com/google/gson/stream/JsonReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public final Strictness getStrictness() {
* <p>The default nesting limit is {@value #DEFAULT_NESTING_LIMIT}.
*
* @throws IllegalArgumentException if the nesting limit is negative.
* @since $next-version$
* @since 2.12.0
* @see #getNestingLimit()
*/
public final void setNestingLimit(int limit) {
Expand All @@ -444,7 +444,7 @@ public final void setNestingLimit(int limit) {
/**
* Returns the nesting limit of this reader.
*
* @since $next-version$
* @since 2.12.0
* @see #setNestingLimit(int)
*/
public final int getNestingLimit() {
Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.1-SNAPSHOT</version>
<version>2.12.0</version>
</parent>

<artifactId>gson-metrics</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.1-SNAPSHOT</version>
<version>2.12.0</version>
<packaging>pom</packaging>

<name>Gson Parent</name>
Expand All @@ -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>2024-05-19T18:54:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-01-27T22:39:27Z</project.build.outputTimestamp>

<!-- These properties are to be overwritten by the Maven modules -->
<!-- Whether this module is an integration test module -->
Expand All @@ -58,7 +58,7 @@
<url>https://github.com/google/gson/</url>
<connection>scm:git:https://github.com/google/gson.git</connection>
<developerConnection>scm:git:[email protected]:google/gson.git</developerConnection>
<tag>HEAD</tag>
<tag>gson-parent-2.12.0</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.1-SNAPSHOT</version>
<version>2.12.0</version>
</parent>

<artifactId>proto</artifactId>
Expand All @@ -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>2024-05-19T18:54:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-01-27T22:39:27Z</project.build.outputTimestamp>

<protobufVersion>4.29.2</protobufVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public Builder addSerializedEnumValueExtension(
* ...will be serialized as '{@code bar}' if {@code shouldUseJsonNameFieldOption} is set to
* {@code true} and the '{@code serialized_name}' annotation is added to the adapter.
*
* @since $next-version$
* @since 2.12.0
*/
@CanIgnoreReturnValue
public Builder setShouldUseJsonNameFieldOption(boolean shouldUseJsonNameFieldOption) {
Expand Down
2 changes: 1 addition & 1 deletion test-graal-native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.1-SNAPSHOT</version>
<version>2.12.0</version>
</parent>
<artifactId>test-graal-native-image</artifactId>
<name>Test: GraalVM Native Image</name>
Expand Down
2 changes: 1 addition & 1 deletion test-jpms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.1-SNAPSHOT</version>
<version>2.12.0</version>
</parent>
<artifactId>test-jpms</artifactId>
<name>Test: Java Platform Module System (JPMS)</name>
Expand Down
2 changes: 1 addition & 1 deletion test-shrinker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.1-SNAPSHOT</version>
<version>2.12.0</version>
</parent>
<artifactId>test-shrinker</artifactId>
<name>Test: Code shrinking (ProGuard / R8)</name>
Expand Down

0 comments on commit aaf7a12

Please sign in to comment.