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-jelly.git
The following commit(s) were added to refs/heads/master by this push:
new 214ab6df Bump commons-parent from 56 to 58
214ab6df is described below
commit 214ab6dfd9d440d049670a67acd5ce3514aa9762
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 25 15:35:10 2023 -0400
Bump commons-parent from 56 to 58
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 100dc079..bba055a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>56</version>
+ <version>58</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-jelly</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 86af480f..b5de9188 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="1.1.0" date="YYYY-MM-DD" description="Java 8 required.">
<action type="update" due-to="ggregory">Bump Java from 7 to 8.</action>
- <action type="update" due-to="ggregory">Bump commons-parent from 42 to
56.</action>
+ <action type="update" due-to="ggregory">Bump commons-parent from 42 to
58.</action>
</release>
</body>
</document>