[maven-release-plugin] prepare release geronimo-config-1.2.2
diff --git a/impl/pom.xml b/impl/pom.xml
index f289a44..dcefa85 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.config</groupId>
         <artifactId>geronimo-config</artifactId>
-        <version>1.2.2-SNAPSHOT</version>
+        <version>1.2.2</version>
     </parent>
 
     <artifactId>geronimo-config-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index c1948d4..72246b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.geronimo.config</groupId>
     <artifactId>geronimo-config</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
+    <version>1.2.2</version>
     <packaging>pom</packaging>
     <name>Geronimo Microprofile Configuration</name>
 
@@ -44,7 +44,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-config.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-config.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf/geronimo-config.git</url>
-      <tag>HEAD</tag>
+      <tag>geronimo-config-1.2.2</tag>
   </scm>