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-mcp-server.git
commit 5b5f1befc3f42eeb2bd758612847dbafac5f9583 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Jan 15 15:36:28 2026 +0100 chore: set scm information in the pom --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 68b2502..ab1074a 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,12 @@ <name>Apache Sling MCP Server</name> + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server.git</developerConnection> + <url>https://github.com/apache/sling-org-apache-sling-mcp-server.git</url> + </scm> + <properties> <sling.java.version>17</sling.java.version> <!-- Run with -Dslingfeature.app.vmOption=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=30303 for debug mode-->
