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-jci.git
The following commit(s) were added to refs/heads/master by this push: new 8725a3d Bump commons-parent from 79 to 81 8725a3d is described below commit 8725a3dcc2c3975079fe648aa01c33a720c4879f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 2 08:01:14 2025 -0400 Bump commons-parent from 79 to 81 - Pick up commons.asm.version from parent POM --- .github/workflows/maven.yml | 3 ++- pom.xml | 4 ++-- src/changes/changes.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f72369a..ce9dbb2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,4 +49,5 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn --errors --show-version --batch-mode --no-transfer-progress + # TEMP -Ddoclint=none -Darguments=-Xdoclint:none + run: mvn --errors --show-version --batch-mode --no-transfer-progress -Ddoclint=none -Darguments=-Xdoclint:none diff --git a/pom.xml b/pom.xml index d1ced52..009e28b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>79</version> + <version>81</version> </parent> <packaging>pom</packaging> <artifactId>commons-jci2</artifactId> @@ -278,7 +278,7 @@ <!-- core(test) --> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>9.7.1</version> + <version>${commons.asm.version}</version> </dependency> <!-- test dependencies --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 11eea43..aa35766 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -85,7 +85,7 @@ The <action> type attribute can be add,update,fix,remove. </action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> - Bump commons-parent from 56 to 78 #36, #37, #72, #97, #73 #125, #128, #134, #138, #141, #149. + Bump commons-parent from 56 to 81 #36, #37, #72, #97, #73 #125, #128, #134, #138, #141, #149. </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> Bump commons-io:commons-io from 2.2 to 2.18.0 #11, #103, #133, #158.