[maven-release-plugin] prepare release org.apache.sling.jcr.base-3.0.6
diff --git a/pom.xml b/pom.xml
index 3ea8ee2..0f2902f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.jcr.base</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.6</version>
 
     <name>Apache Sling JCR Base Bundle</name>
     <description>
@@ -40,7 +40,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-base.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-base.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-base.git</url>
-    </scm>
+      <tag>org.apache.sling.jcr.base-3.0.6</tag>
+  </scm>
 
     <build>
         <plugins>