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 6dc0ba92 Prepare for the next release candidate
6dc0ba92 is described below

commit 6dc0ba92f62056584af40a24f6c8a8215469ca8f
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 15 13:18:45 2024 +0000

    Prepare for the next release candidate
---
 pom.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f8c73e6e..b6a190ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>commons-imaging</artifactId>
   <name>Apache Commons Imaging</name>
-  <version>1.0.0-alpha5-SNAPSHOT</version>
+  <version>1.0.0-alpha5</version>
 
   <!--
     Keep the description on a single line. Otherwise Maven might generate
@@ -37,6 +37,11 @@
   <url>https://commons.apache.org/proper/commons-imaging/</url>
 
   <properties>
+    <!-- ****************************************** -->
+    <!-- WHILE IN ALPHA MODE ONLY, REMOVE FOR 1.0.0 -->
+    <!-- ****************************************** -->
+    
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
+    <!-- 
***********************************************************************************************************************
 -->
     <argLine>-Xmx512m</argLine>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
@@ -56,11 +61,11 @@
     <!-- Commons Release Plugin -->
     <commons.release.version>1.0.0-alpha5</commons.release.version>
     <commons.release.next>1.0.0-alpha6</commons.release.next>
-    <commons.bc.version>1.0-alpha4</commons.bc.version>
+    <commons.bc.version>1.0.0-alpha4</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>
-    
<project.build.outputTimestamp>2024-04-02T18:52:47Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-04-15T12:26:00Z</project.build.outputTimestamp>
   </properties>
 
   <scm>

Reply via email to