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-jelly.git
commit 929f98ba6a89841a03a1322e26bd69131304d10d Author: Gary D. Gregory <[email protected]> AuthorDate: Sun May 4 09:53:46 2025 -0400 Bump commons-parent from 58 to 83 --- .github/workflows/maven.yml | 2 +- pom.xml | 13 +++++++------ src/changes/changes.xml | 20 +++++++++----------- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e56a0db2..e83354bf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -61,4 +61,4 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn --errors --show-version --batch-mode --no-transfer-progress test + run: mvn --errors --show-version --batch-mode --no-transfer-progress -Ddoclint=none -Darguments=-Xdoclint:none diff --git a/pom.xml b/pom.xml index 190c3437..524c9d44 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>58</version> + <version>83</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-jelly</groupId> @@ -74,15 +74,11 @@ <commons.release.desc>(Java 8 or above)</commons.release.desc> <commons.jira.id>JELLY</commons.jira.id> <commons.jira.pid>10012</commons.jira.pid> - + <moditect.skip>true</moditect.skip> <commons.site.path>jelly</commons.site.path> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jelly</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.encoding>utf-8</commons.encoding> - - <!-- Override clirr version to be able to build the site on Java 8 --> - <commons.clirr.version>2.8</commons.clirr.version> - <checkstyle.plugin.version>2.17</checkstyle.plugin.version> </properties> <issueManagement> @@ -193,6 +189,11 @@ <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.3.5</version> + </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1e5e0a1f..0c0172d2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,26 +38,24 @@ then tweak the source formatting if necessary and regenerate, then commit The <action> type attribute can be add,update,fix,remove. --> -<document xmlns="http://maven.apache.org/changes/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> +<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/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd"> <properties> <title>Apache Commons IO Release Notes</title> </properties> - <body> <release version="1.1.0" date="YYYY-MM-DD" description="Java 8 required."> <!-- ADD --> <!-- FIX --> - <action type="fix" due-to="ggregory">Throw specialized RuntimeExceptions instead of plain RuntimeExceptions.</action> - <action type="fix" due-to="ggregory">Deprecate NestedRuntimeException for RuntimeException.</action> - <action type="fix" due-to="ggregory">Fix building on modern Java.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Throw specialized RuntimeExceptions instead of plain RuntimeExceptions.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate NestedRuntimeException for RuntimeException.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix building on modern Java.</action> <!-- UPDATE --> - <action type="update" due-to="ggregory">Bump Java from 7 to 8.</action> - <action type="update" due-to="ggregory">Bump commons-parent from 42 to 58.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Java from 7 to 8.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 42 to 83.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-logging from 1.0.3 to 1.3.5.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from a mix of 1.6 and 1.7.0 to 1.10.1.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump xmlunit:xmlunit from a mix of 0.8 and 1.0 to 1.6.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from a mix of 1.6 and 1.7.0 to 1.10.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump xmlunit:xmlunit from a mix of 0.8 and 1.0 to 1.6.</action> <action type="update" dev="ggregory" due-to="Gary Gregory. Dependabot">Bump commons-cli:commons-cli from 1.0 to 1.9.0 #24.</action> </release> </body>
