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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new d0beafdf Bump org.apache.commons:commons-parent from 78 to 79
d0beafdf is described below
commit d0beafdf7aed8dbcdf55d0cc3e452dc00edc35b2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Jan 9 20:57:31 2025 -0500
Bump org.apache.commons:commons-parent from 78 to 79
---
pom.xml | 2 +-
src/changes/changes.xml | 5 +++--
src/site/resources/profile.jacoco | 16 ++++++++++++++++
3 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 08d65ff2..bcb36f90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8e81d072..468c9e11 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>
@@ -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">
diff --git a/src/site/resources/profile.jacoco
b/src/site/resources/profile.jacoco
index e69de29b..0314c63f 100644
--- a/src/site/resources/profile.jacoco
+++ b/src/site/resources/profile.jacoco
@@ -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.