From 7a89fa6ee99a3452f7297283b250688c731dd5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Mon, 20 Jan 2020 19:52:48 +0100 Subject: [PATCH 01/23] [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 188fbbf9e..cf6f7ca0e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.codehaus.plexus plexus pom - 6.1 + 6.2-SNAPSHOT Plexus The Plexus project provides a full software stack for creating and executing software projects. @@ -290,7 +290,7 @@ limitations under the License. scm:git:git@github.com:codehaus-plexus/plexus-pom.git scm:git:git@github.com:codehaus-plexus/plexus-pom.git http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ - plexus-6.1 + master github @@ -319,7 +319,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2020-01-20T18:52:37Z + 2020-01-20T18:52:48Z From c9e39f2826379ee76d90319b113f1c05538bf5a3 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Tue, 18 Feb 2020 14:22:07 +1000 Subject: [PATCH 02/23] ensure we can build projects using java11 Signed-off-by: olivier lamy --- pom.xml | 65 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index cf6f7ca0e..26072ba91 100644 --- a/pom.xml +++ b/pom.xml @@ -381,7 +381,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 1.4.1 + 3.0.0-M3 org.apache.maven.plugins @@ -522,13 +522,6 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - - - org.codehaus.mojo - animal-sniffer-enforcer-rule - 1.17 - - enforce-maven @@ -544,24 +537,6 @@ limitations under the License. - - check-signatures - test - - enforce - - - - - - org.codehaus.mojo.signature - java1${javaVersion} - 1.0 - - - - - @@ -731,5 +706,43 @@ limitations under the License. + + java7-or-archeological-build + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + org.codehaus.mojo + animal-sniffer-enforcer-rule + 1.18 + + + + + check-signatures + test + + enforce + + + + + + org.codehaus.mojo.signature + java1${javaVersion} + 1.0 + + + + + + + + + + From d39dc2d4b20b67846c75d323ba3f6fe904b868d7 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Tue, 18 Feb 2020 18:30:48 +1000 Subject: [PATCH 03/23] make this profile activated for jdk7 and jdk8 Signed-off-by: olivier lamy --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 26072ba91..bad7a7511 100644 --- a/pom.xml +++ b/pom.xml @@ -708,6 +708,9 @@ limitations under the License. java7-or-archeological-build + + [7,8] + From a424d4f0e79f2645f6847cd82f4a0cb2dfde158f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Tue, 18 Feb 2020 22:55:57 +0100 Subject: [PATCH 04/23] Animal Sniffer replaced by JEP 247 in JDK 9+ --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bad7a7511..49eac0c3c 100644 --- a/pom.xml +++ b/pom.xml @@ -707,7 +707,7 @@ limitations under the License. - java7-or-archeological-build + pre-JEP_247 [7,8] From b6a54ae13a43b9ddc1973f58c64611fd2fba5805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Tue, 18 Feb 2020 22:57:38 +0100 Subject: [PATCH 05/23] use https --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 49eac0c3c..c292ba02a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ limitations under the License. Plexus The Plexus project provides a full software stack for creating and executing software projects. - http://codehaus-plexus.github.io/ + https://codehaus-plexus.github.io/ 2001 Codehaus Plexus - http://codehaus-plexus.github.io/ + https://codehaus-plexus.github.io/ @@ -289,12 +289,12 @@ limitations under the License. scm:git:git@github.com:codehaus-plexus/plexus-pom.git scm:git:git@github.com:codehaus-plexus/plexus-pom.git - http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ + https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ master github - http://github.com/codehaus-plexus/plexus-pom/issues + https://github.com/codehaus-plexus/plexus-pom/issues From ec24b49d5b8dbdbf119468630bd6249d903bcb22 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Wed, 19 Feb 2020 10:21:47 +1000 Subject: [PATCH 06/23] [maven-release-plugin] prepare release plexus-6.2 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c292ba02a..cccd2842d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.codehaus.plexus plexus pom - 6.2-SNAPSHOT + 6.2 Plexus The Plexus project provides a full software stack for creating and executing software projects. @@ -290,7 +290,7 @@ limitations under the License. scm:git:git@github.com:codehaus-plexus/plexus-pom.git scm:git:git@github.com:codehaus-plexus/plexus-pom.git https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ - master + plexus-6.2 github @@ -319,7 +319,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2020-01-20T18:52:48Z + 2020-02-19T00:21:41Z From acf0a611a2fdd0774614c3ea4b1b83cf15bd7801 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Wed, 19 Feb 2020 10:22:02 +1000 Subject: [PATCH 07/23] [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 cccd2842d..4ef4654fa 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.codehaus.plexus plexus pom - 6.2 + 6.3-SNAPSHOT Plexus The Plexus project provides a full software stack for creating and executing software projects. @@ -290,7 +290,7 @@ limitations under the License. scm:git:git@github.com:codehaus-plexus/plexus-pom.git scm:git:git@github.com:codehaus-plexus/plexus-pom.git https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ - plexus-6.2 + master github @@ -319,7 +319,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2020-02-19T00:21:41Z + 2020-02-19T00:22:02Z From b9f35f5d688cf81d487ad51d9966322aa8206f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Tue, 14 Jul 2020 20:16:36 +0200 Subject: [PATCH 08/23] add source-release.zip distribution closes #12 --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pom.xml b/pom.xml index 4ef4654fa..3389ac5be 100644 --- a/pom.xml +++ b/pom.xml @@ -664,6 +664,35 @@ limitations under the License. plexus-release + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.apache.apache.resources + apache-source-release-assembly-descriptor + 1.0.6 + + + + + source-release-assembly + package + + single + + + true + + source-release + + posix + + + + org.apache.maven.plugins maven-gpg-plugin From ab56242dff3f9c8fab5f74fa8eecb11d681ba1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Tue, 14 Jul 2020 20:24:06 +0200 Subject: [PATCH 09/23] update plugins --- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 3389ac5be..4e147b1e7 100644 --- a/pom.xml +++ b/pom.xml @@ -386,7 +386,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.0.0 org.apache.maven.plugins @@ -406,7 +406,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins @@ -431,7 +431,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 2.9 + 3.1.0 org.apache.maven.plugins @@ -447,7 +447,7 @@ limitations under the License. org.apache.maven.plugins maven-resources-plugin - 3.0.2 + 3.1.0 org.apache.maven.plugins @@ -462,7 +462,7 @@ limitations under the License. org.apache.maven.plugins maven-site-plugin - 3.8.2 + 3.9.1 true @@ -475,12 +475,12 @@ limitations under the License. org.apache.maven.plugins maven-surefire-plugin - 2.20 + 2.22.2 org.apache.maven.plugins maven-surefire-report-plugin - 2.20 + 2.22.2 org.codehaus.mojo @@ -565,15 +565,15 @@ limitations under the License. summary dependency-info modules - license - project-team + licenses + team scm - issue-tracking - mailing-list + issue-management + mailing-lists dependency-management dependencies dependency-convergence - cim + ci-management plugin-management plugins distribution-management From 535d13bd5cd595add7c0fdd94759f543b3d01105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Tue, 14 Jul 2020 20:36:05 +0200 Subject: [PATCH 10/23] configure GPG agent use --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4e147b1e7..d1b641a31 100644 --- a/pom.xml +++ b/pom.xml @@ -320,6 +320,7 @@ limitations under the License. UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2020-02-19T00:22:02Z + true From 35eac9eff814f02f6e3a352cb5463e0ea387354c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Tue, 14 Jul 2020 20:36:33 +0200 Subject: [PATCH 11/23] [maven-release-plugin] prepare release plexus-6.3 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d1b641a31..040739dc4 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.codehaus.plexus plexus pom - 6.3-SNAPSHOT + 6.3 Plexus The Plexus project provides a full software stack for creating and executing software projects. @@ -290,7 +290,7 @@ limitations under the License. scm:git:git@github.com:codehaus-plexus/plexus-pom.git scm:git:git@github.com:codehaus-plexus/plexus-pom.git https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ - master + plexus-6.3 github @@ -319,7 +319,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2020-02-19T00:22:02Z + 2020-07-14T18:36:25Z true From abf348d7af7c4f1871b98dfaa131cc3baead5c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Tue, 14 Jul 2020 20:36:41 +0200 Subject: [PATCH 12/23] [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 040739dc4..a4f7a58ff 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.codehaus.plexus plexus pom - 6.3 + 6.4-SNAPSHOT Plexus The Plexus project provides a full software stack for creating and executing software projects. @@ -290,7 +290,7 @@ limitations under the License. scm:git:git@github.com:codehaus-plexus/plexus-pom.git scm:git:git@github.com:codehaus-plexus/plexus-pom.git https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ - plexus-6.3 + master github @@ -319,7 +319,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2020-07-14T18:36:25Z + 2020-07-14T18:36:41Z true From 89af4f55a3ee478f4045c044191851d98eee21ae Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Fri, 14 Aug 2020 19:35:31 +0800 Subject: [PATCH 13/23] add release drafter and gh actions Signed-off-by: olivier lamy --- .github/dependabot.yml | 10 ++++++ .github/release-drafter.yml | 2 ++ .github/workflows/maven.yml | 52 +++++++++++++++++++++++++++ .github/workflows/release-drafter.yml | 12 +++++++ 4 files changed, 76 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/release-drafter.yml create mode 100644 .github/workflows/maven.yml create mode 100644 .github/workflows/release-drafter.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..b76b89570 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 000000000..1aba73812 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,2 @@ +_extends: .github +tag-template: plexus-$NEXT_MINOR_VERSION diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 000000000..6feb5168e --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: GitHub CI + +on: [push, pull_request] + +jobs: + build: + + strategy: + matrix: + os: [ubuntu-latest] + java: [8, 11, 14, 15-ea] + fail-fast: false + + runs-on: ${{ matrix.os }} + + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Set up cache for ~./m2/repository + uses: actions/cache@v2.1.0 + with: + path: ~/.m2/repository + key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }} + restore-keys: | + maven-${{ matrix.os }}-java${{ matrix.java }}- + maven-${{ matrix.os }}- + + - name: Set up JDK + uses: actions/setup-java@v1 + with: + java-version: ${{ matrix.java }} + + - name: Build with Maven + run: mvn install-e -B -V diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml new file mode 100644 index 000000000..84d3cb6f9 --- /dev/null +++ b/.github/workflows/release-drafter.yml @@ -0,0 +1,12 @@ +name: Release Drafter +on: + push: + branches: + - master +jobs: + update_release_draft: + runs-on: ubuntu-latest + steps: + - uses: release-drafter/release-drafter@v5.11.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 680d0ffb7917777137d08a8fb67827bf6b7756a7 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Fri, 14 Aug 2020 19:37:28 +0800 Subject: [PATCH 14/23] fix typo Signed-off-by: olivier lamy --- .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 6feb5168e..8776c666d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,4 +49,4 @@ jobs: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn install-e -B -V + run: mvn install -e -B -V From 104a21f51be9eee6dd7d37cd244fc535dbf60488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 11:39:01 +0000 Subject: [PATCH 15/23] Bump junit from 4.12 to 4.13 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4f7a58ff..0b30bd3e9 100644 --- a/pom.xml +++ b/pom.xml @@ -338,7 +338,7 @@ limitations under the License. junit junit - 4.12 + 4.13 test From f5a53ae18a4d006003a4abd4cfc0b7b8f4640b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 11:39:17 +0000 Subject: [PATCH 16/23] Bump maven-javadoc-plugin from 3.1.1 to 3.2.0 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.1.1...maven-javadoc-plugin-3.2.0) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4f7a58ff..451e7e298 100644 --- a/pom.xml +++ b/pom.xml @@ -402,7 +402,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.2.0 org.apache.maven.plugins From 1ba55b79afe0fec0c83eaf3e8cd8ad064a8011a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 11:40:05 +0000 Subject: [PATCH 17/23] Bump animal-sniffer-enforcer-rule from 1.18 to 1.19 Bumps [animal-sniffer-enforcer-rule](https://github.com/mojohaus/animal-sniffer) from 1.18 to 1.19. - [Release notes](https://github.com/mojohaus/animal-sniffer/releases) - [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.18...animal-sniffer-parent-1.19) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4f7a58ff..89e7fd5cc 100644 --- a/pom.xml +++ b/pom.xml @@ -750,7 +750,7 @@ limitations under the License. org.codehaus.mojo animal-sniffer-enforcer-rule - 1.18 + 1.19 From cec3bcbf2da43dfbb7a4fc5d23fdbb4f78b4ae47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 11:40:26 +0000 Subject: [PATCH 18/23] Bump maven-checkstyle-plugin from 3.0.0 to 3.1.1 Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.0.0...maven-checkstyle-plugin-3.1.1) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4f7a58ff..bc7fbd2df 100644 --- a/pom.xml +++ b/pom.xml @@ -350,7 +350,7 @@ limitations under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.0.0 + 3.1.1 config/maven_checks.xml https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt From 2fd96af6b5fa76d5c06ef505b53943c6bfcce9c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 11:41:08 +0000 Subject: [PATCH 19/23] Bump maven-resources-plugin from 3.1.0 to 3.2.0 Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.1.0...maven-resources-plugin-3.2.0) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4f7a58ff..d030c5e64 100644 --- a/pom.xml +++ b/pom.xml @@ -448,7 +448,7 @@ limitations under the License. org.apache.maven.plugins maven-resources-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins From a7718af6e6974d74b69feb147c040e07ae13cafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 11:41:53 +0000 Subject: [PATCH 20/23] Bump maven-pmd-plugin from 3.12.0 to 3.13.0 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.12.0...maven-pmd-plugin-3.13.0) Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4f7a58ff..7f7563f7c 100644 --- a/pom.xml +++ b/pom.xml @@ -417,7 +417,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.12.0 + 3.13.0 ${maven.compiler.source} From 94a1c0d37badef05e4cacf155b233b44e65945dc Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Fri, 14 Aug 2020 19:52:08 +0800 Subject: [PATCH 21/23] fix gpg plugin version Signed-off-by: olivier lamy --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0ab71f747..7907314af 100644 --- a/pom.xml +++ b/pom.xml @@ -387,7 +387,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.0.0 + 1.6 org.apache.maven.plugins From 3d2f6454bc0e3561c8054195d0b8bbd11b536302 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Fri, 14 Aug 2020 19:53:15 +0800 Subject: [PATCH 22/23] fix jxr plugin version Signed-off-by: olivier lamy --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7907314af..fdab41444 100644 --- a/pom.xml +++ b/pom.xml @@ -407,7 +407,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.1.0 + 3.0.0 org.apache.maven.plugins From 6cb4173b5cfd324382651a2b9bfff73b1e0599c4 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Fri, 14 Aug 2020 19:58:10 +0800 Subject: [PATCH 23/23] [maven-release-plugin] prepare release plexus-6.4 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fdab41444..625e6f78c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.codehaus.plexus plexus pom - 6.4-SNAPSHOT + 6.4 Plexus The Plexus project provides a full software stack for creating and executing software projects. @@ -290,7 +290,7 @@ limitations under the License. scm:git:git@github.com:codehaus-plexus/plexus-pom.git scm:git:git@github.com:codehaus-plexus/plexus-pom.git https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ - master + plexus-6.4 github @@ -319,7 +319,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2020-07-14T18:36:41Z + 2020-08-14T11:58:04Z true