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-starter.git
commit d07b1dd23d3c0f10dece6c7b14e04f7dabfd06fe Author: Robert Munteanu <[email protected]> AuthorDate: Fri Jun 3 15:23:52 2022 +0200 Correct SCM tag --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c258dc..8e44506 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-starter.git</url> - <tag>org.apache.sling.starter-12</tag> + <tag>HEAD</tag> </scm> <properties>
