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 82d73000 Bump commons-parent from 79 to 93
82d73000 is described below
commit 82d7300072752d7be02169399598410f276acd76
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 07:30:52 2025 -0500
Bump commons-parent from 79 to 93
---
.github/workflows/maven.yml | 2 +-
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index aa727d57..b2f56430 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -49,4 +49,4 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
- run: mvn --errors --show-version --batch-mode --no-transfer-progress
+ run: mvn --errors --show-version --batch-mode --no-transfer-progress
-Ddoclint=none
diff --git a/pom.xml b/pom.xml
index fe2daed7..e898ae15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>79</version>
+ <version>93</version>
</parent>
<artifactId>commons-digester3-parent</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9835f05d..0b2d91c1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,7 +68,7 @@
</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">
- Bump commons-parent from 28 to 79 #146, #161, #169, #189, #193, #197,
#200, #206.
+ Bump commons-parent from 28 to 93 #146, #161, #169, #189, #193, #197,
#200, #206.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
Bump GitHub action versions.