This is an automated email from the ASF dual-hosted git repository.
sseifert 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 938b06e [maven-release-plugin] prepare for next development iteration
938b06e is described below
commit 938b06e5aeb87fa8785b55856e8d73130522943c
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon May 5 12:52:00 2025 +0200
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9dd1ea9..9e76523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>org.apache.sling.commons.log</artifactId>
- <version>6.0.0</version>
+ <version>6.0.1-SNAPSHOT</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>org.apache.sling.commons.log-6.0.0</tag>
+ <tag>HEAD</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>1746442231</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1746442319</project.build.outputTimestamp>
<sling.java.version>11</sling.java.version>
</properties>
<dependencies>