[maven-release-plugin] prepare release gson-parent-2.10.1
This commit is contained in:
parent
1a2170b99c
commit
2ce6a6106c
@ -19,7 +19,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.10'
|
||||
implementation 'com.google.code.gson:gson:2.10.1'
|
||||
}
|
||||
```
|
||||
|
||||
@ -28,7 +28,7 @@ Maven:
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.10</version>
|
||||
<version>2.10.1</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.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>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.10</version>
|
||||
<version>2.10.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.11.0-SNAPSHOT</version>
|
||||
<version>2.10.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>gson-extras</artifactId>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.11.0-SNAPSHOT</version>
|
||||
<version>2.10.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>gson</artifactId>
|
||||
|
@ -159,7 +159,7 @@ public final class JsonObject extends JsonElement {
|
||||
* 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.
|
||||
* @since $next-version$
|
||||
* @since 2.10.1
|
||||
*/
|
||||
public boolean isEmpty() {
|
||||
return members.size() == 0;
|
||||
|
@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.11.0-SNAPSHOT</version>
|
||||
<version>2.10.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>gson-metrics</artifactId>
|
||||
|
4
pom.xml
4
pom.xml
@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.11.0-SNAPSHOT</version>
|
||||
<version>2.10.1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Gson Parent</name>
|
||||
@ -28,7 +28,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.10.1</tag>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson-parent</artifactId>
|
||||
<version>2.11.0-SNAPSHOT</version>
|
||||
<version>2.10.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>proto</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user