This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-8307-2 in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit 8012f0fac5442cb3bc0c34e68033e29786225e13 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Sep 15 15:45:20 2025 +0200 chore: set developerConnection to fork --- shared/parent/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shared/parent/pom.xml b/shared/parent/pom.xml index bc6a2401..1c087943 100644 --- a/shared/parent/pom.xml +++ b/shared/parent/pom.xml @@ -29,9 +29,7 @@ <name>Apache Sling IDE - Shared Modules Parent</name> <scm> - <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</connection> - <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</developerConnection> - <url>https://github.com/apache/sling-ide-tooling.git</url> + <developerConnection>scm:git:https://github.com/rombert/sling-ide-tooling.git</developerConnection> </scm> <build>
