[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 6563ce1..652ae31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>org.apache.sling.commons.log</artifactId>
- <version>6.0.2</version>
+ <version>6.0.3-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.2</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>1763081259</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1763081338</project.build.outputTimestamp>
<sling.java.version>11</sling.java.version>
</properties>
<dependencies>