From 881b021517ea35374eb833b202e79d8188a0e415 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 7 May 2023 00:13:46 +0200 Subject: [PATCH 001/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0e461bb1a..816460dce 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 11 + 12-SNAPSHOT pom Plexus @@ -297,7 +297,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-11 + master https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -330,7 +330,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-06T22:13:35Z + 2023-05-06T22:13:46Z true 3.8.2 1.11.2 From 02e5b0682b159cf565136e0bda14c9deefd99ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:56:59 +0000 Subject: [PATCH 002/231] Bump maven-gpg-plugin from 3.0.1 to 3.1.0 Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.1.0. - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 816460dce..1a4af4ac6 100644 --- a/pom.xml +++ b/pom.xml @@ -405,7 +405,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 org.apache.maven.plugins From 35e2ff7adce1f48b95f5b04a5408858e669454f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:57:03 +0000 Subject: [PATCH 003/231] Bump maven-surefire-plugin from 3.0.0 to 3.1.0 Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a4af4ac6..eaf1fdebf 100644 --- a/pom.xml +++ b/pom.xml @@ -519,7 +519,7 @@ limitations under the License. org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins From c0f2ee2443e1b4528c8931c549c449a983b02934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:56:54 +0000 Subject: [PATCH 004/231] Bump maven-surefire-report-plugin from 3.0.0 to 3.1.0 Bumps [maven-surefire-report-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eaf1fdebf..4cdbe0100 100644 --- a/pom.xml +++ b/pom.xml @@ -524,7 +524,7 @@ limitations under the License. org.apache.maven.plugins maven-surefire-report-plugin - 3.0.0 + 3.1.0 org.codehaus.mojo From 27ceadd7ffd7e31deadb88f4ffecdc7d0b2f91d6 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 8 May 2023 16:53:09 +0200 Subject: [PATCH 005/231] Correct location of Checkstyle header --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4cdbe0100..ad13ad953 100644 --- a/pom.xml +++ b/pom.xml @@ -370,8 +370,8 @@ limitations under the License. 3.2.2 config/maven_checks.xml - - https://github.com/codehaus-plexus/plexus-pom/blob/plexus-10/src/main/resources/config/plexus-header.txt + + https://raw.githubusercontent.com/codehaus-plexus/plexus-pom/plexus-11/src/main/resources/config/plexus-header.txt From e38987428258020e9fc92e15218af461600a9b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:57:04 +0000 Subject: [PATCH 006/231] Bump mavenPluginToolsVersion from 3.8.2 to 3.9.0 Bumps `mavenPluginToolsVersion` from 3.8.2 to 3.9.0. Updates `maven-plugin-annotations` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.2...maven-plugin-tools-3.9.0) Updates `maven-plugin-plugin` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.2...maven-plugin-tools-3.9.0) Updates `maven-plugin-report-plugin` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.2...maven-plugin-tools-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad13ad953..af8b7e0a3 100644 --- a/pom.xml +++ b/pom.xml @@ -332,7 +332,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-06T22:13:46Z true - 3.8.2 + 3.9.0 1.11.2 5.9.3 From 42e100e910a03f8d505a37d76aae601c8911fb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:56:45 +0000 Subject: [PATCH 007/231] Bump maven-pmd-plugin from 3.20.0 to 3.21.0 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.20.0...maven-pmd-plugin-3.21.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af8b7e0a3..d69a0dc8d 100644 --- a/pom.xml +++ b/pom.xml @@ -460,7 +460,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.20.0 + 3.21.0 ${maven.compiler.source} From c69f81c3689796f1cef09670caac0c2a7b01f350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:56:50 +0000 Subject: [PATCH 008/231] Bump maven-assembly-plugin from 3.5.0 to 3.6.0 Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.5.0 to 3.6.0. - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.5.0...maven-assembly-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d69a0dc8d..738d378b2 100644 --- a/pom.xml +++ b/pom.xml @@ -362,7 +362,7 @@ limitations under the License. org.apache.maven.plugins maven-assembly-plugin - 3.5.0 + 3.6.0 org.apache.maven.plugins From 7f5f4433a9b20d4becbdbea2b757d7f40536eb2c Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 16 May 2023 18:15:23 +0200 Subject: [PATCH 009/231] Add spotless plugin configuration (#169) * Add spotless plugin configuration * Use two profiles for spotless --------- Co-authored-by: Guillaume Nodet --- pom.xml | 104 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 91 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 738d378b2..734a59eb5 100644 --- a/pom.xml +++ b/pom.xml @@ -332,9 +332,11 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-06T22:13:46Z true + 2.36.0 3.9.0 1.11.2 5.9.3 + check @@ -424,7 +426,8 @@ limitations under the License. true en - true + + true @@ -550,6 +553,41 @@ limitations under the License. + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + + + + + + + + javax,java,,\# + + + + + false + + true + + + + true + + + + + spotless-check + + ${spotless.action} + + process-sources + + + @@ -641,18 +679,6 @@ limitations under the License. org.apache.maven.plugins maven-surefire-report-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - - default - - checkstyle - - - - org.apache.maven.plugins maven-pmd-plugin @@ -764,5 +790,57 @@ limitations under the License. + + + java11+ + + [11,) + + + + ${javaVersion} + + config/maven_checks_nocodestyle.xml + + + + + + + com.diffplug.spotless + spotless-maven-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${checkstyle.spotless.config} + + + + + + + format-check + + + !format + + + + check + + + + format + + + format + + + + apply + + From 690ee247efd65430bd74f26a27741aeeb63b9af9 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 16 May 2023 18:31:43 +0200 Subject: [PATCH 010/231] Add a deploy build (#178) --- .github/workflows/maven.yml | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 797e3a50b..fd924e7dd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,26 +21,11 @@ on: [push, pull_request] jobs: build: - - strategy: - matrix: - os: [ubuntu-latest] - java: [8, 11, 17] - jdk: [temurin] - fail-fast: false - - runs-on: ${{ matrix.os }} - - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Set up JDK - uses: actions/setup-java@v3 - with: - java-version: ${{ matrix.java }} - distribution: ${{ matrix.jdk }} - cache: 'maven' - - - name: Build with Maven - run: mvn install -e -B -V + name: Build it + uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.5 + + deploy: + name: Deploy + needs: build + uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master + secrets: inherit From 0c0a8df01908a42deab5365dfc355ab269b7afa1 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 14:35:00 +0200 Subject: [PATCH 011/231] Add myself --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 734a59eb5..a763375bb 100644 --- a/pom.xml +++ b/pom.xml @@ -278,6 +278,15 @@ limitations under the License. Developer + + gnodet + Guillaume Nodet + gnodet@apache.org + ASF + + Developer + + From 0779cba67462804d5ed4c6adb48e428d3a12e5c8 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 14:35:27 +0200 Subject: [PATCH 012/231] [maven-release-plugin] prepare release plexus-12 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a763375bb..a6ef65ee3 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 12-SNAPSHOT + 12 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-12 https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -339,7 +339,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-06T22:13:46Z + 2023-05-22T12:35:25Z true 2.36.0 3.9.0 From aea5dc9f378637e91180d9cf7b6b9cad211839a6 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 14:35:30 +0200 Subject: [PATCH 013/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a6ef65ee3..31f82f53e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 12 + 13-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-12 + master https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -339,7 +339,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-22T12:35:25Z + 2023-05-22T12:35:30Z true 2.36.0 3.9.0 From b9cb4fad9608a5e864c3ba3518870ebfdf94dcc3 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 17:01:14 +0200 Subject: [PATCH 014/231] Fix site links (#179) * Fix site link to parent pom * Add missing link to plexus-xml * Remove broken parent breadcrumb --- src/site/site.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index ab7776e5c..897ea863f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -39,7 +39,6 @@ - @@ -67,10 +66,11 @@ - + + From 5a42760b530617a26b523d2b43db877b0e2b2c28 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 17:02:16 +0200 Subject: [PATCH 015/231] [maven-release-plugin] prepare release plexus-13 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 31f82f53e..d12f3e63a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 13-SNAPSHOT + 13 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-13 https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -339,7 +339,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-22T12:35:30Z + 2023-05-22T15:02:14Z true 2.36.0 3.9.0 From 60c1b5ca0cab19febe3f799d4c914fe953fa2952 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 17:02:18 +0200 Subject: [PATCH 016/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d12f3e63a..a837e84a0 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 13 + 14-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-13 + master https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -339,7 +339,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-22T15:02:14Z + 2023-05-22T15:02:18Z true 2.36.0 3.9.0 From f482aa6125e33f485d7b6387104aa183903a8460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Wed, 24 May 2023 17:01:37 +0200 Subject: [PATCH 017/231] fix site descriptor (revert partially PR #161) --- pom.xml | 2 +- src/site/site.xml | 38 ++++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index a837e84a0..477d6ff43 100644 --- a/pom.xml +++ b/pom.xml @@ -307,7 +307,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} master - https://github.com/codehaus-plexus/plexus-pom/tree/master/ + https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ diff --git a/src/site/site.xml b/src/site/site.xml index 897ea863f..8ee2f56be 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -39,6 +39,8 @@ + + @@ -49,28 +51,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - + + From a417bacbb506ee9523612b10d5f2f91b6c012f7d Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 26 May 2023 20:41:58 +0200 Subject: [PATCH 018/231] Set compiler.source and compiler.target to javaVersion property without "1.x" prefix --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 477d6ff43..0745657c1 100644 --- a/pom.xml +++ b/pom.xml @@ -335,8 +335,8 @@ limitations under the License. 8 - 1.${javaVersion} - 1.${javaVersion} + ${javaVersion} + ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-22T15:02:18Z From f6761570a49c1f6b6dacc59b98996b9b6b301e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 20:56:37 +0000 Subject: [PATCH 019/231] Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.3 to 3.4.4. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.3...maven-project-info-reports-plugin-3.4.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0745657c1..6faeac63b 100644 --- a/pom.xml +++ b/pom.xml @@ -487,7 +487,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.3 + 3.4.4 org.apache.maven.plugins From 7c40fe0dd66c3137d840015f8ed60da627db7eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 20:56:41 +0000 Subject: [PATCH 020/231] Bump spotless-maven-plugin from 2.36.0 to 2.37.0 Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.36.0 to 2.37.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.36.0...lib/2.37.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6faeac63b..d3b784fe5 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-22T15:02:18Z true - 2.36.0 + 2.37.0 3.9.0 1.11.2 5.9.3 From ad28f864d066e2fe3a9e243a6ef68b18c03adb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:56:55 +0000 Subject: [PATCH 021/231] Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.2 to 3.3.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d3b784fe5..b931107a6 100644 --- a/pom.xml +++ b/pom.xml @@ -378,7 +378,7 @@ limitations under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.2.2 + 3.3.0 config/maven_checks.xml From 8ab68f7487122673b712075000aa5c1a25d3ff77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:56:50 +0000 Subject: [PATCH 022/231] Bump maven-source-plugin from 3.2.1 to 3.3.0 Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b931107a6..08a386d1d 100644 --- a/pom.xml +++ b/pom.xml @@ -526,7 +526,7 @@ limitations under the License. org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 org.apache.maven.plugins From 47a6e1e0bd709e0e1b5884c5d818a17e050c5540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:56:45 +0000 Subject: [PATCH 023/231] Bump extra-enforcer-rules from 1.6.2 to 1.7.0 Bumps [extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.6.2...1.7.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:extra-enforcer-rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 08a386d1d..008176998 100644 --- a/pom.xml +++ b/pom.xml @@ -607,7 +607,7 @@ limitations under the License. org.codehaus.mojo extra-enforcer-rules - 1.6.2 + 1.7.0 From 26d8e8a9bbf016268669fc561f0772e636ad237e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 20:56:44 +0000 Subject: [PATCH 024/231] Bump maven-release-plugin from 3.0.0 to 3.0.1 Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0...maven-release-3.0.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 008176998..eed53dbc4 100644 --- a/pom.xml +++ b/pom.xml @@ -492,7 +492,7 @@ limitations under the License. org.apache.maven.plugins maven-release-plugin - 3.0.0 + 3.0.1 deploy forked-path From e6059228e3099d64a21e56a7e37ad5514dd32e8b Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 26 May 2023 18:36:21 +0200 Subject: [PATCH 025/231] Add pluginManagement for failsafe plugin. Upgrade to 3.1.2 --- pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index eed53dbc4..e3fb5ce31 100644 --- a/pom.xml +++ b/pom.xml @@ -344,6 +344,7 @@ limitations under the License. 2.37.0 3.9.0 1.11.2 + 3.1.2 5.9.3 check @@ -531,12 +532,22 @@ limitations under the License. org.apache.maven.plugins maven-surefire-plugin - 3.1.0 + ${mavenSurefireVersion} org.apache.maven.plugins maven-surefire-report-plugin - 3.1.0 + ${mavenSurefireVersion} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${mavenSurefireVersion} + + + org.apache.maven.plugins + maven-failsafe-report-plugin + ${mavenSurefireVersion} org.codehaus.mojo From d65ae8b5d2608818ef7089832ef7246b11d80362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:56:33 +0000 Subject: [PATCH 026/231] Bump maven-clean-plugin from 3.2.0 to 3.3.1 Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.2.0...maven-clean-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e3fb5ce31..76033752c 100644 --- a/pom.xml +++ b/pom.xml @@ -397,7 +397,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.2.0 + 3.3.1 org.apache.maven.plugins From ebcdad64eae5c4fa04538390f7bee14cb068f16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 20:56:47 +0000 Subject: [PATCH 027/231] Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.4 to 3.4.5. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.4...maven-project-info-reports-plugin-3.4.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 76033752c..8dcfc33c7 100644 --- a/pom.xml +++ b/pom.xml @@ -488,7 +488,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.4 + 3.4.5 org.apache.maven.plugins From 1ea65515d2e089cbe5cddc5419030beb4d51d1dc Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 2 Jul 2023 13:06:23 +0200 Subject: [PATCH 028/231] Add pluginManagement for sisu-maven-plugin --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 8dcfc33c7..a48dd3f77 100644 --- a/pom.xml +++ b/pom.xml @@ -347,6 +347,7 @@ limitations under the License. 3.1.2 5.9.3 check + 0.9.0.M2 @@ -554,6 +555,20 @@ limitations under the License. taglist-maven-plugin 3.0.0 + + org.eclipse.sisu + sisu-maven-plugin + ${sisuMavenPluginVersion} + + + generate-index + + main-index + test-index + + + + org.codehaus.plexus plexus-component-metadata From debc62c1f44619c81e5dbc289fdedd9b2847c598 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 13 Jul 2023 20:07:17 +0200 Subject: [PATCH 029/231] Remove maven-failsafe-report-plugin There is no such plugin --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index a48dd3f77..2bd1f8153 100644 --- a/pom.xml +++ b/pom.xml @@ -545,11 +545,6 @@ limitations under the License. maven-failsafe-plugin ${mavenSurefireVersion} - - org.apache.maven.plugins - maven-failsafe-report-plugin - ${mavenSurefireVersion} - org.codehaus.mojo taglist-maven-plugin From 965b8205b199064d61d53c72c2f1fb6fd65bf1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 20:29:26 +0000 Subject: [PATCH 030/231] Bump spotless-maven-plugin from 2.37.0 to 2.38.0 Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.37.0 to 2.38.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.37.0...lib/2.38.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2bd1f8153..0589faf0c 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-22T15:02:18Z true - 2.37.0 + 2.38.0 3.9.0 1.11.2 3.1.2 From 3acb3a57c8372c3d42ab5a441b959248660c9c8b Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 22 Jul 2023 16:22:13 +0200 Subject: [PATCH 031/231] Add .DS_Store to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de172e9ec..50281e7c7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ target/ bin *.iml .idea - +.DS_Store From 96557d4894a1b6cac8856bb560937013aa8d9cf1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 23 Jul 2023 11:58:10 +0200 Subject: [PATCH 032/231] [maven-release-plugin] prepare release plexus-14 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0589faf0c..a679b93ce 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 14-SNAPSHOT + 14 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-14 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-22T15:02:18Z + 2023-07-23T09:58:05Z true 2.38.0 3.9.0 From 6084da05d7af2f3ccab91b71c39973eb70fbf80d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 23 Jul 2023 11:58:29 +0200 Subject: [PATCH 033/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a679b93ce..31ab61875 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 14 + 15-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-14 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-07-23T09:58:05Z + 2023-07-23T09:58:29Z true 2.38.0 3.9.0 From dc8ca7354511724301eb431d91cc15dfd6b6d4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:55:53 +0000 Subject: [PATCH 034/231] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.3.0...enforcer-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 31ab61875..946e3977d 100644 --- a/pom.xml +++ b/pom.xml @@ -413,7 +413,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.0 org.apache.maven.plugins From bca4356f123e76e4ee099c20bec111a36cb6a075 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 25 Aug 2023 10:57:43 +0200 Subject: [PATCH 035/231] Switch to main branch for ci build version --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fd924e7dd..09feae474 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,7 @@ on: [push, pull_request] jobs: build: name: Build it - uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.5 + uses: codehaus-plexus/.github/.github/workflows/maven.yml@master deploy: name: Deploy From 9c482e228537c25b7b165ec6a2cbd2f8605f5b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:46:56 +0000 Subject: [PATCH 036/231] Bump org.junit:junit-bom from 5.9.3 to 5.10.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 946e3977d..a846f0692 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.9.0 1.11.2 3.1.2 - 5.9.3 + 5.10.0 check 0.9.0.M2 From dc0e87b1fcc61b353af132a7ac11e9dd4c387730 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 29 Aug 2023 16:37:02 +0200 Subject: [PATCH 037/231] Update spotless plugin palantir dependency to 2.35.0 to work with Java 21 --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a846f0692..cd53da985 100644 --- a/pom.xml +++ b/pom.xml @@ -591,7 +591,10 @@ limitations under the License. - + + + 2.35.0 + javax,java,,\# From f59c5427d485f183c9cab19d421cdd134594fddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:41:40 +0000 Subject: [PATCH 038/231] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.0...enforcer-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd53da985..50f508b07 100644 --- a/pom.xml +++ b/pom.xml @@ -413,7 +413,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.4.0 + 3.4.1 org.apache.maven.plugins From 1ba097e9564ab079e817cbe7b39a6bf7c67cc156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:28:49 +0000 Subject: [PATCH 039/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 50f508b07..256fbdc42 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.0 true en From 724965cc3403db6f223f8249ca8b54e59008af26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:57:17 +0000 Subject: [PATCH 040/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.38.0 to 2.40.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.38.0 to 2.40.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.38.0...lib/2.40.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 256fbdc42..a34d3e31d 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-07-23T09:58:29Z true - 2.38.0 + 2.40.0 3.9.0 1.11.2 3.1.2 From ab10c25b53da4c42729ea6319aa0138278a0085e Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 2 Oct 2023 17:30:48 +0200 Subject: [PATCH 041/231] Bump palantir formatter to 2.38.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a34d3e31d..fafff4204 100644 --- a/pom.xml +++ b/pom.xml @@ -593,7 +593,7 @@ limitations under the License. - 2.35.0 + 2.38.0 From 403a9d9f8c0c97a127dabd4b2c6167467ecf6dc5 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 22 Apr 2023 12:03:08 +0200 Subject: [PATCH 042/231] Replace plexus-component-metadata plugin (deprecated) with Sisu --- pom.xml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index fafff4204..cceaea7ce 100644 --- a/pom.xml +++ b/pom.xml @@ -565,20 +565,15 @@ limitations under the License. - org.codehaus.plexus - plexus-component-metadata - 2.1.1 + org.eclipse.sisu + sisu-maven-plugin + ${sisuMavenPluginVersion} - process-classes - - generate-metadata - - - - process-test-classes + generate-index - generate-test-metadata + main-index + test-index From 2c5fc259d628c821829e30acdd266fc9052aa0f6 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 3 Oct 2023 13:22:57 +0200 Subject: [PATCH 043/231] fix: Remove duplicate plugin entry --- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pom.xml b/pom.xml index cceaea7ce..88ec36ca5 100644 --- a/pom.xml +++ b/pom.xml @@ -564,20 +564,6 @@ limitations under the License. - - org.eclipse.sisu - sisu-maven-plugin - ${sisuMavenPluginVersion} - - - generate-index - - main-index - test-index - - - - com.diffplug.spotless spotless-maven-plugin From 3bec737615bbfd9cdb5f2107384516a3a5712279 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 3 Oct 2023 13:24:57 +0200 Subject: [PATCH 044/231] [maven-release-plugin] prepare release plexus-15 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 88ec36ca5..b87359bab 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 15-SNAPSHOT + 15 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-15 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-07-23T09:58:29Z + 2023-10-03T11:24:54Z true 2.40.0 3.9.0 From c312c0243417d8a36ab588a58d4a6d5c02d663e5 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 3 Oct 2023 13:25:00 +0200 Subject: [PATCH 045/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b87359bab..293f3e1f3 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 15 + 16-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-15 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-10-03T11:24:54Z + 2023-10-03T11:25:00Z true 2.40.0 3.9.0 From 2168fdb781466835b0f20e31c35ac3f35f2cdaae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:09:57 +0000 Subject: [PATCH 046/231] Bump mavenSurefireVersion from 3.1.2 to 3.2.1 Bumps `mavenSurefireVersion` from 3.1.2 to 3.2.1. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.2.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.1) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.1.2 to 3.2.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.1.2 to 3.2.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 293f3e1f3..6b1d96750 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.40.0 3.9.0 1.11.2 - 3.1.2 + 3.2.1 5.10.0 check 0.9.0.M2 From 40834e1a692b2d5a76a2755bdd11cc54b1d6bebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:46:25 +0000 Subject: [PATCH 047/231] Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.1...maven-clean-plugin-3.3.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b1d96750..80dd936d8 100644 --- a/pom.xml +++ b/pom.xml @@ -398,7 +398,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.3.1 + 3.3.2 org.apache.maven.plugins From 23c2e5fb59cfc23cb957814431404b63c940bf57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:48:48 +0000 Subject: [PATCH 048/231] Bump org.apache.maven.plugins:maven-checkstyle-plugin Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 80dd936d8..c0d017296 100644 --- a/pom.xml +++ b/pom.xml @@ -380,7 +380,7 @@ limitations under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.3.1 config/maven_checks.xml From 4433a647e68d73816af7e70a70ada8356be635c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:14:58 +0000 Subject: [PATCH 049/231] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c0d017296..55454cd62 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.9.0 1.11.2 3.2.1 - 5.10.0 + 5.10.1 check 0.9.0.M2 From 53e72c586c9a0427a9452572f068e2bc7c1c1e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 20:23:30 +0000 Subject: [PATCH 050/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 55454cd62..4f67343c6 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.6.0 + 3.6.2 true en From b374daff56d9fd0ed4955f2713779c8d715567af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:02:15 +0000 Subject: [PATCH 051/231] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.5 to 3.5.0. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.5...maven-project-info-reports-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f67343c6..d9af4a6d5 100644 --- a/pom.xml +++ b/pom.xml @@ -489,7 +489,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.5 + 3.5.0 org.apache.maven.plugins From 87a1b7f736bf3f38c539d0388a9f234f984dcf38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:50:58 +0000 Subject: [PATCH 052/231] Bump mavenSurefireVersion from 3.2.1 to 3.2.2 Bumps `mavenSurefireVersion` from 3.2.1 to 3.2.2. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.1...surefire-3.2.2) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.1...surefire-3.2.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.1...surefire-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d9af4a6d5..043e51033 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.40.0 3.9.0 1.11.2 - 3.2.1 + 3.2.2 5.10.1 check 0.9.0.M2 From f95227a917bfa188a6756a0f65c8721154ead5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:50:40 +0000 Subject: [PATCH 053/231] Bump mavenPluginToolsVersion from 3.9.0 to 3.10.2 Bumps `mavenPluginToolsVersion` from 3.9.0 to 3.10.2. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.9.0 to 3.10.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.2) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.9.0 to 3.10.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.2) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.9.0 to 3.10.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 043e51033..4e9b89649 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ limitations under the License. 2023-10-03T11:25:00Z true 2.40.0 - 3.9.0 + 3.10.2 1.11.2 3.2.2 5.10.1 From fe540c3e02ea0150628cef7a06938a085e009c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:46:04 +0000 Subject: [PATCH 054/231] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.21.0 to 3.21.2. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.21.0...maven-pmd-plugin-3.21.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4e9b89649..9b5086acb 100644 --- a/pom.xml +++ b/pom.xml @@ -474,7 +474,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.21.0 + 3.21.2 ${maven.compiler.source} From c1447719a5d6d5d1e3fce1ad8a312a4e403ce666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:09:36 +0000 Subject: [PATCH 055/231] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.3.0...jxr-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b5086acb..0e0699047 100644 --- a/pom.xml +++ b/pom.xml @@ -444,7 +444,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins From b9f4a5b8ee148d21671ed78a7c98ac322ff5d7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:38:21 +0000 Subject: [PATCH 056/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.40.0 to 2.41.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.40.0...lib/2.41.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e0699047..4f1c1d82a 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-10-03T11:25:00Z true - 2.40.0 + 2.41.0 3.10.2 1.11.2 3.2.2 From 6371ea11307aba5409608f9d8631ab2a7e0b7db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:35:42 +0000 Subject: [PATCH 057/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f1c1d82a..41f0ef3a2 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.6.2 + 3.6.3 true en From c4d7c137662c4c0369dc6601cfc382f1a2e00ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:45:30 +0100 Subject: [PATCH 058/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.0 to 2.41.1 (#217) * Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.0 to 2.41.1 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.41.0 to 2.41.1. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.41.0...maven/2.41.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Use palantirJavaFormat version from plugin --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski --- pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 41f0ef3a2..8fe36eb79 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-10-03T11:25:00Z true - 2.41.0 + 2.41.1 3.10.2 1.11.2 3.2.2 @@ -572,10 +572,7 @@ limitations under the License. - - - 2.38.0 - + javax,java,,\# From dd3a89b821f23c7535038bb3344511d8f19c58ab Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 9 Dec 2023 17:16:45 +0100 Subject: [PATCH 059/231] Use default executor for m-release-p --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8fe36eb79..a7a1e17e3 100644 --- a/pom.xml +++ b/pom.xml @@ -497,7 +497,6 @@ limitations under the License. 3.0.1 deploy - forked-path plexus-release From 87047fa3f16ada0e27d3450f727f471aa207c377 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 9 Dec 2023 17:25:39 +0100 Subject: [PATCH 060/231] Introduce minimalMavenBuildVersion property --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a7a1e17e3..c4d4fd233 100644 --- a/pom.xml +++ b/pom.xml @@ -335,6 +335,7 @@ limitations under the License. 8 + 3.2.5 ${javaVersion} ${javaVersion} UTF-8 @@ -620,8 +621,8 @@ limitations under the License. - 3.2.5 - This project requires at least Maven 3.2.5 + ${minimalMavenBuildVersion} + This project requires at least Maven ${minimalMavenBuildVersion} ${maven.compiler.target} From e7534a50672bc7e40cf5a32ab5eabc3f8bde32b1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 10 Dec 2023 17:52:16 +0100 Subject: [PATCH 061/231] [maven-release-plugin] prepare release plexus-16 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c4d4fd233..9fd11992d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 16-SNAPSHOT + 16 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-16 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -340,7 +340,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-10-03T11:25:00Z + 2023-12-10T16:52:10Z true 2.41.1 3.10.2 From 9a84a18c8455bac45b2e1beafb1f752056cd8aa1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 10 Dec 2023 17:52:20 +0100 Subject: [PATCH 062/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9fd11992d..7467f79c1 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 16 + 17-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-16 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -340,7 +340,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-12-10T16:52:10Z + 2023-12-10T16:52:20Z true 2.41.1 3.10.2 From f2f0c83a14bb0427c944c3b5d7aa26a33ccaee66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:26:12 +0000 Subject: [PATCH 063/231] Bump mavenSurefireVersion from 3.2.2 to 3.2.3 Bumps `mavenSurefireVersion` from 3.2.2 to 3.2.3. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7467f79c1..77b5b2e8b 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 2.41.1 3.10.2 1.11.2 - 3.2.2 + 3.2.3 5.10.1 check 0.9.0.M2 From 6bd5c3d5db9e78fb7d96de23e82ae06758c7dc8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:11:12 +0000 Subject: [PATCH 064/231] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 77b5b2e8b..d6249f15c 100644 --- a/pom.xml +++ b/pom.xml @@ -404,7 +404,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1 org.apache.maven.plugins From 10dd5a2841b3ffbd587e561aa82d3f615468be51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:44:39 +0000 Subject: [PATCH 065/231] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.3.1 to 3.3.2. - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.3.1...jxr-3.3.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d6249f15c..f0861d914 100644 --- a/pom.xml +++ b/pom.xml @@ -445,7 +445,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.3.1 + 3.3.2 org.apache.maven.plugins From 5871d19cd9e9240af7e807a78ff683a11d377dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:41:08 +0000 Subject: [PATCH 066/231] Bump mavenSurefireVersion from 3.2.3 to 3.2.5 Bumps `mavenSurefireVersion` from 3.2.3 to 3.2.5. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f0861d914..32e0fadcc 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 2.41.1 3.10.2 1.11.2 - 3.2.3 + 3.2.5 5.10.1 check 0.9.0.M2 From 7ac9b20cd71b1d3fb10dc9c7ce3c688b18ea78b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:41:17 +0000 Subject: [PATCH 067/231] Bump mavenPluginToolsVersion from 3.10.2 to 3.11.0 Bumps `mavenPluginToolsVersion` from 3.10.2 to 3.11.0. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.10.2 to 3.11.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.10.2 to 3.11.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.10.2 to 3.11.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 32e0fadcc..6d875eae1 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. 2023-12-10T16:52:20Z true 2.41.1 - 3.10.2 + 3.11.0 1.11.2 3.2.5 5.10.1 From 0b4164352aa1250962171ddedda78b794eddc83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:16:32 +0000 Subject: [PATCH 068/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.42.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.41.1 to 2.42.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.41.1...lib/2.42.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6d875eae1..a997c14d9 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-12-10T16:52:20Z true - 2.41.1 + 2.42.0 3.11.0 1.11.2 3.2.5 From 315e87feeaee530f0bc645129f0bb90d27742c7d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 28 Jan 2024 17:51:48 +0100 Subject: [PATCH 069/231] Add maven-invoker-plugin to pluginManagement --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index a997c14d9..5458111fc 100644 --- a/pom.xml +++ b/pom.xml @@ -349,6 +349,7 @@ limitations under the License. 5.10.1 check 0.9.0.M2 + true @@ -431,6 +432,14 @@ limitations under the License. maven-jar-plugin 3.3.0 + + org.apache.maven.plugins + maven-invoker-plugin + 3.6.0 + + ${invoker.streamLogsOnFailures} + + org.apache.maven.plugins maven-javadoc-plugin From d8afd5fcde9b704bc451f4f8c754e26cebc19054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:28:44 +0000 Subject: [PATCH 070/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.42.0 to 2.43.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.42.0 to 2.43.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.42.0...lib/2.43.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5458111fc..42e27b066 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-12-10T16:52:20Z true - 2.42.0 + 2.43.0 3.11.0 1.11.2 3.2.5 From 257b2cded3e7ac1f04b8281e3c833ce6c441af8c Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 27 Jan 2024 19:39:16 +0100 Subject: [PATCH 071/231] Add default Specification and Implementation entries in jar manifest --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 42e27b066..cf38c695c 100644 --- a/pom.xml +++ b/pom.xml @@ -431,6 +431,14 @@ limitations under the License. org.apache.maven.plugins maven-jar-plugin 3.3.0 + + + + true + true + + + org.apache.maven.plugins From b1e69d93f9b03e72ace7a984d49a36c6962df66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:54:37 +0000 Subject: [PATCH 072/231] Bump release-drafter/release-drafter from 5 to 6 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 4000f8c4f..4c09c8a70 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -7,6 +7,6 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From f35ceab2e97e361fa94178846b90287aae9d241e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:27:17 +0000 Subject: [PATCH 073/231] Bump org.junit:junit-bom from 5.10.1 to 5.10.2 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cf38c695c..2e4eec381 100644 --- a/pom.xml +++ b/pom.xml @@ -346,7 +346,7 @@ limitations under the License. 3.11.0 1.11.2 3.2.5 - 5.10.1 + 5.10.2 check 0.9.0.M2 true From 03581c92c354bbd54df7a9c809312e39db4fe283 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 17 Feb 2024 23:39:32 +0100 Subject: [PATCH 074/231] Remove dead markmail.org from mailing lists --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2e4eec381..6ae1a4a0e 100644 --- a/pom.xml +++ b/pom.xml @@ -297,10 +297,6 @@ limitations under the License. mojohaus-dev@googlegroups.com https://groups.google.com/forum/#!forum/mojohaus-dev - - Former (pre-2015-06) Development List - https://markmail.org/list/org.codehaus.plexus.dev - From aca9702846be3bfc4e2230c93b438b13a5e8b477 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 4 Mar 2024 20:09:58 +0100 Subject: [PATCH 075/231] [maven-release-plugin] prepare release plexus-17 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6ae1a4a0e..fefa26d96 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 17-SNAPSHOT + 17 pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-17 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -336,7 +336,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-12-10T16:52:20Z + 2024-03-04T19:09:56Z true 2.43.0 3.11.0 From c6a6deff6ff0454d51ec2f93cb4b1d95a3dfe9dd Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 4 Mar 2024 20:10:03 +0100 Subject: [PATCH 076/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fefa26d96..dafe7374d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 17 + 18-SNAPSHOT pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-17 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -336,7 +336,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2024-03-04T19:09:56Z + 2024-03-04T19:10:03Z true 2.43.0 3.11.0 From 8a8c4ed17c55e821531f2abb0524bddfa47329c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:24:07 +0000 Subject: [PATCH 077/231] Bump org.codehaus.mojo:extra-enforcer-rules from 1.7.0 to 1.8.0 Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:extra-enforcer-rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dafe7374d..411e1f675 100644 --- a/pom.xml +++ b/pom.xml @@ -622,7 +622,7 @@ limitations under the License. org.codehaus.mojo extra-enforcer-rules - 1.7.0 + 1.8.0 From f2e11567f7d49ffbb80baa44716f9e3800d97c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:38:26 +0000 Subject: [PATCH 078/231] Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.6.0 to 3.7.1. - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 411e1f675..b34c54c32 100644 --- a/pom.xml +++ b/pom.xml @@ -373,7 +373,7 @@ limitations under the License. org.apache.maven.plugins maven-assembly-plugin - 3.6.0 + 3.7.1 org.apache.maven.plugins From 6e99031494b75b3ddcfd940aebba2935db7dd217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:38:23 +0000 Subject: [PATCH 079/231] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.1 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b34c54c32..139279963 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.1 org.apache.maven.plugins From 823c47f57d2d53d1fb08552a2b89e286f72346d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:38:19 +0000 Subject: [PATCH 080/231] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 139279963..4390eb6a9 100644 --- a/pom.xml +++ b/pom.xml @@ -401,7 +401,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 org.apache.maven.plugins From 2d00bcd26a240fce0fe1fc4d30d7412773344a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:55:03 +0000 Subject: [PATCH 081/231] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4390eb6a9..82b454a92 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.1 + 3.2.2 org.apache.maven.plugins From a88934cd6e5f1861cc745413aceff381e357af02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:05:01 +0000 Subject: [PATCH 082/231] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.0...maven-invoker-plugin-3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 82b454a92..059a12b1a 100644 --- a/pom.xml +++ b/pom.xml @@ -439,7 +439,7 @@ limitations under the License. org.apache.maven.plugins maven-invoker-plugin - 3.6.0 + 3.6.1 ${invoker.streamLogsOnFailures} From a196920225079ac5fd44d394b584e2b989f50dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:42:58 +0000 Subject: [PATCH 083/231] Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 059a12b1a..79871b92f 100644 --- a/pom.xml +++ b/pom.xml @@ -541,7 +541,7 @@ limitations under the License. org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins From b0ab5ce06a447f63b7be011a6687c54df0af4b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:56:57 +0000 Subject: [PATCH 084/231] Bump mavenPluginToolsVersion from 3.11.0 to 3.12.0 Bumps `mavenPluginToolsVersion` from 3.11.0 to 3.12.0. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.12.0) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.12.0) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.12.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 79871b92f..29d027ce0 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ limitations under the License. 2024-03-04T19:10:03Z true 2.43.0 - 3.11.0 + 3.12.0 1.11.2 3.2.5 5.10.2 From f3038d121458feae322cd77f26f4d06ba6c0a542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:40:06 +0000 Subject: [PATCH 085/231] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.2...maven-gpg-plugin-3.2.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 29d027ce0..fa55f7475 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.3 org.apache.maven.plugins From 08b429fc323dc3ebb1786fa87cf1552e3cb6bf76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:46:04 +0000 Subject: [PATCH 086/231] Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa55f7475..2f144370c 100644 --- a/pom.xml +++ b/pom.xml @@ -426,7 +426,7 @@ limitations under the License. org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.0 From 82cc39b7beeb69059923438bae9160ffd5b8ef86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:36:17 +0000 Subject: [PATCH 087/231] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.3...maven-gpg-plugin-3.2.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f144370c..1720d87ff 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.3 + 3.2.4 org.apache.maven.plugins From 958ea083d1948cdc8582f2728db22e1afc532f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:08:06 +0000 Subject: [PATCH 088/231] Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1720d87ff..77b92ae63 100644 --- a/pom.xml +++ b/pom.xml @@ -426,7 +426,7 @@ limitations under the License. org.apache.maven.plugins maven-jar-plugin - 3.4.0 + 3.4.1 From 0e0695b7a6f0d25b961f816e3ad503c260335792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:38:36 +0000 Subject: [PATCH 089/231] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 77b92ae63..a97783425 100644 --- a/pom.xml +++ b/pom.xml @@ -406,7 +406,7 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins From e2306773cc8d9cc025f96919f4d33b27947a5d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:38:41 +0000 Subject: [PATCH 090/231] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.1...maven-install-plugin-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a97783425..b341d9581 100644 --- a/pom.xml +++ b/pom.xml @@ -421,7 +421,7 @@ limitations under the License. org.apache.maven.plugins maven-install-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins From 46dcb11bfa6a83b50bef5fca6774ade298d5429d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:49:44 +0000 Subject: [PATCH 091/231] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.21.2 to 3.22.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.21.2...maven-pmd-plugin-3.22.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b341d9581..00428dbcf 100644 --- a/pom.xml +++ b/pom.xml @@ -488,7 +488,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.21.2 + 3.22.0 ${maven.compiler.source} From 91d7e001e38067d2228b76a5a4eec6cb0cfa0073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:21:42 +0000 Subject: [PATCH 092/231] Bump mavenPluginToolsVersion from 3.12.0 to 3.13.0 Bumps `mavenPluginToolsVersion` from 3.12.0 to 3.13.0. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.12.0...maven-plugin-tools-3.13.0) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.12.0...maven-plugin-tools-3.13.0) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.12.0...maven-plugin-tools-3.13.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00428dbcf..7a296685f 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ limitations under the License. 2024-03-04T19:10:03Z true 2.43.0 - 3.12.0 + 3.13.0 1.11.2 3.2.5 5.10.2 From a1ea60b75130566a7274e0069fbecff8151a1b4d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 8 May 2024 20:58:39 +0200 Subject: [PATCH 093/231] Improve version-template for release-drafter - pom uses a single version number --- .github/release-drafter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1aba73812..652bd55d1 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,2 +1,5 @@ _extends: .github -tag-template: plexus-$NEXT_MINOR_VERSION +# plexus-pom uses a single version number +version-template: '$MAJOR' +name-template: '$NEXT_MAJOR_VERSION' +tag-template: 'plexus-$NEXT_MAJOR_VERSION' From e1029dc11b08e6f0c63a12069e4438afbbe8d942 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 20 May 2024 09:18:29 +0200 Subject: [PATCH 094/231] Bump maven-fluido-skin from 1.11.2 to 1.12.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a296685f..6b92e73ba 100644 --- a/pom.xml +++ b/pom.xml @@ -340,7 +340,7 @@ limitations under the License. true 2.43.0 3.13.0 - 1.11.2 + 1.12.0 3.2.5 5.10.2 check From 395e4cb9ceeba07caec43ad83d00623f634aed65 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 20 May 2024 20:51:17 +0200 Subject: [PATCH 095/231] Maven compiler - disable annotation processing by default --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 6b92e73ba..48507fb02 100644 --- a/pom.xml +++ b/pom.xml @@ -334,6 +334,8 @@ limitations under the License. 3.2.5 ${javaVersion} ${javaVersion} + + none UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2024-03-04T19:10:03Z @@ -402,6 +404,9 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin 3.13.0 + + ${maven.compiler.proc} + org.apache.maven.plugins From 39cfa65cf7d15bc117a15772929fa0b0798034b8 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 00:04:41 +0200 Subject: [PATCH 096/231] Warning about usage of deprecated API by compiler --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 48507fb02..6679acf37 100644 --- a/pom.xml +++ b/pom.xml @@ -336,6 +336,7 @@ limitations under the License. ${javaVersion} none + true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2024-03-04T19:10:03Z @@ -406,6 +407,7 @@ limitations under the License. 3.13.0 ${maven.compiler.proc} + ${maven.compiler.showDeprecation} From 928c6c07676cf98f3df9f376222e6739a4d676ac Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 16:51:54 +0200 Subject: [PATCH 097/231] Disable site descriptor publishing by child projects - in child projects we not need publish site descriptors --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6679acf37..a2322744b 100644 --- a/pom.xml +++ b/pom.xml @@ -660,6 +660,7 @@ limitations under the License. attach-descriptor + false From 9f937aaaa623fe32b3cee583c9073ab0301d99ba Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 20:09:40 +0200 Subject: [PATCH 098/231] Skip empty surefire and pmd reports --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index a2322744b..c84cbc28d 100644 --- a/pom.xml +++ b/pom.xml @@ -710,10 +710,26 @@ limitations under the License. org.apache.maven.plugins maven-surefire-report-plugin + + false + false + org.apache.maven.plugins maven-pmd-plugin + + true + + + + default + + cpd + pmd + + + org.codehaus.mojo From 76478aa65bf73826c9172ff06b5287de8d51c00e Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 21:07:47 +0200 Subject: [PATCH 099/231] [maven-release-plugin] prepare release plexus-18 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c84cbc28d..07943519a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 18-SNAPSHOT + 18 pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-18 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2024-03-04T19:10:03Z + 2024-05-21T19:07:45Z true 2.43.0 3.13.0 From c904a12bedb2fdb49a38be9408bd32dfdfc46014 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 21:07:51 +0200 Subject: [PATCH 100/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 07943519a..74a248d65 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 18 + 19-SNAPSHOT pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-18 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2024-05-21T19:07:45Z + 2024-05-21T19:07:51Z true 2.43.0 3.13.0 From e8dec9c3c7f99e0d27e5dcab20ab85634c83ab14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:49:26 +0000 Subject: [PATCH 101/231] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.1...maven-invoker-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 74a248d65..2d85986a9 100644 --- a/pom.xml +++ b/pom.xml @@ -446,7 +446,7 @@ limitations under the License. org.apache.maven.plugins maven-invoker-plugin - 3.6.1 + 3.7.0 ${invoker.streamLogsOnFailures} From 76327d5f20be652f5aaa5ff507810fa79a0119b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:27:20 +0000 Subject: [PATCH 102/231] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-jxr/releases) - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.3.2...jxr-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d85986a9..8ae15332d 100644 --- a/pom.xml +++ b/pom.xml @@ -465,7 +465,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.3.2 + 3.4.0 org.apache.maven.plugins From 6da6250394ab364851c60ecdc8df3cde0585cb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:03:11 +0000 Subject: [PATCH 103/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ae15332d..bef27b003 100644 --- a/pom.xml +++ b/pom.xml @@ -454,7 +454,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 true en From 5cf9f653c74122d7c4e29ed7cce4d6eb4d9da4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:03:08 +0000 Subject: [PATCH 104/231] Bump mavenPluginToolsVersion from 3.13.0 to 3.13.1 Bumps `mavenPluginToolsVersion` from 3.13.0 to 3.13.1. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bef27b003..c5766b03c 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ limitations under the License. 2024-05-21T19:07:51Z true 2.43.0 - 3.13.0 + 3.13.1 1.12.0 3.2.5 5.10.2 From 4257280f174b2607099bec82656064d8b8b5e4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:16:14 +0000 Subject: [PATCH 105/231] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5766b03c..91d0bb77f 100644 --- a/pom.xml +++ b/pom.xml @@ -418,7 +418,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 org.apache.maven.plugins From d1cc7e7e3890fd749fa7c82334803daa25f383d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:19:51 +0000 Subject: [PATCH 106/231] Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M2 to 0.9.0.M3 Bumps org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M2 to 0.9.0.M3. --- updated-dependencies: - dependency-name: org.eclipse.sisu:sisu-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 91d0bb77f..ded894c0a 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 3.2.5 5.10.2 check - 0.9.0.M2 + 0.9.0.M3 true From 90242b447e8000011d8a48b691046e81b13a148c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:38 +0000 Subject: [PATCH 107/231] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.22.0 to 3.23.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.22.0...maven-pmd-plugin-3.23.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ded894c0a..3d16840ba 100644 --- a/pom.xml +++ b/pom.xml @@ -495,7 +495,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.22.0 + 3.23.0 ${maven.compiler.source} From 75de4804420c8c681d0795e0261ca0de38282701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:33 +0000 Subject: [PATCH 108/231] Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.1...maven-release-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d16840ba..4b0253fd5 100644 --- a/pom.xml +++ b/pom.xml @@ -515,7 +515,7 @@ limitations under the License. org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.0 deploy plexus-release From 59833c0d77849929eb5f7133aa8a41375deeafad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:29 +0000 Subject: [PATCH 109/231] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.5.0 to 3.6.0. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.5.0...maven-project-info-reports-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4b0253fd5..ce24afadd 100644 --- a/pom.xml +++ b/pom.xml @@ -510,7 +510,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.5.0 + 3.6.0 org.apache.maven.plugins From 77bc9e87d4d0067d9f7c470a4cc5c27d388408ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:25 +0000 Subject: [PATCH 110/231] Bump org.apache.maven.plugins:maven-checkstyle-plugin Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.1 to 3.4.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ce24afadd..9eb2a97df 100644 --- a/pom.xml +++ b/pom.xml @@ -381,7 +381,7 @@ limitations under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.3.1 + 3.4.0 config/maven_checks.xml From 1ac92c8b7c783bda0430eed99e8255e6946c2d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:22 +0000 Subject: [PATCH 111/231] Bump mavenSurefireVersion from 3.2.5 to 3.3.0 Bumps `mavenSurefireVersion` from 3.2.5 to 3.3.0. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9eb2a97df..412a4f572 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.43.0 3.13.1 1.12.0 - 3.2.5 + 3.3.0 5.10.2 check 0.9.0.M3 From 0d505221a6dcf45c86c13e3a5789397faad09a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:24:49 +0000 Subject: [PATCH 112/231] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.6.0 to 3.6.1. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.0...maven-project-info-reports-plugin-3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 412a4f572..314410449 100644 --- a/pom.xml +++ b/pom.xml @@ -510,7 +510,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.6.0 + 3.6.1 org.apache.maven.plugins From 532412ee7a5721d6f7aab089524776e1a9bd4b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:00:57 +0000 Subject: [PATCH 113/231] Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 314410449..abc24a03b 100644 --- a/pom.xml +++ b/pom.xml @@ -399,7 +399,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.3.2 + 3.4.0 org.apache.maven.plugins From 511d7306f6c92188c74d071e58ed3e9249ddf889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:00:53 +0000 Subject: [PATCH 114/231] Bump org.apache.maven.shared:maven-shared-resources from 5 to 6 Bumps [org.apache.maven.shared:maven-shared-resources](https://github.com/apache/maven-shared-resources) from 5 to 6. - [Release notes](https://github.com/apache/maven-shared-resources/releases) - [Commits](https://github.com/apache/maven-shared-resources/commits) --- updated-dependencies: - dependency-name: org.apache.maven.shared:maven-shared-resources dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index abc24a03b..063344049 100644 --- a/pom.xml +++ b/pom.xml @@ -392,7 +392,7 @@ limitations under the License. org.apache.maven.shared maven-shared-resources - 5 + 6 From 42be647b843305ed55bb89cc5f20567116eed33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:00:51 +0000 Subject: [PATCH 115/231] Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 063344049..cf6027458 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ limitations under the License. org.apache.maven.plugins maven-jar-plugin - 3.4.1 + 3.4.2 From 3869f47b37b1433ccfa4116c467485be85355c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:00:45 +0000 Subject: [PATCH 116/231] Bump org.apache.maven.plugins:maven-scm-publish-plugin Bumps [org.apache.maven.plugins:maven-scm-publish-plugin](https://github.com/apache/maven-scm-publish-plugin) from 3.2.1 to 3.3.0. - [Commits](https://github.com/apache/maven-scm-publish-plugin/compare/maven-scm-publish-plugin-3.2.1...maven-scm-publish-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-scm-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cf6027458..59730095a 100644 --- a/pom.xml +++ b/pom.xml @@ -529,7 +529,7 @@ limitations under the License. org.apache.maven.plugins maven-scm-publish-plugin - 3.2.1 + 3.3.0 ${project.scm.developerConnection} From e9bf5345afd44aea6158c9b5db9fc54a766c3c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:40:59 +0000 Subject: [PATCH 117/231] Bump org.junit:junit-bom from 5.10.2 to 5.10.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 59730095a..7613d470d 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.13.1 1.12.0 3.3.0 - 5.10.2 + 5.10.3 check 0.9.0.M3 true From 69982714b5af233a8d0ce87ada2829e0a9e94c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:40:54 +0000 Subject: [PATCH 118/231] Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 Bumps [org.codehaus.mojo:taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/mojohaus/taglist-maven-plugin/releases) - [Commits](https://github.com/mojohaus/taglist-maven-plugin/compare/taglist-maven-plugin-3.0.0...3.1.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:taglist-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7613d470d..e3eb6a8c6 100644 --- a/pom.xml +++ b/pom.xml @@ -568,7 +568,7 @@ limitations under the License. org.codehaus.mojo taglist-maven-plugin - 3.0.0 + 3.1.0 org.eclipse.sisu From 450e01791581884e811c6572d48b3f7fd46eecd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:12:47 +0000 Subject: [PATCH 119/231] Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.1.0...maven-release-3.1.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e3eb6a8c6..650ca76f0 100644 --- a/pom.xml +++ b/pom.xml @@ -515,7 +515,7 @@ limitations under the License. org.apache.maven.plugins maven-release-plugin - 3.1.0 + 3.1.1 deploy plexus-release From e31f0066052d005e312f5d925b32a486048db568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:25:06 +0000 Subject: [PATCH 120/231] Bump org.apache.apache.resources:apache-source-release-assembly-descriptor Bumps org.apache.apache.resources:apache-source-release-assembly-descriptor from 1.5 to 1.7. --- updated-dependencies: - dependency-name: org.apache.apache.resources:apache-source-release-assembly-descriptor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 650ca76f0..1cb92acb5 100644 --- a/pom.xml +++ b/pom.xml @@ -776,7 +776,7 @@ limitations under the License. org.apache.apache.resources apache-source-release-assembly-descriptor - 1.5 + 1.7 From 4d76d2277f6b8151e9b1e6cd94aa043bf4544b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:42:52 +0000 Subject: [PATCH 121/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1cb92acb5..6ac666c89 100644 --- a/pom.xml +++ b/pom.xml @@ -454,7 +454,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.8.0 true en From ac946ae61c5512bfc03a6bf6c424d03e5a4b3e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:12:44 +0000 Subject: [PATCH 122/231] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.6.1 to 3.6.2. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.1...maven-project-info-reports-plugin-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ac666c89..8ec7ba109 100644 --- a/pom.xml +++ b/pom.xml @@ -510,7 +510,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.6.1 + 3.6.2 org.apache.maven.plugins From febff98cf5d43d06b4ab9ea5c0161e56f83a97eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:12:39 +0000 Subject: [PATCH 123/231] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.23.0 to 3.24.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.23.0...maven-pmd-plugin-3.24.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ec7ba109..72ed39b1b 100644 --- a/pom.xml +++ b/pom.xml @@ -495,7 +495,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.23.0 + 3.24.0 ${maven.compiler.source} From f08bc06f58fa96a447203d106cfad80e1c7d5a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:27:47 +0000 Subject: [PATCH 124/231] Bump mavenSurefireVersion from 3.3.0 to 3.3.1 Bumps `mavenSurefireVersion` from 3.3.0 to 3.3.1. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 72ed39b1b..2511d7753 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.43.0 3.13.1 1.12.0 - 3.3.0 + 3.3.1 5.10.3 check 0.9.0.M3 From 66d1d8c12d1eec6b4c39fc91a902e9be2ca60525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:37:10 +0000 Subject: [PATCH 125/231] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2511d7753..7def5420e 100644 --- a/pom.xml +++ b/pom.xml @@ -423,7 +423,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.5 org.apache.maven.plugins From 8253d8a7581997a20f5cb613f66e8d6fde16b4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:25:48 +0000 Subject: [PATCH 126/231] Bump org.junit:junit-bom from 5.10.3 to 5.11.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7def5420e..3d8541342 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.13.1 1.12.0 3.3.1 - 5.10.3 + 5.11.0 check 0.9.0.M3 true From aec13ab0c0461d73b82b0dac83b1a540b79cdd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:38:10 +0000 Subject: [PATCH 127/231] Bump mavenSurefireVersion from 3.3.1 to 3.4.0 Bumps `mavenSurefireVersion` from 3.3.1 to 3.4.0. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d8541342..a6b4af4cc 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.43.0 3.13.1 1.12.0 - 3.3.1 + 3.4.0 5.11.0 check 0.9.0.M3 From 7ffc469dad0ba5cc68b91abd4dc5b22e2204ae2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:38:31 +0000 Subject: [PATCH 128/231] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3 Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.2...maven-install-plugin-3.1.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a6b4af4cc..e74ae64b8 100644 --- a/pom.xml +++ b/pom.xml @@ -428,7 +428,7 @@ limitations under the License. org.apache.maven.plugins maven-install-plugin - 3.1.2 + 3.1.3 org.apache.maven.plugins From 0486e883933745c912010f87edeb8146fb199b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:38:15 +0000 Subject: [PATCH 129/231] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e74ae64b8..65f1ab29c 100644 --- a/pom.xml +++ b/pom.xml @@ -413,7 +413,7 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - 3.1.2 + 3.1.3 org.apache.maven.plugins From ab27840aa3e9f8dbb94374f045a683b72112497d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 29 Aug 2024 15:33:19 +0200 Subject: [PATCH 130/231] Disable deploy job on GH --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 09feae474..faf344fea 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,8 +24,8 @@ jobs: name: Build it uses: codehaus-plexus/.github/.github/workflows/maven.yml@master - deploy: - name: Deploy - needs: build - uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master - secrets: inherit +# deploy: +# name: Deploy +# needs: build +# uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master +# secrets: inherit From 8fc58f5d4fa4e8b51740809ef1fca21b6ae4fcc9 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 24 Sep 2024 18:43:20 +0200 Subject: [PATCH 131/231] Enable deploy job on GitHub --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index faf344fea..09feae474 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,8 +24,8 @@ jobs: name: Build it uses: codehaus-plexus/.github/.github/workflows/maven.yml@master -# deploy: -# name: Deploy -# needs: build -# uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master -# secrets: inherit + deploy: + name: Deploy + needs: build + uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master + secrets: inherit From b1d265d70f6f2660ac8200edeb549e2804912c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:54:31 +0200 Subject: [PATCH 132/231] Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 (#288) * Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 Bumps [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.12.1 to 3.20.0. - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.12.1...maven-site-plugin-3.20.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update with new site plugin version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski --- pom.xml | 4 ++-- src/site/site.xml | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 65f1ab29c..1a45a26b6 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. true 2.43.0 3.13.1 - 1.12.0 + 2.0.0-M10 3.4.0 5.11.0 check @@ -539,7 +539,7 @@ limitations under the License. org.apache.maven.plugins maven-site-plugin - 3.12.1 + 3.20.0 true diff --git a/src/site/site.xml b/src/site/site.xml index 8ee2f56be..f85d50962 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,11 +1,10 @@ - - - Plexus - https://codehaus-plexus.github.io/ - https://codehaus-plexus.github.io/images/plexus-logo-trans.png + + + + Plexus @@ -34,7 +33,7 @@ - + @@ -75,4 +74,4 @@ - + From d3b24a8ed43cb071d28f43948dae36d5df7cba3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:28:48 +0000 Subject: [PATCH 133/231] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.7.0...maven-invoker-plugin-3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a45a26b6..9f8f8a032 100644 --- a/pom.xml +++ b/pom.xml @@ -446,7 +446,7 @@ limitations under the License. org.apache.maven.plugins maven-invoker-plugin - 3.7.0 + 3.8.0 ${invoker.streamLogsOnFailures} From da148c823baf204cbbfe8560a6a30000abdae5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:49:05 +0000 Subject: [PATCH 134/231] Bump mavenPluginToolsVersion from 3.13.1 to 3.15.0 Bumps `mavenPluginToolsVersion` from 3.13.1 to 3.15.0. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.13.1 to 3.15.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.0) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.13.1 to 3.15.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.0) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.13.1 to 3.15.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f8f8a032..a32be3ee5 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ limitations under the License. 2024-05-21T19:07:51Z true 2.43.0 - 3.13.1 + 3.15.0 2.0.0-M10 3.4.0 5.11.0 From c18f5ccfef66db33a39659dbef34f915223ac006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:39:53 +0000 Subject: [PATCH 135/231] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.4.0 to 3.5.0 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-jxr/releases) - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.4.0...jxr-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a32be3ee5..bbc2bd16c 100644 --- a/pom.xml +++ b/pom.xml @@ -465,7 +465,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.4.0 + 3.5.0 org.apache.maven.plugins From 4bb4638ddabedbd3196780a6dcd4a6ed4a4350f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:39:57 +0000 Subject: [PATCH 136/231] Bump org.apache.maven.plugins:maven-checkstyle-plugin Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.4.0 to 3.5.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bbc2bd16c..569949cc5 100644 --- a/pom.xml +++ b/pom.xml @@ -381,7 +381,7 @@ limitations under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.4.0 + 3.5.0 config/maven_checks.xml From 3b6011a0b866ab27470480d5754d5d2b2337751f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:40:00 +0000 Subject: [PATCH 137/231] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.24.0 to 3.25.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.24.0...maven-pmd-plugin-3.25.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 569949cc5..b68100e4e 100644 --- a/pom.xml +++ b/pom.xml @@ -495,7 +495,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.24.0 + 3.25.0 ${maven.compiler.source} From 445db62db35cd50d0216bc726356588e19fb2864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:55:12 +0000 Subject: [PATCH 138/231] Bump mavenSurefireVersion from 3.4.0 to 3.5.0 Bumps `mavenSurefireVersion` from 3.4.0 to 3.5.0. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b68100e4e..f63629ff3 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.43.0 3.15.0 2.0.0-M10 - 3.4.0 + 3.5.0 5.11.0 check 0.9.0.M3 From 52ab5bdf4e9a41ae18218e6d6e80916098be0a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:25:06 +0000 Subject: [PATCH 139/231] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f63629ff3..9f74a9499 100644 --- a/pom.xml +++ b/pom.xml @@ -423,7 +423,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.5 + 3.2.6 org.apache.maven.plugins From b7b7707ba2bfee0c7db59a1539e371aff5e74f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:25:10 +0000 Subject: [PATCH 140/231] Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.9.0 Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:extra-enforcer-rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f74a9499..903267ae3 100644 --- a/pom.xml +++ b/pom.xml @@ -629,7 +629,7 @@ limitations under the License. org.codehaus.mojo extra-enforcer-rules - 1.8.0 + 1.9.0 From 68525cfd1aceff1d10030072a444720fda08a42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:39:23 +0000 Subject: [PATCH 141/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.8.0 to 3.10.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 903267ae3..c5330472d 100644 --- a/pom.xml +++ b/pom.xml @@ -454,7 +454,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.8.0 + 3.10.0 true en From 25360af70f9bfce100addcce34c5be14a7d12473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:39:26 +0000 Subject: [PATCH 142/231] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.6.2 to 3.7.0. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.2...maven-project-info-reports-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5330472d..c24780428 100644 --- a/pom.xml +++ b/pom.xml @@ -510,7 +510,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.6.2 + 3.7.0 org.apache.maven.plugins From a3975a08c9ef54623f624f6a51f9ede2483f540e Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 24 Sep 2024 22:54:03 +0200 Subject: [PATCH 143/231] Skip empty report for taglist-maven-plugin --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index c24780428..86616920d 100644 --- a/pom.xml +++ b/pom.xml @@ -734,6 +734,9 @@ limitations under the License. org.codehaus.mojo taglist-maven-plugin + + true + org.apache.maven.plugins From 334645d86f55f87f21b26f0751594d1bd5637b1e Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 24 Sep 2024 23:47:09 +0200 Subject: [PATCH 144/231] Drop using passphrase for maven-gpg-plugin gpg-agent should be used --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 86616920d..618e7aa58 100644 --- a/pom.xml +++ b/pom.xml @@ -802,9 +802,6 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - - ${gpg.passphrase} - sign-artifacts From e1b46c28974cdf8ee45adbf89fc2c4c55e40881a Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 25 Sep 2024 07:28:21 +0200 Subject: [PATCH 145/231] Use bestPractices for gpg plugin --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 618e7aa58..63e4c3e04 100644 --- a/pom.xml +++ b/pom.xml @@ -424,6 +424,9 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin 3.2.6 + + true + org.apache.maven.plugins From 8cdda7c417336b545d8341fbba432b5535f77ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:30:51 +0000 Subject: [PATCH 146/231] Bump org.junit:junit-bom from 5.11.0 to 5.11.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 63e4c3e04..e647e4e09 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.15.0 2.0.0-M10 3.5.0 - 5.11.0 + 5.11.1 check 0.9.0.M3 true From fe8b8cb69f4d70216b6c92727caddcaf522a475d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 25 Sep 2024 20:46:47 +0200 Subject: [PATCH 147/231] Remove org.apache.maven.plugin-tools:maven-plugin-annotations from dependencyManagement --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index e647e4e09..2e8756d7a 100644 --- a/pom.xml +++ b/pom.xml @@ -353,12 +353,6 @@ limitations under the License. - - org.apache.maven.plugin-tools - maven-plugin-annotations - ${mavenPluginToolsVersion} - provided - org.junit junit-bom From 802d7a8016f63b829fe3d3e26f86647bac262e07 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 25 Sep 2024 21:34:30 +0200 Subject: [PATCH 148/231] [maven-release-plugin] prepare release plexus-19 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2e8756d7a..b14b75c97 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 19-SNAPSHOT + 19 pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-19 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2024-05-21T19:07:51Z + 2024-09-25T19:34:28Z true 2.43.0 3.15.0 From 2c2def39fc8c37599b027038f92ff107752237c0 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 25 Sep 2024 21:34:33 +0200 Subject: [PATCH 149/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b14b75c97..c5ea3d5de 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 19 + 20-SNAPSHOT pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-19 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2024-09-25T19:34:28Z + 2024-09-25T19:34:33Z true 2.43.0 3.15.0 From 09aed4ab878dc572e6688fd619cb111bdd2db959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:35:35 +0000 Subject: [PATCH 150/231] Bump org.junit:junit-bom from 5.11.1 to 5.11.2 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5ea3d5de..6cee0f730 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.15.0 2.0.0-M10 3.5.0 - 5.11.1 + 5.11.2 check 0.9.0.M3 true From 54e44d3de9c1dc5bd70127a3f34f9bbe0c533c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:14:12 +0000 Subject: [PATCH 151/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.0 to 3.10.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6cee0f730..e8c834aa2 100644 --- a/pom.xml +++ b/pom.xml @@ -451,7 +451,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.10.1 true en From 335d7baab99ddb98c3b91d9fa33937e2fc1af97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:55:25 +0000 Subject: [PATCH 152/231] Bump mavenSurefireVersion from 3.5.0 to 3.5.1 Bumps `mavenSurefireVersion` from 3.5.0 to 3.5.1. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8c834aa2..f364fac4b 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.43.0 3.15.0 2.0.0-M10 - 3.5.0 + 3.5.1 5.11.2 check 0.9.0.M3 From a5f2395c703db6044a717c419c93c1d057c72a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:39:35 +0000 Subject: [PATCH 153/231] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f364fac4b..b57ba0730 100644 --- a/pom.xml +++ b/pom.xml @@ -417,7 +417,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.6 + 3.2.7 true From 85710889979f48d91f615c6ea853f140199fb875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:27:52 +0000 Subject: [PATCH 154/231] Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.0 Bumps [org.codehaus.mojo:taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/mojohaus/taglist-maven-plugin/releases) - [Commits](https://github.com/mojohaus/taglist-maven-plugin/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:taglist-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b57ba0730..b929b5ac9 100644 --- a/pom.xml +++ b/pom.xml @@ -565,7 +565,7 @@ limitations under the License. org.codehaus.mojo taglist-maven-plugin - 3.1.0 + 3.2.0 org.eclipse.sisu From a92de8514287254c6bfa31da21f626f9a1974eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:21:45 +0000 Subject: [PATCH 155/231] Bump org.apache.maven.plugins:maven-site-plugin from 3.20.0 to 3.21.0 Bumps [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.20.0...maven-site-plugin-3.21.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b929b5ac9..fd0acefaf 100644 --- a/pom.xml +++ b/pom.xml @@ -536,7 +536,7 @@ limitations under the License. org.apache.maven.plugins maven-site-plugin - 3.20.0 + 3.21.0 true From 3101652e227806b79cdf7b5918019fae7d85e86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:07:53 +0000 Subject: [PATCH 156/231] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.7.0 to 3.8.0. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.7.0...maven-project-info-reports-plugin-3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fd0acefaf..d0bc879de 100644 --- a/pom.xml +++ b/pom.xml @@ -507,7 +507,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.7.0 + 3.8.0 org.apache.maven.plugins From c80339510b9d0465c01e2a7a0efbe3fefe2fc892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:07:49 +0000 Subject: [PATCH 157/231] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.8.1 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.8.0...maven-invoker-plugin-3.8.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d0bc879de..ddcfcd067 100644 --- a/pom.xml +++ b/pom.xml @@ -443,7 +443,7 @@ limitations under the License. org.apache.maven.plugins maven-invoker-plugin - 3.8.0 + 3.8.1 ${invoker.streamLogsOnFailures} From 32133e25f04bb34be47c071a3fbcae006abb4bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:07:43 +0000 Subject: [PATCH 158/231] Bump org.junit:junit-bom from 5.11.2 to 5.11.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ddcfcd067..8716cc647 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.15.0 2.0.0-M10 3.5.1 - 5.11.2 + 5.11.3 check 0.9.0.M3 true From 8c5cc4cb06a34a61629fd44bec4251fca4afc019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:35:46 +0000 Subject: [PATCH 159/231] Bump org.codehaus.mojo:taglist-maven-plugin from 3.2.0 to 3.2.1 Bumps [org.codehaus.mojo:taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/mojohaus/taglist-maven-plugin/releases) - [Commits](https://github.com/mojohaus/taglist-maven-plugin/compare/3.2.0...3.2.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:taglist-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8716cc647..8b3b15b64 100644 --- a/pom.xml +++ b/pom.xml @@ -565,7 +565,7 @@ limitations under the License. org.codehaus.mojo taglist-maven-plugin - 3.2.0 + 3.2.1 org.eclipse.sisu From 1b0e1f75e5d88331902ea62221ed7f8efc96a8ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:57:21 +0000 Subject: [PATCH 160/231] Bump mavenPluginToolsVersion from 3.15.0 to 3.15.1 Bumps `mavenPluginToolsVersion` from 3.15.0 to 3.15.1. Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.15.0 to 3.15.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.15.0 to 3.15.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b3b15b64..4514a6e32 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ limitations under the License. 2024-09-25T19:34:33Z true 2.43.0 - 3.15.0 + 3.15.1 2.0.0-M10 3.5.1 5.11.3 From 570e3762de0e491caa4fc73a6a5822e68886ef26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:57:14 +0000 Subject: [PATCH 161/231] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.5.0 to 3.6.0 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/apache/maven-jxr/releases) - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.5.0...jxr-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4514a6e32..fee580d4b 100644 --- a/pom.xml +++ b/pom.xml @@ -462,7 +462,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.5.0 + 3.6.0 org.apache.maven.plugins From 80098cf9150356480d9e4db0a9d79a44dc15b39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:57:11 +0000 Subject: [PATCH 162/231] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.25.0...maven-pmd-plugin-3.26.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fee580d4b..2adf37f0f 100644 --- a/pom.xml +++ b/pom.xml @@ -492,7 +492,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.25.0 + 3.26.0 ${maven.compiler.source} From c498c4cf8c5c63774b9cf17df294d801842fc0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:56:57 +0000 Subject: [PATCH 163/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.1 to 3.11.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2adf37f0f..d52486b47 100644 --- a/pom.xml +++ b/pom.xml @@ -451,7 +451,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.10.1 + 3.11.1 true en From f529a29fb4f8879cdb34f06409d27a8f9be8bf84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:57:07 +0000 Subject: [PATCH 164/231] Bump mavenSurefireVersion from 3.5.1 to 3.5.2 Bumps `mavenSurefireVersion` from 3.5.1 to 3.5.2. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d52486b47..974f3ebca 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.43.0 3.15.1 2.0.0-M10 - 3.5.1 + 3.5.2 5.11.3 check 0.9.0.M3 From 1d39078851d0440bc35a2f39ed1c634a699247ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:55:39 +0000 Subject: [PATCH 165/231] Bump org.apache.maven.plugins:maven-checkstyle-plugin Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.5.0 to 3.6.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 974f3ebca..d341700ed 100644 --- a/pom.xml +++ b/pom.xml @@ -375,7 +375,7 @@ limitations under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.5.0 + 3.6.0 config/maven_checks.xml From 78af7c9e93bd7ee234bd51893b45e52382ae5790 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 24 Nov 2024 12:18:50 +0100 Subject: [PATCH 166/231] Update Fluido Skin to 2.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d341700ed..a45c6fa80 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. true 2.43.0 3.15.1 - 2.0.0-M10 + 2.0.0 3.5.2 5.11.3 check From bde5004bab67a0eac251ddf2fb8e7e54c56b4118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:33:05 +0000 Subject: [PATCH 167/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a45c6fa80..5018c9d6f 100644 --- a/pom.xml +++ b/pom.xml @@ -451,7 +451,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.11.1 + 3.11.2 true en From 455125c0a924de3d08068237d9d2faf1ea205dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:38:41 +0000 Subject: [PATCH 168/231] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to 3.9.0 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.8.1...maven-invoker-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5018c9d6f..68b676882 100644 --- a/pom.xml +++ b/pom.xml @@ -443,7 +443,7 @@ limitations under the License. org.apache.maven.plugins maven-invoker-plugin - 3.8.1 + 3.9.0 ${invoker.streamLogsOnFailures} From 783bbe0048e12ee26eb31b5ae8ee78ed3f5764fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:56:30 +0000 Subject: [PATCH 169/231] Bump org.junit:junit-bom from 5.11.3 to 5.11.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 68b676882..8bb7ed059 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.15.1 2.0.0 3.5.2 - 5.11.3 + 5.11.4 check 0.9.0.M3 true From f13041a94770fbd4c2775f772fb5eb3e6373c14b Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 16 Dec 2024 22:57:22 +0100 Subject: [PATCH 170/231] Bump maven-fluido-skin to 2.0.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8bb7ed059..8fc17f465 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. true 2.43.0 3.15.1 - 2.0.0 + 2.0.1 3.5.2 5.11.4 check From cf36e165d3fba95410cf1a13d384d5572e4a7541 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 16 Dec 2024 23:02:17 +0100 Subject: [PATCH 171/231] Apply formatting with spotless-plugin by default same as with ASF parent pom --- pom.xml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 8fc17f465..236eea2e9 100644 --- a/pom.xml +++ b/pom.xml @@ -346,7 +346,7 @@ limitations under the License. 2.0.1 3.5.2 5.11.4 - check + apply 0.9.0.M3 true @@ -865,27 +865,5 @@ limitations under the License. - - format-check - - - !format - - - - check - - - - format - - - format - - - - apply - - From 3bfece4356331a2f9ff4f7d47a794a73e6498374 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 16 Dec 2024 22:59:14 +0100 Subject: [PATCH 172/231] Bump minimalMavenBuildVersion to 3.6.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 236eea2e9..b372cb68b 100644 --- a/pom.xml +++ b/pom.xml @@ -331,7 +331,7 @@ limitations under the License. 8 - 3.2.5 + 3.6.3 ${javaVersion} ${javaVersion} From 687a6fb3a6ca88f1385d1588d3110875eea97465 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 25 Dec 2024 14:08:59 +0100 Subject: [PATCH 173/231] Sync license header with ASF --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b372cb68b..6cac482e0 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. - Apache License, Version 2.0 + Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0.txt repo From b90c15874c69916f99ad539dbbfe2c8d5553ce66 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 1 Jan 2025 20:33:38 +0100 Subject: [PATCH 174/231] Spotless plugin - format .md files --- README.md | 2 +- pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbd21a612..fe3c96bdc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Plexus Parent POM -============ +================= [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.plexus/plexus) diff --git a/pom.xml b/pom.xml index 6cac482e0..3287220ee 100644 --- a/pom.xml +++ b/pom.xml @@ -602,6 +602,15 @@ limitations under the License. true + + + **/*.md + + + target/** + + + true From 15e5a4ca397072e93d51a2e1e7599ffbe4c72924 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 1 Jan 2025 20:45:18 +0100 Subject: [PATCH 175/231] Accept all line endings in spotless --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3287220ee..fad5aae71 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2024-09-25T19:34:33Z true - 2.43.0 + 2.44.0.BETA4 3.15.1 2.0.1 3.5.2 @@ -595,6 +595,8 @@ limitations under the License. javax,java,,\# + + PRESERVE false From da837553dd9bea2d31ee47ac7f19bd2c31cb35f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:45:03 +0000 Subject: [PATCH 176/231] Bump com.diffplug.spotless:spotless-maven-plugin Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.0.BETA4 to 2.44.1. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.44.0.BETA4...maven/2.44.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fad5aae71..ca3353b96 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2024-09-25T19:34:33Z true - 2.44.0.BETA4 + 2.44.1 3.15.1 2.0.1 3.5.2 From 331a3bbe4afa21fe2d58608cb749ca9a05f246da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:43:22 +0000 Subject: [PATCH 177/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.1 to 2.44.2. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.44.1...maven/2.44.2) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca3353b96..e6fa46520 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2024-09-25T19:34:33Z true - 2.44.1 + 2.44.2 3.15.1 2.0.1 3.5.2 From b06de4364370eb483896908c6ee999aa43d805b2 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 20 Jan 2025 22:52:55 +0100 Subject: [PATCH 178/231] Move maven.compiler.release to main part of pom --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6fa46520..b1993a147 100644 --- a/pom.xml +++ b/pom.xml @@ -334,6 +334,7 @@ limitations under the License. 3.6.3 ${javaVersion} ${javaVersion} + ${javaVersion} none true @@ -854,7 +855,6 @@ limitations under the License. - ${javaVersion} config/maven_checks_nocodestyle.xml From c223e1743b0c446c82eff4e792236316eb5fad04 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 20 Jan 2025 22:54:04 +0100 Subject: [PATCH 179/231] Cleanup site menu --- src/site/site.xml | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index f85d50962..59edeea41 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -50,28 +50,20 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + From 393099c23384e4f5cbd60eff713963bfa88fd47f Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Mon, 27 Jan 2025 15:01:48 +0100 Subject: [PATCH 180/231] Enforce minimal Java version This closes #331 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index b1993a147..61e3dff4a 100644 --- a/pom.xml +++ b/pom.xml @@ -332,6 +332,7 @@ limitations under the License. 8 3.6.3 + ${javaVersion} ${javaVersion} ${javaVersion} ${javaVersion} @@ -656,6 +657,9 @@ limitations under the License. ${maven.compiler.target} + + ${minimalJavaBuildVersion} + From b69757fbb4ced928800c702c607b6065d75270ab Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 7 Feb 2025 20:20:22 +0100 Subject: [PATCH 181/231] [maven-release-plugin] prepare release plexus-20 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 61e3dff4a..bd514ba4e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 20-SNAPSHOT + 20 pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-20 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -341,7 +341,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2024-09-25T19:34:33Z + 2025-02-07T19:20:20Z true 2.44.2 3.15.1 From 1253055d74783d4d1cab542bc195c028e2701aa3 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 7 Feb 2025 20:20:42 +0100 Subject: [PATCH 182/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bd514ba4e..8a8955965 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 20 + 21-SNAPSHOT pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-20 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -341,7 +341,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2025-02-07T19:20:20Z + 2025-02-07T19:20:42Z true 2.44.2 3.15.1 From 00c82356bb24cb62d7173882f17b86f3d7b3efb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:52:19 +0000 Subject: [PATCH 183/231] Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.0...maven-clean-plugin-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a8955965..aa5d41a04 100644 --- a/pom.xml +++ b/pom.xml @@ -395,7 +395,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.4.0 + 3.4.1 org.apache.maven.plugins From 125d03ebb53b08333413fc734e66612dff8bd80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:15:09 +0000 Subject: [PATCH 184/231] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.3...maven-deploy-plugin-3.1.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aa5d41a04..d35655433 100644 --- a/pom.xml +++ b/pom.xml @@ -409,7 +409,7 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - 3.1.3 + 3.1.4 org.apache.maven.plugins From 2b01b32a626b1bdc83acdc9ad6629f38761362a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:49:56 +0000 Subject: [PATCH 185/231] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d35655433..2d664a1a2 100644 --- a/pom.xml +++ b/pom.xml @@ -400,7 +400,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.14.0 ${maven.compiler.proc} ${maven.compiler.showDeprecation} From eaa3fcbeb78b32d4c19abf5858fffc281eb3ef69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:50:10 +0000 Subject: [PATCH 186/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.2 to 2.44.3. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.44.2...maven/2.44.3) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d664a1a2..211f545b3 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2025-02-07T19:20:42Z true - 2.44.2 + 2.44.3 3.15.1 2.0.1 3.5.2 From 2169fbd44a71fe36329750ebe9915e4065119a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 20:02:40 +0000 Subject: [PATCH 187/231] Bump org.junit:junit-bom from 5.11.4 to 5.12.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 211f545b3..a7d3811b7 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 3.15.1 2.0.1 3.5.2 - 5.11.4 + 5.12.1 apply 0.9.0.M3 true From 5df175a84e9aee52c4d7bfa8e1e424c3762ff441 Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Tue, 8 Apr 2025 12:30:40 +0200 Subject: [PATCH 188/231] Align Spotless check/apply with Maven parent Builds should either apply spotless or check for it depending on whether it is running in CI or not. Detected in the course of support-and-care/maven-support-and-care#77 and codehaus-plexus/.github#45 --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index a7d3811b7..f866e8e45 100644 --- a/pom.xml +++ b/pom.xml @@ -880,5 +880,27 @@ limitations under the License. + + format-check + + + env.CI + + + + check + + + + format + + + !env.CI + + + + apply + + From 020a33c0adbc7db90a3826caad7114fe3658ebcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:45:10 +0000 Subject: [PATCH 189/231] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases) - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.8.0...maven-project-info-reports-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f866e8e45..00d892c37 100644 --- a/pom.xml +++ b/pom.xml @@ -509,7 +509,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.8.0 + 3.9.0 org.apache.maven.plugins From 86ac6b7acd33ae520873e72b10a150a1da70fbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 20:33:25 +0000 Subject: [PATCH 190/231] Bump org.junit:junit-bom from 5.12.1 to 5.12.2 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00d892c37..f77930cbc 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 3.15.1 2.0.1 3.5.2 - 5.12.1 + 5.12.2 apply 0.9.0.M3 true From eed37cacd4fde49d8436ac8614af82da0e806731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:13:36 +0000 Subject: [PATCH 191/231] Bump org.codehaus.mojo:extra-enforcer-rules from 1.9.0 to 1.10.0 Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.9.0...1.10.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:extra-enforcer-rules dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f77930cbc..5f46c0d89 100644 --- a/pom.xml +++ b/pom.xml @@ -639,7 +639,7 @@ limitations under the License. org.codehaus.mojo extra-enforcer-rules - 1.9.0 + 1.10.0 From 71401ef1fce1407c53d7a5a82f5314db2fc6e69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 20:42:57 +0000 Subject: [PATCH 192/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.44.4 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.3 to 2.44.4. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.44.3...maven/2.44.4) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f46c0d89..8efd7f4e2 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2025-02-07T19:20:42Z true - 2.44.3 + 2.44.4 3.15.1 2.0.1 3.5.2 From 6f79f2d061b72a021d1ce395b72f090326f13bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 06:23:31 +0000 Subject: [PATCH 193/231] Bump mavenSurefireVersion from 3.5.2 to 3.5.3 Bumps `mavenSurefireVersion` from 3.5.2 to 3.5.3. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8efd7f4e2..50c90ab0a 100644 --- a/pom.xml +++ b/pom.xml @@ -346,7 +346,7 @@ limitations under the License. 2.44.4 3.15.1 2.0.1 - 3.5.2 + 3.5.3 5.12.2 apply 0.9.0.M3 From 70eca884a7d229aa04a90edc5267d893f01eac6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:30:41 +0000 Subject: [PATCH 194/231] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.3...maven-install-plugin-3.1.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 50c90ab0a..b9ec52a0e 100644 --- a/pom.xml +++ b/pom.xml @@ -427,7 +427,7 @@ limitations under the License. org.apache.maven.plugins maven-install-plugin - 3.1.3 + 3.1.4 org.apache.maven.plugins From d25ba12347b45b9848bb6fc6cea2bf66c25a1407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 20:29:43 +0000 Subject: [PATCH 195/231] Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4 Bumps org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4. --- updated-dependencies: - dependency-name: org.eclipse.sisu:sisu-maven-plugin dependency-version: 0.9.0.M4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b9ec52a0e..c4b635ef1 100644 --- a/pom.xml +++ b/pom.xml @@ -349,7 +349,7 @@ limitations under the License. 3.5.3 5.12.2 apply - 0.9.0.M3 + 0.9.0.M4 true From 606c91abf3e94fe386314bbaa29b2dc88a6bcb3f Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 22 May 2025 22:36:50 +0200 Subject: [PATCH 196/231] Bump fluido skin from 2.0.1 to 2.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c4b635ef1..29cd8ed94 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. true 2.44.4 3.15.1 - 2.0.1 + 2.1.0 3.5.3 5.12.2 apply From 5339630f668241c998c75d0cea60384a6c0d41e8 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 23 May 2025 18:02:54 +0200 Subject: [PATCH 197/231] Add maven-dependency-plugin to pluginManagement --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 29cd8ed94..6de2479d7 100644 --- a/pom.xml +++ b/pom.xml @@ -406,6 +406,11 @@ limitations under the License. ${maven.compiler.showDeprecation} + + org.apache.maven.plugins + maven-dependency-plugin + 3.8.1 + org.apache.maven.plugins maven-deploy-plugin From 0b757590ec09d5aa4e0d44c5b8f5dd0482ab8f2b Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 23 May 2025 20:11:32 +0200 Subject: [PATCH 198/231] [maven-release-plugin] prepare release plexus-21 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6de2479d7..1725ebc49 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 21-SNAPSHOT + 21 pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-21 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -341,7 +341,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2025-02-07T19:20:42Z + 2025-05-23T18:11:29Z true 2.44.4 3.15.1 From 57db0d033dd1e2e5fffea5d4d7620898616f9049 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 23 May 2025 20:11:49 +0200 Subject: [PATCH 199/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1725ebc49..eb1f41b1d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 21 + 22-SNAPSHOT pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-21 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -341,7 +341,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2025-05-23T18:11:29Z + 2025-05-23T18:11:49Z true 2.44.4 3.15.1 From e91d381336d60cdb7b7d2928fb95abcf72267235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 20:20:54 +0000 Subject: [PATCH 200/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.4 to 2.44.5. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.44.4...maven/2.44.5) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb1f41b1d..ef9e5e94b 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2025-05-23T18:11:49Z true - 2.44.4 + 2.44.5 3.15.1 2.1.0 3.5.3 From 20d92c1f93d5b1cefa9a0edeb81cf816ec4ef766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:59:32 +0000 Subject: [PATCH 201/231] Bump org.junit:junit-bom from 5.12.2 to 5.13.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef9e5e94b..2d4b263f5 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 3.15.1 2.1.0 3.5.3 - 5.12.2 + 5.13.0 apply 0.9.0.M4 true From 74c7fbdb7431e9aeb4716a8927db496046da50a6 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 2 Jun 2025 22:21:36 +0200 Subject: [PATCH 202/231] Prepare for publishing vie the Central Portal (#353) * Prepare for publishing vie the Central Portal fix: #350 * use longer id * use plexusDistMgmtSnapshotsUrl property * auto publish by njord * fix typo Co-authored-by: Tamas Cservenak --------- Co-authored-by: Tamas Cservenak --- pom.xml | 40 ++++++++++++++++++++++++++++++++------ src/site/apt/index.apt | 11 ----------- src/site/markdown/index.md | 27 +++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 17 deletions(-) delete mode 100644 src/site/apt/index.apt create mode 100644 src/site/markdown/index.md diff --git a/pom.xml b/pom.xml index 2d4b263f5..bdef559b3 100644 --- a/pom.xml +++ b/pom.xml @@ -313,13 +313,13 @@ limitations under the License. - plexus-releases - Plexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + sonatype-central-portal + Sonatype Central Portal + https://repo.maven.apache.org/maven2 - plexus-snapshots - Plexus Snapshot Repository + ${plexusDistMgmtSnapshotsId} + ${plexusDistMgmtSnapshotsName} ${plexusDistMgmtSnapshotsUrl} @@ -340,7 +340,11 @@ limitations under the License. none true UTF-8 - https://oss.sonatype.org/content/repositories/plexus-snapshots + + sonatype-central-portal + Sonatype Central Snapshots + https://central.sonatype.com/repository/maven-snapshots + 2025-05-23T18:11:49Z true 2.44.5 @@ -348,9 +352,16 @@ limitations under the License. 2.1.0 3.5.3 5.13.0 + 0.7.1 apply 0.9.0.M4 true + + + true + automatic + true + false @@ -368,6 +379,11 @@ limitations under the License. + + eu.maveniverse.maven.plugins + njord + ${njord.version} + org.apache.maven.plugins @@ -683,6 +699,13 @@ limitations under the License. + + + eu.maveniverse.maven.njord + extension + ${njord.version} + + @@ -786,6 +809,11 @@ limitations under the License. plexus-release + + 3.9.0 + + true + + SeCrEt + + sonatype-cp + njord:template:release-sca + + + + +``` + +Tokens can be obtained from https://central.sonatype.com/account + From d872078c305f75bc6a0f696ae69aedc9a9a173ac Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 2 Jun 2025 22:46:30 +0200 Subject: [PATCH 203/231] [maven-release-plugin] prepare release plexus-22 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bdef559b3..44a847164 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 22-SNAPSHOT + 22 pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-22 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-05-23T18:11:49Z + 2025-06-02T20:46:28Z true 2.44.5 3.15.1 From 693751e51d6816844ae09f3d38c97bd8f3f53851 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 2 Jun 2025 22:46:34 +0200 Subject: [PATCH 204/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 44a847164..b24ea4659 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 22 + 23-SNAPSHOT pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-22 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-06-02T20:46:28Z + 2025-06-02T20:46:34Z true 2.44.5 3.15.1 From 50ab6f9b07fad5ab76ca2992fc12749d11fdc780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:24:16 +0000 Subject: [PATCH 205/231] Bump org.junit:junit-bom from 5.13.0 to 5.13.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b24ea4659..723caa50e 100644 --- a/pom.xml +++ b/pom.xml @@ -351,7 +351,7 @@ limitations under the License. 3.15.1 2.1.0 3.5.3 - 5.13.0 + 5.13.1 0.7.1 apply 0.9.0.M4 From 83ebd59be46f102d0eca7270b9f95e0f9312ca06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:48:22 +0000 Subject: [PATCH 206/231] Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.1...maven-clean-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 723caa50e..634711782 100644 --- a/pom.xml +++ b/pom.xml @@ -411,7 +411,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.4.1 + 3.5.0 org.apache.maven.plugins From 69d1e2b6428162ce6d1ecbe48eaa936f8271d7bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 20:05:26 +0000 Subject: [PATCH 207/231] Bump org.junit:junit-bom from 5.13.1 to 5.13.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 634711782..fd4dfcdeb 100644 --- a/pom.xml +++ b/pom.xml @@ -351,7 +351,7 @@ limitations under the License. 3.15.1 2.1.0 3.5.3 - 5.13.1 + 5.13.3 0.7.1 apply 0.9.0.M4 From 61e2d06719fcde4ff78cc1ea4c34b65693a3eafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:56:52 +0000 Subject: [PATCH 208/231] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.26.0 to 3.27.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.26.0...maven-pmd-plugin-3.27.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fd4dfcdeb..a5e30ebd4 100644 --- a/pom.xml +++ b/pom.xml @@ -515,7 +515,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.26.0 + 3.27.0 ${maven.compiler.source} From bb403864d40406d9c8bbfc528faeb7d747678695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 23:57:35 +0000 Subject: [PATCH 209/231] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.0 to 3.9.1 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.9.0 to 3.9.1. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.9.0...maven-invoker-plugin-3.9.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a5e30ebd4..316360bba 100644 --- a/pom.xml +++ b/pom.xml @@ -466,7 +466,7 @@ limitations under the License. org.apache.maven.plugins maven-invoker-plugin - 3.9.0 + 3.9.1 ${invoker.streamLogsOnFailures} From c0eee313cf64b381a4f6c2e49d06ebe625baea54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:08:52 +0000 Subject: [PATCH 210/231] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.7 to 3.2.8. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 316360bba..2d85a438f 100644 --- a/pom.xml +++ b/pom.xml @@ -440,7 +440,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.7 + 3.2.8 true From bbaf27d7e930a98d8eb0c75327745153426bbc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:02:06 +0000 Subject: [PATCH 211/231] Bump njord.version from 0.7.1 to 0.7.5 Bumps `njord.version` from 0.7.1 to 0.7.5. Updates `eu.maveniverse.maven.njord:extension` from 0.7.1 to 0.7.5 - [Release notes](https://github.com/maveniverse/njord/releases) - [Commits](https://github.com/maveniverse/njord/compare/release-0.7.1...release-0.7.5) Updates `eu.maveniverse.maven.plugins:njord` from 0.7.1 to 0.7.5 - [Release notes](https://github.com/maveniverse/njord/releases) - [Commits](https://github.com/maveniverse/njord/compare/release-0.7.1...release-0.7.5) --- updated-dependencies: - dependency-name: eu.maveniverse.maven.njord:extension dependency-version: 0.7.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.maveniverse.maven.plugins:njord dependency-version: 0.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d85a438f..463a41cbc 100644 --- a/pom.xml +++ b/pom.xml @@ -352,7 +352,7 @@ limitations under the License. 2.1.0 3.5.3 5.13.3 - 0.7.1 + 0.7.5 apply 0.9.0.M4 true From b43c321652c213efc4723852bd7b2e7a549c3d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:51:36 +0000 Subject: [PATCH 212/231] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.1 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.5.0 to 3.6.1. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.5.0...enforcer-3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 463a41cbc..600474db5 100644 --- a/pom.xml +++ b/pom.xml @@ -435,7 +435,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.5.0 + 3.6.1 org.apache.maven.plugins From 225ab3cd02727cb23097bfe4f5fc59fe3459ff3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:51:32 +0000 Subject: [PATCH 213/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.5 to 2.45.0. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.44.5...lib/2.45.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 600474db5..d9834fc12 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 2025-06-02T20:46:34Z true - 2.44.5 + 2.45.0 3.15.1 2.1.0 3.5.3 From 8c482cc5950595d7e9d8f53b2d6b2c76f117605b Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 19 Jul 2025 20:58:05 +0200 Subject: [PATCH 214/231] Sync Spotless Plantir Java Formater with ASF parent pom --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d9834fc12..9f2297ca0 100644 --- a/pom.xml +++ b/pom.xml @@ -354,6 +354,8 @@ limitations under the License. 5.13.3 0.7.5 apply + + 2.56.0 0.9.0.M4 true @@ -612,7 +614,11 @@ limitations under the License. - + + + + ${plantirJavaFormatVersion} + javax,java,,\# @@ -625,6 +631,7 @@ limitations under the License. false true + true @@ -888,7 +895,7 @@ limitations under the License. java11+ - [11,) + [11,25) From b48ce1e4ca4fc51c84b4709c0eba13e8b99718d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:48:51 +0000 Subject: [PATCH 215/231] Bump org.junit:junit-bom from 5.13.3 to 5.13.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f2297ca0..b3088e7a3 100644 --- a/pom.xml +++ b/pom.xml @@ -351,7 +351,7 @@ limitations under the License. 3.15.1 2.1.0 3.5.3 - 5.13.3 + 5.13.4 0.7.5 apply From 66826b6907e5025915ae90e32b89caeaae2ac486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:48:39 +0000 Subject: [PATCH 216/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.45.0 to 2.46.1. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.45.0...maven/2.46.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.46.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b3088e7a3..24725e966 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 2025-06-02T20:46:34Z true - 2.45.0 + 2.46.1 3.15.1 2.1.0 3.5.3 From 6f177885a9a793c95d06bd8325217e3e9ea04d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 13:13:41 +0000 Subject: [PATCH 217/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.2 to 3.11.3. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.11.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24725e966..bd29b7b02 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.11.3 true en From d44edeac960aa0941e27f093d7327fed9aa7c051 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 17 Aug 2025 19:02:31 +0200 Subject: [PATCH 218/231] [maven-release-plugin] prepare release plexus-23 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bd29b7b02..5657c2d82 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 23-SNAPSHOT + 23 pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-23 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-06-02T20:46:34Z + 2025-08-17T17:02:28Z true 2.46.1 3.15.1 From ec742b414a76b8b2f9ec8d115bd580da6acb21ab Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 17 Aug 2025 19:02:51 +0200 Subject: [PATCH 219/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5657c2d82..53df3332f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 23 + 24-SNAPSHOT pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-23 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-08-17T17:02:28Z + 2025-08-17T17:02:51Z true 2.46.1 3.15.1 From d474b25d548e4c9502e36e8e905e78f5fc0ee077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:01:12 +0000 Subject: [PATCH 220/231] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.3 to 3.12.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 53df3332f..907eb64f9 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.11.3 + 3.12.0 true en From c67ab634cc62e3d87397f735fdf598894bffeb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:01:19 +0000 Subject: [PATCH 221/231] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 907eb64f9..8ef2934e8 100644 --- a/pom.xml +++ b/pom.xml @@ -418,7 +418,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.14.1 ${maven.compiler.proc} ${maven.compiler.showDeprecation} From f468fd57ff88606ccd0ec486acada6a4596db70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sat, 4 Oct 2025 11:27:28 +0200 Subject: [PATCH 222/231] add Reproducible Central report --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 8ef2934e8..8908af137 100644 --- a/pom.xml +++ b/pom.xml @@ -364,6 +364,7 @@ limitations under the License. automatic true false + @@ -811,6 +812,11 @@ limitations under the License. + + org.apache.maven.plugins + maven-artifact-plugin + 3.6.1 + From 58a98cf280e1fde5e778d67201d7be048404a745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:01:46 +0000 Subject: [PATCH 223/231] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.1...enforcer-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8908af137..a75e162e6 100644 --- a/pom.xml +++ b/pom.xml @@ -438,7 +438,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.6.1 + 3.6.2 org.apache.maven.plugins From dba3b4707d4562e11171dfb1fc4ac281387be3e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:01:11 +0000 Subject: [PATCH 224/231] Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.8.1...maven-dependency-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a75e162e6..779844487 100644 --- a/pom.xml +++ b/pom.xml @@ -428,7 +428,7 @@ limitations under the License. org.apache.maven.plugins maven-dependency-plugin - 3.8.1 + 3.9.0 org.apache.maven.plugins From e197e583ede931f981badca31bb4e4c0555b63c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:01:27 +0000 Subject: [PATCH 225/231] Bump mavenSurefireVersion from 3.5.3 to 3.5.4 Bumps `mavenSurefireVersion` from 3.5.3 to 3.5.4. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 779844487..2e00489f0 100644 --- a/pom.xml +++ b/pom.xml @@ -350,7 +350,7 @@ limitations under the License. 2.46.1 3.15.1 2.1.0 - 3.5.3 + 3.5.4 5.13.4 0.7.5 apply From 534d2f7948028e93fcdcc777ad84f4809ac2deb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:08:43 +0200 Subject: [PATCH 226/231] Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 (#375) * Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.46.1 to 3.0.0. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.46.1...lib/3.0.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update minimal Java profile from 11 to 17 for spotless plugin * Manage version of palantirJavaFormat by spotless --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz Co-authored-by: Slawomir Jaranowski --- pom.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 2e00489f0..6b7487da9 100644 --- a/pom.xml +++ b/pom.xml @@ -347,15 +347,13 @@ limitations under the License. 2025-08-17T17:02:51Z true - 2.46.1 + 3.0.0 3.15.1 2.1.0 3.5.4 5.13.4 0.7.5 apply - - 2.56.0 0.9.0.M4 true @@ -615,11 +613,7 @@ limitations under the License. - - - - ${plantirJavaFormatVersion} - + javax,java,,\# @@ -899,9 +893,9 @@ limitations under the License. - java11+ + java17+ - [11,25) + [17,) @@ -910,7 +904,7 @@ limitations under the License. - + com.diffplug.spotless From 64fcd6632b20a2c7da7e6c4896e81a9881f880c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:01:32 +0000 Subject: [PATCH 227/231] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.27.0 to 3.28.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.27.0 to 3.28.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.27.0...maven-pmd-plugin-3.28.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-version: 3.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b7487da9..e1c4f17f1 100644 --- a/pom.xml +++ b/pom.xml @@ -516,7 +516,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.27.0 + 3.28.0 ${maven.compiler.source} From 450bd845050ee1da1909a95312128de18dabd667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 20:01:35 +0000 Subject: [PATCH 228/231] Bump org.codehaus.mojo:extra-enforcer-rules from 1.10.0 to 1.11.0 Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:extra-enforcer-rules dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1c4f17f1..868ea6a9f 100644 --- a/pom.xml +++ b/pom.xml @@ -662,7 +662,7 @@ limitations under the License. org.codehaus.mojo extra-enforcer-rules - 1.10.0 + 1.11.0 From b40174cc720a0e507813338fcc2589557081a096 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Fri, 10 Oct 2025 14:59:33 +0200 Subject: [PATCH 229/231] Configure njord publisher and releaseURL in pom Otherwise people not having according `settings.xml` get misleading error messages during release. Compare with https://github.com/maveniverse/njord/issues/162#issuecomment-3388587992 --- pom.xml | 4 +++- src/site/markdown/index.md | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 868ea6a9f..1eec803db 100644 --- a/pom.xml +++ b/pom.xml @@ -357,7 +357,9 @@ limitations under the License. 0.9.0.M4 true - + + njord:template:release-sca + sonatype-cp true automatic true diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 4570112ef..d40ba7c63 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -14,10 +14,6 @@ Release manager should include the following sections in your personal `settings sonatype-central-portal jqhacker SeCrEt - - sonatype-cp - njord:template:release-sca - From 28aca89aceb7b76c03ae28cb37a5b848b8a3d3cf Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 11 Oct 2025 13:22:49 +0200 Subject: [PATCH 230/231] [maven-release-plugin] prepare release plexus-24 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1eec803db..c0e868edb 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 24-SNAPSHOT + 24 pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-24 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-08-17T17:02:51Z + 2025-10-11T11:22:44Z true 3.0.0 3.15.1 From 4638d013785b2f57404f020f260e47d25b07cf76 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 11 Oct 2025 13:22:53 +0200 Subject: [PATCH 231/231] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c0e868edb..2b6d8a20f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 24 + 25-SNAPSHOT pom Plexus @@ -302,7 +302,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-24 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-10-11T11:22:44Z + 2025-10-11T11:22:53Z true 3.0.0 3.15.1