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-testing-hamcrest.git
The following commit(s) were added to refs/heads/master by this push:
new 9061b33 fix SCM info to prevent incorrect indent/order during release
9061b33 is described below
commit 9061b333e0e68d924972124424b233fda82e0118
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Jun 20 16:31:21 2025 +0200
fix SCM info to prevent incorrect indent/order during release
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e08d747..3d1ee9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,8 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-hamcrest.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-hamcrest.git</developerConnection>
-
<url>https://github.com/apache/sling-org-apache-sling-testing-hamcrest.git</url>
+ <tag>master</tag>
+
<url>https://github.com/apache/sling-org-apache-sling-testing-hamcrest/tree/${project.scm.tag}</url>
</scm>
<properties>