Skip to content

Commit

Permalink
Bump org.apache.commons:commons-parent from 78 to 79
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 10, 2025
1 parent e080985 commit d0beafd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>78</version>
<version>79</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-beanutils2</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
for tickets closed since the previous release. 3. Use the report generated by the maven-changelog-plugin to see all SVN commits.
Set the project.properties' maven.changelog.range property to the number of days since the last release. The <action> type
attribute can be add,update,fix,remove. -->
<document xmlns="http://maven.apache.org/changes/1.0.0"
<document xmlns="http://maven.apache.org/changes/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
<properties>
<title>Apache Commons BeanUtils Release Notes</title>
</properties>
Expand All @@ -31,6 +31,7 @@
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 79.</action>
</release>
<release version="2.0.0-M1" date="2024-12-27" description="This is a major release and requires Java 8">
<action issue="BEANUTILS-503" dev="ggregory" type="update" due-to="Gary Gregory">
Expand Down
16 changes: 16 additions & 0 deletions src/site/resources/profile.jacoco
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

0 comments on commit d0beafd

Please sign in to comment.