Bump to next development version
diff --git a/pom.xml b/pom.xml
index 4f70b83..5d2ec82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<name>Apache Commons Logging</name>
- <version>1.3.5</version>
+ <version>1.3.6-SNAPSHOT</version>
<description>Apache Commons Logging is a thin adapter allowing configurable bridging to other,
well-known logging systems.</description>
<url>https://commons.apache.org/proper/commons-logging/</url>
@@ -72,7 +72,7 @@
org.slf4j.spi;version="[1.7, 3)";resolution:=optional
</commons.osgi.import>
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
- <project.build.outputTimestamp>2025-01-31T14:50:57Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2025-02-08T01:54:41Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>0.42</commons.jacoco.classRatio>