Skip to content

Commit 351cb22

Browse files
committed
Prepare for the release candidate 1.19.0 RC1
1 parent 0d501b6 commit 351cb22

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.19.0-SNAPSHOT</version>
31+
<version>1.19.0</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-01-27T18:05:48Z</project.build.outputTimestamp>
107+
<project.build.outputTimestamp>2025-07-19T17:13:32Z</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)