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-io.git
The following commit(s) were added to refs/heads/master by this push:
new e9aeb4c4b Bump org.apache.commons:commons-parent from 92 to 93
e9aeb4c4b is described below
commit e9aeb4c4b43eca6033f8e1b394737a9d198a09d6
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 22 08:49:16 2025 -0500
Bump org.apache.commons:commons-parent from 92 to 93
- Inherit scm element
- Inherit ciManagement element
- Inherit issueManagement element
---
pom.xml | 15 +--------------
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0564612c8..b0da51551 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>92</version>
+ <version>93</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-io</groupId>
@@ -32,9 +32,6 @@ The Apache Commons IO library contains utility classes,
stream implementations,
file comparators, endian transformation classes, and much more.
</description>
<url>https://commons.apache.org/proper/commons-io/</url>
- <issueManagement>
- <url>https://issues.apache.org/jira/browse/IO</url>
- </issueManagement>
<distributionManagement>
<site>
<id>apache.website</id>
@@ -42,16 +39,6 @@ file comparators, endian transformation classes, and much
more.
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</url>
</site>
</distributionManagement>
- <scm>
-
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection>
-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection>
- <url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
- <tag>rel/commons-io-2.21.0</tag>
- </scm>
- <ciManagement>
- <system>GitHub</system>
- <url>https://github.com/apache/commons-io/actions</url>
- </ciManagement>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 660d3d4ea..78f66f43f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 91 to 92 #816.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #816.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump commons-codec:commons-codec from 1.19.0 to 1.20.0
#812.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump commons.bytebuddy.version from 1.17.8 to 1.18.1 #814.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump commons-lang3 from 3.19.0 to 3.20.0.</action>