Skip to content

Commit 1d41fa5

Browse files
committed
Bump org.apache.commons:commons-parent from 78 to 79
279
1 parent e72d977 commit 1d41fa5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>78</version>
23+
<version>79</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>commons-configuration2</artifactId>

src/changes/changes.xml

Lines changed: 3 additions & 3 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 Configuration Release Notes</title>
2323
<author email="dev@commons.apache.org">Apache Commons Community</author>
@@ -34,7 +34,7 @@
3434
<action type="add" dev="ggregory" due-to="Gary Gregory">Add PrefixedKeysIterator.toString() to package-private PrefixedKeysIterator.</action>
3535
<action type="add" issue="CONFIGURATION-836" dev="ebourg" due-to="Emmanuel Bourg">New web configurations using the jakarta.servlet namespace are now available</action>
3636
<!-- UPDATE -->
37-
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 78 #434, #453, #466, #470, #479, #486, #491, #499.</action>
37+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 79 #434, #453, #466, #470, #479, #486, #491, #499.</action>
3838
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-logging:commons-logging from 1.3.2 to 1.3.4 #442, #467.</action>
3939
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.18.2 #447, #483, #518.</action>
4040
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-codec:commons-codec from 1.17.0 to 1.17.2 #449.</action>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<menu name="Documentation">
3737
<item name="Building" href="/building.html"/>
38-
<item name="Release History" href="/changes-report.html"/>
38+
<item name="Release History" href="/changes.html"/>
3939
<item name="${project.version}" collapse="true" href="/index.html">
4040
<item name="User's Guide" href="/userguide/user_guide.html"/>
4141
<item name="Upgrade Guide: 1.x to 2.0" href="/userguide/upgradeto2_0.html"/>

0 commit comments

Comments
 (0)