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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new da683afd Bump org.apache.commons:commons-parent from 78 to 79
da683afd is described below
commit da683afd6d641a2f256246b65f36ac67e15b9833
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Jan 9 20:59:14 2025 -0500
Bump org.apache.commons:commons-parent from 78 to 79
---
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
src/site/resources/profile.jacoco | 16 ++++++++++++++++
src/site/site.xml | 2 +-
4 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7d405cda..e597dffc 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>
<groupId>commons-cli</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9e352413..bbd797a7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -15,9 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<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 CLI Release Notes</title>
</properties>
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.
diff --git a/src/site/site.xml b/src/site/site.xml
index b45d24ca..805584ed 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -26,7 +26,7 @@
<menu name="Commons CLI">
<item name="Overview" href="/index.html"/>
<item name="Download"
href="https://commons.apache.org/cli/download_cli.cgi"/>
- <item name="Changes Report" href="/changes-report.html"/>
+ <item name="Changes Report" href="/changes.html"/>
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Issue Tracking" href="/issue-tracking.html"/>
<item name="Source Repository" href="/scm.html"/>