Add SCM info and revert back to 0.0.2-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 7ce3109..d205dea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.inventoryprinter</artifactId>
-    <version>1.0.0</version>
+    <version>0.0.2-SNAPSHOT</version>
 
     <name>Apache Sling Feature Inventory Printer</name>
     <description>
@@ -33,6 +33,13 @@
         <sling.java.version>7</sling.java.version>
     </properties>
 
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-inventoryprinter.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-inventoryprinter.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-inventoryprinter.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
     <build>
         <plugins>
             <plugin>
@@ -70,8 +77,4 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
-
-  <scm>
-    <tag>org.apache.sling.feature.inventoryprinter-1.0.0</tag>
-  </scm>
 </project>