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 9511ca37 Bump org.apache.commons:commons-parent from 83 to 84
9511ca37 is described below
commit 9511ca37497c30064c4246c6acf99a72b5aaf21a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue May 20 08:20:02 2025 -0400
Bump org.apache.commons:commons-parent from 83 to 84
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 56b65177..ec968522 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>83</version>
+ <version>84</version>
</parent>
<artifactId>commons-imaging</artifactId>
<name>Apache Commons Imaging</name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8bacfcea..553723dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 83 to 84.</action>
</release>
<release version="1.0.0-alpha6" date="2025-04-27" description="This
release requires Java 8.">
<!-- FIX -->