This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-filevault-validator.git
commit 000c6e45cbf66908449026cb40c179dd3e642f4f Author: Konrad Windszus <[email protected]> AuthorDate: Wed Jan 25 20:06:36 2023 +0100 add SCM information to POM --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 86f8089..597fb16 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,12 @@ <sling.java.version>8</sling.java.version> </properties> + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-filevault-validator.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-filevault-validator.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-repoinit-filevault-validator.git</url> + </scm> + <dependencies> <dependency> <groupId>org.apache.jackrabbit.vault</groupId>
