aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉamonn McManus <emcmanus@google.com>2022-10-24 17:48:57 -0700
committerÉamonn McManus <emcmanus@google.com>2022-10-24 17:48:57 -0700
commit79c27dd885eeacbb41e13e86d83fa7ca85afd3e1 (patch)
treea4d33415674bad13ef958e71576283baf643c091
parent87e9ee5511021a918bf957cf56a9142b4efa82b6 (diff)
downloadgson-79c27dd885eeacbb41e13e86d83fa7ca85afd3e1.tar.gz
[maven-release-plugin] prepare for next development iteration
-rw-r--r--extras/pom.xml2
-rw-r--r--gson/pom.xml2
-rw-r--r--metrics/pom.xml2
-rw-r--r--pom.xml4
-rw-r--r--proto/pom.xml2
5 files changed, 6 insertions, 6 deletions
diff --git a/extras/pom.xml b/extras/pom.xml
index 533f78fa..a1851711 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.10</version>
+ <version>2.11-SNAPSHOT</version>
</parent>
<artifactId>gson-extras</artifactId>
diff --git a/gson/pom.xml b/gson/pom.xml
index 277ab598..4e7b88a6 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.10</version>
+ <version>2.11-SNAPSHOT</version>
</parent>
<artifactId>gson</artifactId>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index ca904248..b411d92e 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.10</version>
+ <version>2.11-SNAPSHOT</version>
</parent>
<artifactId>gson-metrics</artifactId>
diff --git a/pom.xml b/pom.xml
index 536e591d..ab58ab37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
- <version>2.10</version>
+ <version>2.11-SNAPSHOT</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>gson-parent-2.10</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
diff --git a/proto/pom.xml b/proto/pom.xml
index ff920604..8ed8728f 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.10</version>
+ <version>2.11-SNAPSHOT</version>
</parent>
<artifactId>proto</artifactId>