This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/1.x by this push:
new 1a078666 Bump org.apache.commons:commons-parent from 93 to 94
1a078666 is described below
commit 1a0786669dbd8f98c638330fa2139c9464729b3a
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 17:16:59 2026 -0500
Bump org.apache.commons:commons-parent from 93 to 94
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 96af417d..1ae938ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>93</version>
+ <version>94</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-email</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 647290ed..59f3c561 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,7 +29,7 @@
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-parent from 65 to 93.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-parent from 65 to 94.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.20.0 to 2.21.0.</action>
</release>
<release version="1.6.0" date="2023-12-17" description="Feature release
(Java 8 or above).">