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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new 9250cb21 Bump org.apache.commons:commons-parent from 78 to 79
9250cb21 is described below
commit 9250cb21fdf962f38c863045ae4cd6da55596cc2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Jan 9 21:21:22 2025 -0500
Bump org.apache.commons:commons-parent from 78 to 79
---
pom.xml | 2 +-
src/changes/changes.xml | 5 +++--
src/site/site.xml | 7 ++++---
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 357cbe40..45198316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,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-dbcp2</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9eb74806..7700b614 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,9 +39,9 @@ and commit
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 DBCP Release Notes</title>
</properties>
@@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">Modernize tests
to use JUnit 5 features.</action>
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 78 to 79.</action>
<!-- REMOVE -->
<action type="remove" dev="ggregory" due-to="Gary Gregory">Removed
internal constructors and methods from the package-private class
CPDSConnectionFactory; this is binary compatible.</action>
<action type="remove" dev="ggregory" due-to="Gary Gregory">Removed an
internal constructor and methods from the package-private class
KeyedCPDSConnectionFactory; this is binary compatible.</action>
diff --git a/src/site/site.xml b/src/site/site.xml
index a7d2d15f..d1b49f2a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,8 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!DOCTYPE org.apache.commons.menus SYSTEM
'https://commons.apache.org/build/maven-build.dtd'>
-<project name="DBCP">
+<project name="Apache Commons DBCP"
+ xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd">
<bannerRight>
<name>Commons DBCP</name>
<src>/images/dbcp-logo-white.png</src>
@@ -40,7 +41,7 @@
</menu>
<menu name="Development">
- <item name="History" href="/changes-report.html"/>
+ <item name="History" href="/changes.html"/>
<item name="Building" href="/building.html"/>
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Issue Tracking" href="/issue-tracking.html"/>