[maven-release-plugin] prepare release org.apache.sling.discovery.base-2.0.6
diff --git a/pom.xml b/pom.xml
index 5e8e41c..54d550c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.discovery.base</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.6</version>
 
     <name>Apache Sling Discovery Base</name>
     <description>Contains Connector and Properties support that some implementations might choose to build upon</description>
@@ -38,7 +38,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-discovery-base.git</url>
-    </scm>
+      <tag>org.apache.sling.discovery.base-2.0.6</tag>
+  </scm>
 
     <properties>
       <jackrabbit.version>2.12.2</jackrabbit.version>