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 74e12741 Prepare for the next release candidate 74e12741 is described below commit 74e12741b24e724bb2e60109daa0c834fd75a68a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 28 22:07:10 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 de62f868..bd6b8c15 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>69</version> </parent> <artifactId>commons-csv</artifactId> - <version>1.11.0-SNAPSHOT</version> + <version>1.11.0</version> <name>Apache Commons CSV</name> <url>https://commons.apache.org/proper/commons-csv/</url> <inceptionYear>2005</inceptionYear> @@ -187,7 +187,7 @@ <japicmp.skip>false</japicmp.skip> <commons.release.isDistModule>true</commons.release.isDistModule> - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-04-28T22:04:36Z</project.build.outputTimestamp> </properties> <build>