You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/11/06 12:12:27 UTC

[sling-content-package-archetype] branch master updated: Correct SCM information

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-content-package-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new 643e599  Correct SCM information
643e599 is described below

commit 643e599b6675823b2737acff6792ce459f65ec90
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Nov 6 13:12:01 2020 +0100

    Correct SCM information
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b415bc..689b641 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,11 +37,10 @@
     <description>Maven archetype for a Jackrabbit FileVault content package</description>
 
     <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-content-archetype.git</connection>
-        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-content-archetype.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf?p=sling-content-archetype.git</url>
-      <tag>HEAD</tag>
-   </scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-content-package-archetype.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-content-package-archetype.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-content-package-archetype.git</url>
+    </scm>
 
     <build>
         <extensions>