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 480531c SLING-12094 - Use GitHub for the Maven scm.url value
480531c is described below
commit 480531cdbd7195cf46e2ed97539f420efdde14c9
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Oct 12 19:09:17 2023 +0200
SLING-12094 - Use GitHub for the Maven scm.url value
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1690f81..72cfe82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
<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>
+
<url>https://github.com/apache/sling-content-package-archetype.git</url>
<tag>sling-content-package-archetype-1.0.0</tag>
</scm>