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-digester.git
The following commit(s) were added to refs/heads/master by this push:
new d6cde3a0 Bump commons-parent from 58 to 59
d6cde3a0 is described below
commit d6cde3a09ae90f3156376c45087baf14e91f9419
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 28 10:17:56 2023 -0400
Bump commons-parent from 58 to 59
---
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index b7e384a2..a1e47d6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>58</version>
+ <version>59</version>
</parent>
<artifactId>commons-digester3-parent</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5cf6c96f..d1a6f62c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,7 +22,7 @@
<title>Apache Commons Digester Changes</title>
</properties>
<body>
- <release version="3.3" date="201?-??-??" description="Maintenance release.">
+ <release version="3.3" date="202?-??-??" description="Maintenance release.">
<!-- ADD -->
<action dev="simonetripodi" type="fix" issue="DIGESTER-171" due-to="Nick
Williams">
Add DefaultThrowingErrorHandler to Digester API - patch provided by Ivan
Diana
@@ -90,7 +90,7 @@
Bump JUnit from 4.10 to 4.13.2 in #77, #78.
</action>
<action dev="ggregory" type="update">
- Bump commons-parent from 28 to 58.
+ Bump commons-parent from 28 to 59.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump findbugs-maven-plugin from 2.3.2 to 3.0.5 #80.