[maven-release-plugin] prepare release org.apache.sling.jcr.resource-3.0.6
diff --git a/pom.xml b/pom.xml
index 64fc9c0..ef0b9d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.jcr.resource</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.6</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling JCR Resource Resolver</name>
@@ -39,7 +39,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-resource.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-resource.git</url>
-    </scm>
+      <tag>org.apache.sling.jcr.resource-3.0.6</tag>
+  </scm>
 
     <properties>
         <site.jira.version.id>12314286</site.jira.version.id>
@@ -157,7 +158,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.16.3-SNAPSHOT</version>
+            <version>2.16.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>