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-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new e9fc7b2 Bump commons-parent
e9fc7b2 is described below
commit e9fc7b20f37e92d8595df481882f409eeb16ea54
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 10 07:54:31 2023 -0400
Bump commons-parent
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ac95712..4a1af25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>61</version>
+ <version>64</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-daemon</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 43a1a38..f20d846 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,7 @@
<!-- Add -->
<!-- Updates -->
<action type="update" dev="ggregory" due-to="Dependabot">
- Bump commons-parent from 57 to 61 (#93) #132.
+ Bump commons-parent from 57 to 64, #93, #132.
</action>
</release>
<release version="1.3.4" date="2023-05-12" description="Bug fix release">