This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit a3b2f2f9bb3a29c4622ff8ad9e6d09cb6fffee81 Author: Gary D. Gregory <[email protected]> AuthorDate: Mon Jan 20 08:56:48 2025 -0500 Remove trailing whitespace --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5e34abc5..7cc7101f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <version>79</version> </parent> <artifactId>commons-pool2</artifactId> - <version>2.12.1-SNAPSHOT</version> + <version>2.12.1</version> <name>Apache Commons Pool</name> <inceptionYear>2001</inceptionYear> <description>The Apache Commons Object Pooling Library.</description> @@ -82,7 +82,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-01-20T13:44:27Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.main.branch>POOL_2_X</commons.main.branch>
