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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 110e052 Bump commons-parent from 58 to 64
110e052 is described below
commit 110e05268edc94e9130c9bca138bd90458e850f4
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 21 20:43:02 2023 -0500
Bump commons-parent from 58 to 64
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f4e6407..af7af66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>64</version>
+ <version>65</version>
</parent>
<artifactId>commons-build-plugin</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 00d82cf..39532e9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,7 +36,7 @@
<action dev="sebb" type="fix">Disable moditect as it fails
currently</action>
<!-- ADD -->
<!-- UPDATE -->
- <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
commons-parent from 58 to 64.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
commons-parent from 58 to 65.</action>
<action dev="ggregory" type="update" due-to="Dependabot, Gary
Gregory">Bump org.apache.ant:ant-launcher from 1.10.12 to 1.10.14 #174.</action>
<action dev="sebb" type="update">Disable cyclonedx - not needed</action>
<action dev="sebb" type="update">Drop outdated, unmaintained table of
components in README in favour of link to website.</action>