[maven-release-plugin] prepare release gson-parent-2.10
diff --git a/extras/pom.xml b/extras/pom.xml
index a185171..533f78f 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.11-SNAPSHOT</version>
+    <version>2.10</version>
   </parent>
 
   <artifactId>gson-extras</artifactId>
diff --git a/gson/pom.xml b/gson/pom.xml
index 4e7b88a..277ab59 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.11-SNAPSHOT</version>
+    <version>2.10</version>
   </parent>
 
   <artifactId>gson</artifactId>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index b411d92..ca90424 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.11-SNAPSHOT</version>
+    <version>2.10</version>
   </parent>
 
   <artifactId>gson-metrics</artifactId>
diff --git a/pom.xml b/pom.xml
index 0b8b66d..155d98d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
   <groupId>com.google.code.gson</groupId>
   <artifactId>gson-parent</artifactId>
-  <version>2.11-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>
 
   <developers>
diff --git a/proto/pom.xml b/proto/pom.xml
index 8ed8728..ff92060 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.11-SNAPSHOT</version>
+    <version>2.10</version>
   </parent>
 
   <artifactId>proto</artifactId>