Bump to next development version
diff --git a/pom.xml b/pom.xml index 99a64e8..e139032 100644 --- a/pom.xml +++ b/pom.xml
@@ -28,7 +28,7 @@ </parent> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.22.1</version> + <version>1.22.2-SNAPSHOT</version> <name>Apache Commons Codec</name> <inceptionYear>2002</inceptionYear> <description> @@ -103,7 +103,7 @@ <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2026-07-27T00:09:27Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-07-30T09:34:50Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <jacoco.skip>false</jacoco.skip> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>