[maven-release-plugin] prepare release scriptingbundle-maven-plugin-0.2.2
diff --git a/pom.xml b/pom.xml
index 3301b08..e6dc7b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>scriptingbundle-maven-plugin</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.2</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling Scripting Bundle Maven Plugin</name>
@@ -41,7 +41,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-scriptingbundle-maven-plugin.git</url>
-        <tag>HEAD</tag>
+        <tag>scriptingbundle-maven-plugin-0.2.2</tag>
     </scm>
 
     <properties>
@@ -201,7 +201,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
             <scope>compile</scope>
-            <version>2.7.1-SNAPSHOT</version>
+            <version>2.7.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>