[maven-release-plugin] prepare release org.apache.sling.scripting.bundle.tracker-0.1.0
diff --git a/pom.xml b/pom.xml
index e184eeb..9ccb7b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,14 +17,12 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
         <version>35</version>
-        <relativePath/>
+        <relativePath />
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -33,7 +31,7 @@
     </properties>
 
     <artifactId>org.apache.sling.scripting.bundle.tracker</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <name>Apache Sling Scripting Bundle Tracker</name>
     <description>
         The Apache Sling Scripting Bundle Tracker bundle represents an add-on module that can be deployed on a Sling 10 instance or
@@ -188,4 +186,8 @@
         </dependency>
     </dependencies>
 
+
+  <scm>
+    <tag>org.apache.sling.scripting.bundle.tracker-0.1.0</tag>
+  </scm>
 </project>