This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 193313b3 Updates for the next release 193313b3 is described below commit 193313b3f263086d0bf96a5c2690d2317a82558b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 30 18:17:23 2025 +0000 Updates for the next release --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ff30da8f..8b1987e2 100644 --- a/pom.xml +++ b/pom.xml @@ -52,9 +52,9 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <commons.conf.dir>src/conf</commons.conf.dir> <!-- Commons Release Plugin --> - <commons.release.version>1.0.0-alpha6</commons.release.version> - <commons.release.next>1.0.0-alpha7</commons.release.next> - <commons.bc.version>1.0.0-alpha5</commons.bc.version> + <commons.release.version>1.0.0-alpha7</commons.release.version> + <commons.release.next>1.0.0-alpha8</commons.release.next> + <commons.bc.version>1.0.0-alpha6</commons.bc.version> <commons.rc.version>RC1</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/imaging</commons.distSvnStagingUrl>