You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/08/28 10:20:06 UTC

[sling-org-apache-sling-scripting-bundle-tracker] 01/01: trivial: added scm info

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker.git

commit 073a4cd563d4712b625bd1a4f99669d662e5fdaa
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Aug 28 12:18:08 2019 +0200

    trivial: added scm info
---
 pom.xml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ccb7b5..684bb7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </properties>
 
     <artifactId>org.apache.sling.scripting.bundle.tracker</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.0-SNAPSHOT</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
@@ -39,6 +39,13 @@
         content-to-servlet resolution and essentially acts as a service registration broker for bundles providing scripting capabilities
     </description>
 
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-bundle-tracker.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
     <build>
         <plugins>
             <plugin>
@@ -185,9 +192,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-
-  <scm>
-    <tag>org.apache.sling.scripting.bundle.tracker-0.1.0</tag>
-  </scm>
 </project>