Skip to content

Commit 0290614

Browse files
committed
Prepare for the release candidate 1.10.1 RC1
1 parent a94909f commit 0290614

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</parent>
2626
<groupId>commons-validator</groupId>
2727
<artifactId>commons-validator</artifactId>
28-
<version>1.10.1-SNAPSHOT</version>
28+
<version>1.10.1</version>
2929
<name>Apache Commons Validator</name>
3030
<description>
3131
Apache Commons Validator provides the building blocks for both client-side and server-side data validation.
@@ -52,7 +52,7 @@
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5353
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5454
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
55-
<project.build.outputTimestamp>2025-07-09T15:09:08Z</project.build.outputTimestamp>
55+
<project.build.outputTimestamp>2025-11-14T15:37:54Z</project.build.outputTimestamp>
5656
<commons.release.isDistModule>true</commons.release.isDistModule>
5757
<!-- JaCoCo: Don't make code coverage worse than: -->
5858
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>

0 commit comments

Comments
 (0)