Skip to content

Commit da683af

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

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
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
<groupId>commons-cli</groupId>

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<document xmlns="http://maven.apache.org/changes/1.0.0"
18+
<document xmlns="http://maven.apache.org/changes/2.0.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
20+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2121
<properties>
2222
<title>Apache Commons CLI Release Notes</title>
2323
</properties>

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.

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<menu name="Commons CLI">
2727
<item name="Overview" href="/index.html"/>
2828
<item name="Download" href="https://commons.apache.org/cli/download_cli.cgi"/>
29-
<item name="Changes Report" href="/changes-report.html"/>
29+
<item name="Changes Report" href="/changes.html"/>
3030
<item name="Mailing Lists" href="/mail-lists.html"/>
3131
<item name="Issue Tracking" href="/issue-tracking.html"/>
3232
<item name="Source Repository" href="/scm.html"/>

0 commit comments

Comments
 (0)