Skip to content

Commit 67f0d6b

Browse files
committed
Prepare for the next release candidate
1 parent 89eacd9 commit 67f0d6b

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
@@ -23,7 +23,7 @@
2323
<version>75</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
26-
<version>1.12.0-SNAPSHOT</version>
26+
<version>1.12.0</version>
2727
<name>Apache Commons CSV</name>
2828
<url>https://commons.apache.org/proper/commons-csv/</url>
2929
<inceptionYear>2005</inceptionYear>
@@ -184,7 +184,7 @@
184184
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
185185
<japicmp.skip>false</japicmp.skip>
186186
<commons.release.isDistModule>true</commons.release.isDistModule>
187-
<project.build.outputTimestamp>2024-05-02T22:04:50Z</project.build.outputTimestamp>
187+
<project.build.outputTimestamp>2024-09-21T01:55:30Z</project.build.outputTimestamp>
188188
<!-- JaCoCo: Don't make code coverage worse than: -->
189189
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
190190
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>

0 commit comments

Comments
 (0)