This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server-contributions.git
commit 98260e6b6e94193ceeb53cab7e5aba0a06f529bb Author: Robert Munteanu <[email protected]> AuthorDate: Wed May 20 17:36:07 2026 +0200 chore: add scm.tag --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 1562fb6..c0e855f 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server-contributions.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server-contributions.git</developerConnection> + <tag>HEAD</tag> <url>https://github.com/apache/sling-org-apache-sling-mcp-server-contributions.git</url> </scm>
