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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 1d41fa59 Bump org.apache.commons:commons-parent from 78 to 79 279 1d41fa59 is described below commit 1d41fa595c62dfc2c1a567d5f156975977225b90 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jan 9 21:16:23 2025 -0500 Bump org.apache.commons:commons-parent from 78 to 79 279 --- pom.xml | 2 +- src/changes/changes.xml | 6 +++--- src/site/site.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8a291163..d355787b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,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-configuration2</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7d7ea7cf..99f94284 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 Configuration Release Notes</title> <author email="d...@commons.apache.org">Apache Commons Community</author> @@ -34,7 +34,7 @@ <action type="add" dev="ggregory" due-to="Gary Gregory">Add PrefixedKeysIterator.toString() to package-private PrefixedKeysIterator.</action> <action type="add" issue="CONFIGURATION-836" dev="ebourg" due-to="Emmanuel Bourg">New web configurations using the jakarta.servlet namespace are now available</action> <!-- UPDATE --> - <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> + <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> <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> <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> <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> diff --git a/src/site/site.xml b/src/site/site.xml index 25d33ac1..c94e5fa7 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -35,7 +35,7 @@ <menu name="Documentation"> <item name="Building" href="/building.html"/> - <item name="Release History" href="/changes-report.html"/> + <item name="Release History" href="/changes.html"/> <item name="${project.version}" collapse="true" href="/index.html"> <item name="User's Guide" href="/userguide/user_guide.html"/> <item name="Upgrade Guide: 1.x to 2.0" href="/userguide/upgradeto2_0.html"/>