[maven-release-plugin] prepare release gson-parent-2.10.1

This commit is contained in:
Éamonn McManus 2023-01-06 07:42:31 -08:00
parent 1a2170b99c
commit 2ce6a6106c
8 changed files with 11 additions and 11 deletions

View File

@ -19,7 +19,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe
Gradle: Gradle:
```gradle ```gradle
dependencies { dependencies {
implementation 'com.google.code.gson:gson:2.10' implementation 'com.google.code.gson:gson:2.10.1'
} }
``` ```
@ -28,7 +28,7 @@ Maven:
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.10</version> <version>2.10.1</version>
</dependency> </dependency>
``` ```

View File

@ -76,7 +76,7 @@ The Gson instance does not maintain any state while invoking JSON operations. So
```gradle ```gradle
dependencies { dependencies {
implementation 'com.google.code.gson:gson:2.10' implementation 'com.google.code.gson:gson:2.10.1'
} }
``` ```
@ -90,7 +90,7 @@ To use Gson with Maven2/3, you can use the Gson version available in Maven Centr
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.10</version> <version>2.10.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.11.0-SNAPSHOT</version> <version>2.10.1</version>
</parent> </parent>
<artifactId>gson-extras</artifactId> <artifactId>gson-extras</artifactId>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.11.0-SNAPSHOT</version> <version>2.10.1</version>
</parent> </parent>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>

View File

@ -159,7 +159,7 @@ public final class JsonObject extends JsonElement {
* Returns true if the number of key/value pairs in the object is zero. * Returns true if the number of key/value pairs in the object is zero.
* *
* @return true if the number of key/value pairs in the object is zero. * @return true if the number of key/value pairs in the object is zero.
* @since $next-version$ * @since 2.10.1
*/ */
public boolean isEmpty() { public boolean isEmpty() {
return members.size() == 0; return members.size() == 0;

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.11.0-SNAPSHOT</version> <version>2.10.1</version>
</parent> </parent>
<artifactId>gson-metrics</artifactId> <artifactId>gson-metrics</artifactId>

View File

@ -5,7 +5,7 @@
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.11.0-SNAPSHOT</version> <version>2.10.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Gson Parent</name> <name>Gson Parent</name>
@ -28,7 +28,7 @@
<url>https://github.com/google/gson/</url> <url>https://github.com/google/gson/</url>
<connection>scm:git:https://github.com/google/gson.git</connection> <connection>scm:git:https://github.com/google/gson.git</connection>
<developerConnection>scm:git:git@github.com:google/gson.git</developerConnection> <developerConnection>scm:git:git@github.com:google/gson.git</developerConnection>
<tag>HEAD</tag> <tag>gson-parent-2.10.1</tag>
</scm> </scm>
<developers> <developers>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.11.0-SNAPSHOT</version> <version>2.10.1</version>
</parent> </parent>
<artifactId>proto</artifactId> <artifactId>proto</artifactId>