Skip to content

Commit 7bca5c4

Browse files
committed
[maven-release-plugin] rollback the release of gson-parent-2.10
1 parent c7544a0 commit 7bca5c4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.gson</groupId>
55
<artifactId>gson-parent</artifactId>
6-
<version>2.11-SNAPSHOT</version>
6+
<version>2.9.2-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>gson-extras</artifactId>

gson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.code.gson</groupId>
66
<artifactId>gson-parent</artifactId>
7-
<version>2.11-SNAPSHOT</version>
7+
<version>2.9.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>gson</artifactId>
@@ -246,7 +246,7 @@
246246
</activation>
247247
<properties>
248248
<maven.compiler.testRelease>17</maven.compiler.testRelease>
249-
<excludeTestCompilation />
249+
<excludeTestCompilation></excludeTestCompilation>
250250
</properties>
251251
</profile>
252252
</profiles>

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.google.code.gson</groupId>
55
<artifactId>gson-parent</artifactId>
6-
<version>2.11-SNAPSHOT</version>
6+
<version>2.9.2-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>gson-metrics</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.google.code.gson</groupId>
77
<artifactId>gson-parent</artifactId>
8-
<version>2.11-SNAPSHOT</version>
8+
<version>2.9.2-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Gson Parent</name>

proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.code.gson</groupId>
88
<artifactId>gson-parent</artifactId>
9-
<version>2.11-SNAPSHOT</version>
9+
<version>2.9.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>proto</artifactId>

0 commit comments

Comments
 (0)