Skip to content

Commit 5f40138

Browse files
committed
Merge branch 'release'
2 parents 88fbfdb + 5e58894 commit 5f40138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
</parent>
2929
<groupId>commons-codec</groupId>
3030
<artifactId>commons-codec</artifactId>
31-
<version>1.20.0-SNAPSHOT</version>
31+
<version>1.20.1-SNAPSHOT</version>
3232
<name>Apache Commons Codec</name>
3333
<inceptionYear>2002</inceptionYear>
3434
<description>
@@ -104,7 +104,7 @@ limitations under the License.
104104
<commons.release.isDistModule>true</commons.release.isDistModule>
105105
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
106106
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
107-
<project.build.outputTimestamp>2025-07-22T19:09:05Z</project.build.outputTimestamp>
107+
<project.build.outputTimestamp>2025-11-05T20:28:14Z</project.build.outputTimestamp>
108108
<!-- JaCoCo: Don't make code coverage worse than: -->
109109
<jacoco.skip>false</jacoco.skip>
110110
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>

0 commit comments

Comments
 (0)