This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/release by this push: new 67f0d6b3 Prepare for the next release candidate 67f0d6b3 is described below commit 67f0d6b30465d817a341b2e9cd31660a646e980c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 21 02:00:29 2024 +0000 Prepare for the next release candidate --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d8ac381c..e9b71fdc 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>75</version> </parent> <artifactId>commons-csv</artifactId> - <version>1.12.0-SNAPSHOT</version> + <version>1.12.0</version> <name>Apache Commons CSV</name> <url>https://commons.apache.org/proper/commons-csv/</url> <inceptionYear>2005</inceptionYear> @@ -184,7 +184,7 @@ <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes> <japicmp.skip>false</japicmp.skip> <commons.release.isDistModule>true</commons.release.isDistModule> - <project.build.outputTimestamp>2024-05-02T22:04:50Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-09-21T01:55:30Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>