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

This commit is contained in:
Éamonn McManus 2022-10-24 17:48:55 -07:00
parent 4705518e12
commit 87e9ee5511
5 changed files with 7 additions and 7 deletions

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.9.2-SNAPSHOT</version> <version>2.10</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.9.2-SNAPSHOT</version> <version>2.10</version>
</parent> </parent>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
@ -246,7 +246,7 @@
</activation> </activation>
<properties> <properties>
<maven.compiler.testRelease>17</maven.compiler.testRelease> <maven.compiler.testRelease>17</maven.compiler.testRelease>
<excludeTestCompilation></excludeTestCompilation> <excludeTestCompilation />
</properties> </properties>
</profile> </profile>
</profiles> </profiles>

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.9.2-SNAPSHOT</version> <version>2.10</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.9.2-SNAPSHOT</version> <version>2.10</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</tag>
</scm> </scm>
<issueManagement> <issueManagement>

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.9.2-SNAPSHOT</version> <version>2.10</version>
</parent> </parent>
<artifactId>proto</artifactId> <artifactId>proto</artifactId>