Skip to content

Commit d0beafd

Browse files
committed
Bump org.apache.commons:commons-parent from 78 to 79
1 parent e080985 commit d0beafd

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

pom.xml

Lines changed: 1 addition & 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-beanutils2</artifactId>

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
for tickets closed since the previous release. 3. Use the report generated by the maven-changelog-plugin to see all SVN commits.
2121
Set the project.properties' maven.changelog.range property to the number of days since the last release. The <action> type
2222
attribute can be add,update,fix,remove. -->
23-
<document xmlns="http://maven.apache.org/changes/1.0.0"
23+
<document xmlns="http://maven.apache.org/changes/2.0.0"
2424
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
25+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2626
<properties>
2727
<title>Apache Commons BeanUtils Release Notes</title>
2828
</properties>
@@ -31,6 +31,7 @@
3131
<!-- FIX -->
3232
<!-- ADD -->
3333
<!-- UPDATE -->
34+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 79.</action>
3435
</release>
3536
<release version="2.0.0-M1" date="2024-12-27" description="This is a major release and requires Java 8">
3637
<action issue="BEANUTILS-503" dev="ggregory" type="update" due-to="Gary Gregory">

src/site/resources/profile.jacoco

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Licensed to the Apache Software Foundation (ASF) under one
2+
// or more contributor license agreements. See the NOTICE file
3+
// distributed with this work for additional information
4+
// regarding copyright ownership. The ASF licenses this file
5+
// to you under the Apache License, Version 2.0 (the
6+
// "License"); you may not use this file except in compliance
7+
// with the License. You may obtain a copy of the License at
8+
//
9+
// https://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing,
12+
// software distributed under the License is distributed on an
13+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
// KIND, either express or implied. See the License for the
15+
// specific language governing permissions and limitations
16+
// under the License.

0 commit comments

Comments
 (0)