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

commit 627a3c28280439af55c5a2ad560fc642b7fce702
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 9 13:39:26 2024 -0500

    Prepare for RC
---
 pom.xml                 | 7 ++++---
 src/changes/changes.xml | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a66b43e..3110daec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>commons-imaging</artifactId>
   <name>Apache Commons Imaging</name>
-  <version>1.0-M1-SNAPSHOT</version>
+  <version>1.0.0-M1-SNAPSHOT</version>
 
   <!--
     Keep the description on a single line. Otherwise Maven might generate
@@ -55,8 +55,9 @@
     <commons.conf.dir>src/conf</commons.conf.dir>
 
     <!-- Commons Release Plugin -->
-    <commons.release.version>1.0-M1</commons.release.version>
-    <commons.bc.version>1.0-alpha2</commons.bc.version>
+    <commons.release.version>1.0.0-M1</commons.release.version>
+    <commons.release.next>1.0.0-M2</commons.release.next>
+    <commons.bc.version>1.0-alpha3</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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7390b7bb..c3514cfd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Imaging Release Notes</title>
   </properties>
   <body>
-    <release version="1.0-M1" date="20YY-MM-DD" description="1.0 release">
+    <release version="1.0.0-M1" date="YYYY-MM-DD" description="1.0 release">
       <!-- FIX -->
       <action issue="IMAGING-335" dev="ggregory" type="fix" due-to="Dominik 
Stadler, Gary Gregory">
         NullPointerException in App2Segment.getIccBytes when parsing a broken 
JPEG file.

Reply via email to