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-org-apache-sling-jaxp-configurator.git
The following commit(s) were added to refs/heads/master by this push:
new 839e773 chore: configure scm properties
839e773 is described below
commit 839e7735dabf332f10b21f6545a7d3b4732e6224
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Jan 26 17:05:33 2026 +0100
chore: configure scm properties
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 96c15b1..09ed4f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,12 @@
<name>Apache Sling JAXP Configurator</name>
+ <scm>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jaxp-configurator.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jaxp-configurator.git</developerConnection>
+
<url>https://github.com/apache/sling-org-apache-sling-jaxp-configurator.git</url>
+ </scm>
+
<properties>
<sling.java.version>11</sling.java.version>
</properties>