Skip to content

Commit e9aeb4c

Browse files
committed
Bump org.apache.commons:commons-parent from 92 to 93
- Inherit scm element - Inherit ciManagement element - Inherit issueManagement element
1 parent a47e410 commit e9aeb4c

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>92</version>
22+
<version>93</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>
@@ -32,26 +32,13 @@ The Apache Commons IO library contains utility classes, stream implementations,
3232
file comparators, endian transformation classes, and much more.
3333
</description>
3434
<url>https://commons.apache.org/proper/commons-io/</url>
35-
<issueManagement>
36-
<url>https://issues.apache.org/jira/browse/IO</url>
37-
</issueManagement>
3835
<distributionManagement>
3936
<site>
4037
<id>apache.website</id>
4138
<name>Apache Commons Site</name>
4239
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</url>
4340
</site>
4441
</distributionManagement>
45-
<scm>
46-
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection>
47-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection>
48-
<url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
49-
<tag>rel/commons-io-2.21.0</tag>
50-
</scm>
51-
<ciManagement>
52-
<system>GitHub</system>
53-
<url>https://github.com/apache/commons-io/actions</url>
54-
</ciManagement>
5542
<dependencies>
5643
<dependency>
5744
<groupId>org.junit.jupiter</groupId>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
4949
<!-- FIX -->
5050
<!-- ADD -->
5151
<!-- UPDATE -->
52-
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 91 to 92 #816.</action>
52+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #816.</action>
5353
<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>
5454
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons.bytebuddy.version from 1.17.8 to 1.18.1 #814.</action>
5555
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-lang3 from 3.19.0 to 3.20.0.</action>

0 commit comments

Comments
 (0)