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 a1e12f13 Bump org.apache.commons:commons-parent from 94 to 95.
a1e12f13 is described below
commit a1e12f1350d73fae59fb0570fb9a69533190fae0
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 12 13:46:20 2026 -0500
Bump org.apache.commons:commons-parent from 94 to 95.
---
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1ae938ac..eb80edb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>94</version>
+ <version>95</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-email</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 59f3c561..96c6650b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,12 +24,12 @@
</properties>
<body>
<release version="1.6.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
- <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix minor PMD
violations (Unnecessary qualifier).</action>
<!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix minor PMD
violations (Unnecessary qualifier).</action>
<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 94.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-parent from 65 to 95.</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).">