[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>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.9.2-SNAPSHOT</version>
<version>2.10</version>
</parent>
<artifactId>gson-extras</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.9.2-SNAPSHOT</version>
<version>2.10</version>
</parent>
<artifactId>gson</artifactId>
@ -246,7 +246,7 @@
</activation>
<properties>
<maven.compiler.testRelease>17</maven.compiler.testRelease>
<excludeTestCompilation></excludeTestCompilation>
<excludeTestCompilation />
</properties>
</profile>
</profiles>

View File

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

View File

@ -5,7 +5,7 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.9.2-SNAPSHOT</version>
<version>2.10</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</tag>
</scm>
<issueManagement>

View File

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