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-imaging.git
The following commit(s) were added to refs/heads/release by this push: new 1fad84c7 Prepare for the release candidate 1.0.0-alpha6 RC1 1fad84c7 is described below commit 1fad84c74af3be111a564b8aba24dffc7e14b580 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 27 15:21:08 2025 +0000 Prepare for the release candidate 1.0.0-alpha6 RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 686a9346..c152100d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-imaging</artifactId> <name>Apache Commons Imaging</name> - <version>1.0.0-alpha6-SNAPSHOT</version> + <version>1.0.0-alpha6</version> <!-- Keep the description on a single line. Otherwise Maven might generate a corrupted MANIFEST.MF (see https://issues.apache.org/jira/browse/MJAR-4) @@ -59,7 +59,7 @@ <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/imaging</commons.distSvnStagingUrl> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2024-04-18T14:55:29Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-04-27T15:13:04Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>