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

commit dc88903c231da99239e9aee6f26c2fb7aa17be95
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 30 13:12:07 2024 +0000

    Prepare for the next release candidate
---
 README.md                          |  4 ++--
 RELEASE-NOTES.txt                  | 12 +++++-------
 src/changes/changes.xml            |  2 +-
 src/site/xdoc/download_imaging.xml | 26 +++++++++++++-------------
 4 files changed, 21 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md
index 546688f6..e03d3963 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons Imaging
 [![Java 
CI](https://github.com/apache/commons-imaging/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-imaging/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-imaging/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-imaging)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/?gav=true)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-imaging/1.0.0-M1.svg)](https://javadoc.io/doc/org.apache.commons/commons-imaging/1.0.0-M1)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-imaging/1.0.0-alpha4.svg)](https://javadoc.io/doc/org.apache.commons/commons-imaging/1.0.0-alpha4)
 
[![CodeQL](https://github.com/apache/commons-imaging/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-imaging/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-imaging/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-imaging)
 
@@ -69,7 +69,7 @@ Alternatively, you can pull it from  the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-imaging</artifactId>
-  <version>1.0.0-M1</version>
+  <version>1.0.0-alpha4</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 646d42b2..23c1bcdd 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,14 +1,12 @@
-Apache Commons Imaging 1.0.0-M1 Release Notes
----------------------------------------------
+Apache Commons Imaging 1.0.0-alpha4 Release Notes
+-------------------------------------------------
 
-The Apache Commons Imaging team is pleased to announce the release of Apache 
Commons Imaging 1.0.0-M1.
+The Apache Commons Imaging team is pleased to announce the release of Apache 
Commons Imaging 1.0.0-alpha4.
 
 Apache Commons Imaging (previously Sanselan) is a pure-Java image library.
 
-1.0 release
+The 1.0.0-alpha4 release requires Java 8.
 
-Changes in this version
------------------------
 
 New features
 ------------
@@ -51,7 +49,7 @@ Changes
 *               Bump junit-jupiter from 5.8.2 to 5.9.1 #227, #237. Thanks to 
Dependabot.
 *               Bump animal-sniffer-maven-plugin from 1.21 to 1.23 #230, #290. 
Thanks to Dependabot.
 *               Bump maven-checkstyle plugin from 3.1.2 to 3.2.1 #233, #266. 
Thanks to Dependabot.
-*               Bump commons-io:commons-io 2.6 to 2.15.1. Thanks to Gary 
Gregory.
+*               Bump commons-io:commons-io 2.6 to 2.16.0 #380. Thanks to Gary 
Gregory.
 *               Bump commons-lang3 from 3.12.0 to 3.14.0. Thanks to Gary 
Gregory.
 * IMAGING-347:  Refactor BasicCParser::unescapeString(). Thanks to 
snumlautoken.
 * IMAGING-345:  Make unit tests work in-memory instead of writing hundred of 
tmp files. Thanks to Matthieu Casanova.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 723b3c7c..220a000d 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.0-alpha4" date="2024-03-30" 
description="1.0.0-alpha4 release">
+    <release version="1.0.0-alpha4" date="2024-03-30" description="The 
1.0.0-alpha4 release requires Java 8.">
       <!-- 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.
diff --git a/src/site/xdoc/download_imaging.xml 
b/src/site/xdoc/download_imaging.xml
index 0015fd66..26129b63 100644
--- a/src/site/xdoc/download_imaging.xml
+++ b/src/site/xdoc/download_imaging.xml
@@ -113,32 +113,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Imaging 1.0.0-M1 ">
+    <section name="Apache Commons Imaging 1.0.0-alpha4 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/imaging/binaries/commons-imaging-1.0.0-M1-bin.tar.gz">commons-imaging-1.0.0-M1-bin.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/imaging/binaries/commons-imaging-1.0.0-M1-bin.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/imaging/binaries/commons-imaging-1.0.0-M1-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/imaging/binaries/commons-imaging-1.0.0-alpha4-bin.tar.gz">commons-imaging-1.0.0-alpha4-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/imaging/binaries/commons-imaging-1.0.0-alpha4-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/imaging/binaries/commons-imaging-1.0.0-alpha4-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/imaging/binaries/commons-imaging-1.0.0-M1-bin.zip">commons-imaging-1.0.0-M1-bin.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/imaging/binaries/commons-imaging-1.0.0-M1-bin.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/imaging/binaries/commons-imaging-1.0.0-M1-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/imaging/binaries/commons-imaging-1.0.0-alpha4-bin.zip">commons-imaging-1.0.0-alpha4-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/imaging/binaries/commons-imaging-1.0.0-alpha4-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/imaging/binaries/commons-imaging-1.0.0-alpha4-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/imaging/source/commons-imaging-1.0.0-M1-src.tar.gz">commons-imaging-1.0.0-M1-src.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/imaging/source/commons-imaging-1.0.0-M1-src.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/imaging/source/commons-imaging-1.0.0-M1-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/imaging/source/commons-imaging-1.0.0-alpha4-src.tar.gz">commons-imaging-1.0.0-alpha4-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/imaging/source/commons-imaging-1.0.0-alpha4-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/imaging/source/commons-imaging-1.0.0-alpha4-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/imaging/source/commons-imaging-1.0.0-M1-src.zip">commons-imaging-1.0.0-M1-src.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/imaging/source/commons-imaging-1.0.0-M1-src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/imaging/source/commons-imaging-1.0.0-M1-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/imaging/source/commons-imaging-1.0.0-alpha4-src.zip">commons-imaging-1.0.0-alpha4-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/imaging/source/commons-imaging-1.0.0-alpha4-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/imaging/source/commons-imaging-1.0.0-alpha4-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to