You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2019/04/26 10:38:59 UTC

[sling-org-apache-sling-feature-inventoryprinter] 09/09: Add SCM info and revert back to 0.0.2-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-inventoryprinter.git

commit 3eb6e3e4b7020289cb8d4c65f7ad164dd5b73a40
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Apr 26 11:36:53 2019 +0100

    Add SCM info and revert back to 0.0.2-SNAPSHOT
---
 pom.xml | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

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>