Skip to content

Commit 3851d44

Browse files
committed
Bump org.apache.commons:commons-parent from 78 to 79
1 parent c61f84a commit 3851d44

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
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>78</version>
22+
<version>79</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>commons-collections4</artifactId>
@@ -128,6 +128,8 @@
128128
<doxia.module.markdown.version>1.12.0</doxia.module.markdown.version>
129129
<math.mathjax.version>2.7.9</math.mathjax.version>
130130
<commons.easymock.version>5.5.0</commons.easymock.version>
131+
<!-- PMD 7.9.0 throws java.io.IOException: Stream closed probably because PMD is shadding ASM. -->
132+
<commons.pmd-impl.version>7.8.0</commons.pmd-impl.version>
131133
</properties>
132134
<build>
133135
<defaultGoal>clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal>

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<document xmlns="http://maven.apache.org/changes/1.0.0"
18+
<document xmlns="http://maven.apache.org/changes/2.0.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2121
<properties>
2222
<title>Apache Commons Collections Release Notes</title>
2323
</properties>
@@ -27,6 +27,7 @@
2727
<!-- ADD -->
2828
<!-- UPDATE -->
2929
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.1 to 1.17.2.</action>
30+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 79.</action>
3031
</release>
3132
<release version="4.5.0-M3" date="2024-12-15" description="This is a feature and maintenance release. Java 8 or later is required.">
3233
<!-- FIX -->

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</menu>
5454

5555
<menu name="Development">
56-
<item name="History" href="/changes-report.html" />
56+
<item name="History" href="/changes.html" />
5757
<item name="Mailing Lists" href="/mail-lists.html" />
5858
<item name="Issue Tracking" href="/issue-tracking.html" />
5959
<item name="Team" href="/team.html" />

0 commit comments

Comments
 (0)