Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of gson-parent-2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed Oct 25, 2022
1 parent c7544a0 commit 7bca5c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extras/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11-SNAPSHOT</version>
<version>2.9.2-SNAPSHOT</version>
</parent>

<artifactId>gson-extras</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11-SNAPSHOT</version>
<version>2.9.2-SNAPSHOT</version>
</parent>

<artifactId>gson</artifactId>
Expand Down Expand Up @@ -246,7 +246,7 @@
</activation>
<properties>
<maven.compiler.testRelease>17</maven.compiler.testRelease>
<excludeTestCompilation />
<excludeTestCompilation></excludeTestCompilation>
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion metrics/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11-SNAPSHOT</version>
<version>2.9.2-SNAPSHOT</version>
</parent>

<artifactId>gson-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11-SNAPSHOT</version>
<version>2.9.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Gson Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion proto/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11-SNAPSHOT</version>
<version>2.9.2-SNAPSHOT</version>
</parent>

<artifactId>proto</artifactId>
Expand Down

0 comments on commit 7bca5c4

Please sign in to comment.