This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git
The following commit(s) were added to refs/heads/master by this push:
new 3966f6c [maven-release-plugin] prepare release
org.apache.sling.commons.log-6.0.2
3966f6c is described below
commit 3966f6c839a2f0b8657b4d31179468258f35b690
Author: Eric Norman <[email protected]>
AuthorDate: Thu Nov 13 16:48:32 2025 -0800
[maven-release-plugin] prepare release org.apache.sling.commons.log-6.0.2
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 17c4da5..6563ce1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>org.apache.sling.commons.log</artifactId>
- <version>6.0.1-SNAPSHOT</version>
+ <version>6.0.2</version>
<name>Apache Sling Commons Log</name>
<description>This bundle provides a logging implementation based on
Logback.</description>
@@ -36,7 +36,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>org.apache.sling.commons.log-6.0.2</tag>
<url>https://github.com/apache/sling-org-apache-sling-commons-log.git</url>
</scm>
@@ -46,7 +46,7 @@
<!-- Higher versions of pax exam cause class loading errors -->
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
-
<project.build.outputTimestamp>1746442319</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1763081259</project.build.outputTimestamp>
<sling.java.version>11</sling.java.version>
</properties>
<dependencies>