You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/05/12 10:28:12 UTC

[commons-imaging] branch release updated: Update pom.xml version and changes date

This is an automated email from the ASF dual-hosted git repository.

kinow 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 dbe05874 Update pom.xml version and changes date
dbe05874 is described below

commit dbe05874281db23159b99e5ff291774e546f90c5
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Thu May 12 22:25:54 2022 +1200

    Update pom.xml version and changes date
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 596e2f4a..3b65164d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>commons-imaging</artifactId>
   <name>Apache Commons Imaging</name>
-  <version>1.0-alpha3-SNAPSHOT</version>
+  <version>1.0-alpha3</version>
 
   <!--
     Keep the description on a single line. Otherwise Maven might generate
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d39011b1..e3ad14ea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Imaging Release Notes</title>
   </properties>
   <body>
-    <release version="1.0-alpha3" date="2022-05-12" description="Third 1.0 alpha release">
+    <release version="1.0-alpha3" date="2022-05-13" description="Third 1.0 alpha release">
       <action dev="kinow" type="fix" due-to="Dependabot">
         Bump commons-parent from 52 to 53 #215.
       </action>