aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉamonn McManus <emcmanus@google.com>2022-10-24 17:48:55 -0700
committerÉamonn McManus <emcmanus@google.com>2022-10-24 17:48:55 -0700
commit87e9ee5511021a918bf957cf56a9142b4efa82b6 (patch)
tree965f519fa126c93fb063e2b87817b4b507a464b2
parent4705518e12fe205b9c880b14fd15efa6aae4a5bd (diff)
downloadgson-87e9ee5511021a918bf957cf56a9142b4efa82b6.tar.gz
[maven-release-plugin] prepare release gson-parent-2.10
-rw-r--r--extras/pom.xml2
-rw-r--r--gson/pom.xml4
-rw-r--r--metrics/pom.xml2
-rw-r--r--pom.xml4
-rw-r--r--proto/pom.xml2
5 files changed, 7 insertions, 7 deletions
diff --git a/extras/pom.xml b/extras/pom.xml
index 7e5c87ca..533f78fa 100644
--- a/extras/pom.xml
+++ b/extras/pom.xml
@@ -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>
diff --git a/gson/pom.xml b/gson/pom.xml
index 3861a935..277ab598 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -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>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 48d943de..ca904248 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 140ab0d3..536e591d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/proto/pom.xml b/proto/pom.xml
index 02b1ef0d..ff920604 100644
--- a/proto/pom.xml
+++ b/proto/pom.xml
@@ -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>