[maven-release-plugin] prepare release org.apache.sling.repoinit.parser-1.2.2
diff --git a/pom.xml b/pom.xml
index 79f2599..d9e25ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <artifactId>org.apache.sling.repoinit.parser</artifactId>
   <packaging>bundle</packaging>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.2.2</version>
   <name>Apache Sling RepoInit Parser</name>
   <description>Parser for the Repository Initialization language used in Sling</description>
 
@@ -37,6 +37,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-repoinit-parser.git</url>
+    <tag>org.apache.sling.repoinit.parser-1.2.2</tag>
   </scm>
   
   <build>