[maven-release-plugin] prepare release gson-parent-2.10
This commit is contained in:
parent
4705518e12
commit
87e9ee5511
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user