[maven-release-plugin] prepare release test-avatica-1.10.0-elserj-test
diff --git a/core/pom.xml b/core/pom.xml
index 7ed2816..2d33880 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>avatica-core</artifactId>
diff --git a/docker/pom.xml b/docker/pom.xml
index 39027a7..34973d9 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>avatica-docker</artifactId>
diff --git a/metrics-dropwizardmetrics3/pom.xml b/metrics-dropwizardmetrics3/pom.xml
index bd60ffe..d6f5bbf 100644
--- a/metrics-dropwizardmetrics3/pom.xml
+++ b/metrics-dropwizardmetrics3/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>avatica-metrics-dropwizardmetrics3</artifactId>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 4fc32df..59a51be 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>avatica-metrics</artifactId>
diff --git a/noop-driver/pom.xml b/noop-driver/pom.xml
index b15d7a7..3dc008e 100644
--- a/noop-driver/pom.xml
+++ b/noop-driver/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>avatica-noop-driver</artifactId>
diff --git a/pom.xml b/pom.xml
index 445467e..e1d5790 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.calcite.avatica</groupId>
   <artifactId>avatica-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.10.0-SNAPSHOT</version>
+  <version>1.10.0</version>
 
   <!-- More project information. -->
   <name>Apache Calcite Avatica Project</name>
@@ -98,7 +98,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite-avatica.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite-avatica.git</developerConnection>
     <url>https://github.com/apache/calcite-avatica</url>
-    <tag>HEAD</tag>
+    <tag>test-avatica-1.10.0-elserj-test</tag>
   </scm>
 
   <modules>
diff --git a/server/pom.xml b/server/pom.xml
index d618b3e..452cee6 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>avatica-server</artifactId>
diff --git a/shaded/core/pom.xml b/shaded/core/pom.xml
index e5a963d..b674b25 100644
--- a/shaded/core/pom.xml
+++ b/shaded/core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/standalone-server/pom.xml b/standalone-server/pom.xml
index e8c7f43..29b5d93 100644
--- a/standalone-server/pom.xml
+++ b/standalone-server/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
   <artifactId>avatica-standalone-server</artifactId>
   <name>Avatica Standalone Server</name>
diff --git a/tck/pom.xml b/tck/pom.xml
index ee46857..efebd20 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
   </parent>
 
   <artifactId>avatica-tck</artifactId>