[maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.1.8
diff --git a/pom.xml b/pom.xml
index e5daeb6..dae9123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <artifactId>org.apache.sling.jcr.repoinit</artifactId>
   <packaging>bundle</packaging>
-  <version>1.1.7-SNAPSHOT</version>
+  <version>1.1.8</version>
   <name>Apache Sling JCR RepoInit module</name>
   <description>
 	  Initializes a JCR repository based on the output
@@ -47,6 +47,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-repoinit.git</url>
+    <tag>org.apache.sling.jcr.repoinit-1.1.8</tag>
   </scm>
 
     <build>
@@ -252,7 +253,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.2.1-SNAPSHOT</version>
+            <version>1.2.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>