From 7aec2633ef4cbcb6d93b60e755fa02e0fd577424 Mon Sep 17 00:00:00 2001 From: Pieterjan Spoelders Date: Tue, 24 Oct 2023 15:15:14 +0200 Subject: [PATCH 1/4] fix failed tests --- .gitattributes | 3 --- .github/workflows/release_droid_prepare_original_checksum.yml | 2 +- .github/workflows/release_droid_print_quick_checksum.yml | 2 +- .../workflows/release_droid_upload_github_release_assets.yml | 2 +- .project-keeper.yml | 3 +++ doc/changes/changes_1.7.0.md | 4 ++-- pom.xml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 92c1e2b..5916156 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,8 +7,5 @@ doc/changes/changelog.md linguist-genera .github/workflows/broken_links_checker.yml linguist-generated=true .github/workflows/ci-build-next-java.yml linguist-generated=true .github/workflows/dependencies_check.yml linguist-generated=true -.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true -.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true -.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true .settings/org.eclipse.jdt.core.prefs linguist-generated=true .settings/org.eclipse.jdt.ui.prefs linguist-generated=true diff --git a/.github/workflows/release_droid_prepare_original_checksum.yml b/.github/workflows/release_droid_prepare_original_checksum.yml index aa0f78f..99c6a0b 100644 --- a/.github/workflows/release_droid_prepare_original_checksum.yml +++ b/.github/workflows/release_droid_prepare_original_checksum.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Free Disk Space run: | diff --git a/.github/workflows/release_droid_print_quick_checksum.yml b/.github/workflows/release_droid_print_quick_checksum.yml index aed4444..5478cbc 100644 --- a/.github/workflows/release_droid_print_quick_checksum.yml +++ b/.github/workflows/release_droid_print_quick_checksum.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout the repository uses: actions/checkout@v4 diff --git a/.github/workflows/release_droid_upload_github_release_assets.yml b/.github/workflows/release_droid_upload_github_release_assets.yml index 7ae8bbb..0388b2a 100644 --- a/.github/workflows/release_droid_upload_github_release_assets.yml +++ b/.github/workflows/release_droid_upload_github_release_assets.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout the repository uses: actions/checkout@v4 diff --git a/.project-keeper.yml b/.project-keeper.yml index b55e755..bdaff09 100644 --- a/.project-keeper.yml +++ b/.project-keeper.yml @@ -6,3 +6,6 @@ sources: - integration_tests excludes: - "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'" + - "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_prepare_original_checksum.yml'" + - "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_print_quick_checksum.yml'" + - "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_upload_github_release_assets.yml'" \ No newline at end of file diff --git a/doc/changes/changes_1.7.0.md b/doc/changes/changes_1.7.0.md index 3146947..5eae6bc 100644 --- a/doc/changes/changes_1.7.0.md +++ b/doc/changes/changes_1.7.0.md @@ -1,4 +1,4 @@ -# Exasol Kafka Connector Extension 1.7.0, released 2023-10-18 +# Exasol Kafka Connector Extension 1.7.0, released 2023-10-24 Code name: Extension manager support @@ -51,7 +51,7 @@ Adds extension manager support. ### Plugin Dependency Updates * Updated `com.diffplug.spotless:spotless-maven-plugin:2.37.0` to `2.40.0` -* Updated `com.exasol:project-keeper-maven-plugin:2.9.9` to `2.9.12` +* Updated `com.exasol:project-keeper-maven-plugin:2.9.9` to `2.9.13` * Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` to `3.4.0` * Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.5.0` to `3.6.0` * Added `org.codehaus.mojo:exec-maven-plugin:3.1.0` diff --git a/pom.xml b/pom.xml index c95c13f..9616076 100644 --- a/pom.xml +++ b/pom.xml @@ -399,7 +399,7 @@ CVE-2022-36944 - CVE-2023-4586 + CVE-2023-4586 CVE-2020-36641 @@ -433,7 +433,7 @@ com.exasol project-keeper-maven-plugin - 2.9.12 + 2.9.13 From 6264acd0ee4b99590f730fff066fb2f24422ff81 Mon Sep 17 00:00:00 2001 From: Pieterjan Spoelders Date: Tue, 24 Oct 2023 15:51:28 +0200 Subject: [PATCH 2/4] rollback quick checksum and release assets wf --- .gitattributes | 2 ++ .github/workflows/release_droid_print_quick_checksum.yml | 2 +- .../workflows/release_droid_upload_github_release_assets.yml | 2 +- .project-keeper.yml | 4 +--- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5916156..6fd728e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,5 +7,7 @@ doc/changes/changelog.md linguist-genera .github/workflows/broken_links_checker.yml linguist-generated=true .github/workflows/ci-build-next-java.yml linguist-generated=true .github/workflows/dependencies_check.yml linguist-generated=true +.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true +.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true .settings/org.eclipse.jdt.core.prefs linguist-generated=true .settings/org.eclipse.jdt.ui.prefs linguist-generated=true diff --git a/.github/workflows/release_droid_print_quick_checksum.yml b/.github/workflows/release_droid_print_quick_checksum.yml index 5478cbc..aed4444 100644 --- a/.github/workflows/release_droid_print_quick_checksum.yml +++ b/.github/workflows/release_droid_print_quick_checksum.yml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout the repository uses: actions/checkout@v4 diff --git a/.github/workflows/release_droid_upload_github_release_assets.yml b/.github/workflows/release_droid_upload_github_release_assets.yml index 0388b2a..7ae8bbb 100644 --- a/.github/workflows/release_droid_upload_github_release_assets.yml +++ b/.github/workflows/release_droid_upload_github_release_assets.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout the repository uses: actions/checkout@v4 diff --git a/.project-keeper.yml b/.project-keeper.yml index bdaff09..52a4c7e 100644 --- a/.project-keeper.yml +++ b/.project-keeper.yml @@ -6,6 +6,4 @@ sources: - integration_tests excludes: - "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'" - - "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_prepare_original_checksum.yml'" - - "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_print_quick_checksum.yml'" - - "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_upload_github_release_assets.yml'" \ No newline at end of file + - "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_prepare_original_checksum.yml'" \ No newline at end of file From 8085765864e282d0f15a66fd4ba125bd8f0dc0c3 Mon Sep 17 00:00:00 2001 From: Pieterjan Spoelders Date: Tue, 24 Oct 2023 15:53:30 +0200 Subject: [PATCH 3/4] ran pk:fix --- dependencies.md | 110 ++++++++++++++++------------------- doc/changes/changes_1.7.0.md | 8 ++- pk_generated_parent.pom | 28 ++------- pom.xml | 2 +- 4 files changed, 60 insertions(+), 88 deletions(-) diff --git a/dependencies.md b/dependencies.md index 19b48d6..8dd11f3 100644 --- a/dependencies.md +++ b/dependencies.md @@ -40,33 +40,27 @@ | ------------------------------------------------------- | ---------------------------------------------- | | [SonarQube Scanner for Maven][39] | [GNU LGPL 3][40] | | [Apache Maven Compiler Plugin][41] | [Apache-2.0][32] | -| [Apache Maven Enforcer Plugin][42] | [Apache-2.0][32] | -| [Maven Flatten Plugin][43] | [Apache Software Licenese][32] | -| [org.sonatype.ossindex.maven:ossindex-maven-plugin][44] | [ASL2][10] | -| [scala-maven-plugin][45] | [Public domain (Unlicense)][46] | -| [ScalaTest Maven Plugin][47] | [the Apache License, ASL Version 2.0][15] | -| [Apache Maven Javadoc Plugin][48] | [Apache-2.0][32] | -| [Maven Surefire Plugin][49] | [Apache-2.0][32] | -| [Versions Maven Plugin][50] | [Apache License, Version 2.0][32] | -| [duplicate-finder-maven-plugin Maven Mojo][51] | [Apache License 2.0][7] | -| [Apache Maven Assembly Plugin][52] | [Apache-2.0][32] | -| [Apache Maven JAR Plugin][53] | [Apache License, Version 2.0][32] | -| [Artifact reference checker and unifier][54] | [MIT License][55] | -| [Maven Failsafe Plugin][56] | [Apache-2.0][32] | -| [JaCoCo :: Maven Plugin][57] | [Eclipse Public License 2.0][58] | -| [error-code-crawler-maven-plugin][59] | [MIT License][60] | -| [Reproducible Build Maven Plugin][61] | [Apache 2.0][10] | -| [Project keeper maven plugin][62] | [The MIT License][63] | -| [OpenFastTrace Maven Plugin][64] | [GNU General Public License v3.0][65] | -| [Scalastyle Maven Plugin][66] | [Apache 2.0][7] | -| [spotless-maven-plugin][67] | [The Apache Software License, Version 2.0][32] | -| [scalafix-maven-plugin][68] | [BSD-3-Clause][69] | -| [Exec Maven Plugin][70] | [Apache License 2][32] | -| [Maven Clean Plugin][71] | [The Apache Software License, Version 2.0][10] | -| [Maven Resources Plugin][72] | [The Apache Software License, Version 2.0][10] | -| [Maven Install Plugin][73] | [The Apache Software License, Version 2.0][10] | -| [Maven Deploy Plugin][74] | [The Apache Software License, Version 2.0][10] | -| [Maven Site Plugin 3][75] | [The Apache Software License, Version 2.0][10] | +| [Maven Flatten Plugin][42] | [Apache Software Licenese][32] | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][43] | [ASL2][10] | +| [scala-maven-plugin][44] | [Public domain (Unlicense)][45] | +| [ScalaTest Maven Plugin][46] | [the Apache License, ASL Version 2.0][15] | +| [Apache Maven Javadoc Plugin][47] | [Apache-2.0][32] | +| [Maven Surefire Plugin][48] | [Apache-2.0][32] | +| [Versions Maven Plugin][49] | [Apache License, Version 2.0][32] | +| [duplicate-finder-maven-plugin Maven Mojo][50] | [Apache License 2.0][7] | +| [Apache Maven Assembly Plugin][51] | [Apache-2.0][32] | +| [Apache Maven JAR Plugin][52] | [Apache License, Version 2.0][32] | +| [Artifact reference checker and unifier][53] | [MIT License][54] | +| [Maven Failsafe Plugin][55] | [Apache-2.0][32] | +| [JaCoCo :: Maven Plugin][56] | [Eclipse Public License 2.0][57] | +| [error-code-crawler-maven-plugin][58] | [MIT License][59] | +| [Reproducible Build Maven Plugin][60] | [Apache 2.0][10] | +| [Project keeper maven plugin][61] | [The MIT License][62] | +| [OpenFastTrace Maven Plugin][63] | [GNU General Public License v3.0][64] | +| [Scalastyle Maven Plugin][65] | [Apache 2.0][7] | +| [spotless-maven-plugin][66] | [The Apache Software License, Version 2.0][32] | +| [scalafix-maven-plugin][67] | [BSD-3-Clause][68] | +| [Exec Maven Plugin][69] | [Apache License 2][32] | [0]: https://www.scala-lang.org/ [1]: https://www.apache.org/licenses/LICENSE-2.0 @@ -110,37 +104,31 @@ [39]: http://sonarsource.github.io/sonar-scanner-maven/ [40]: http://www.gnu.org/licenses/lgpl.txt [41]: https://maven.apache.org/plugins/maven-compiler-plugin/ -[42]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ -[43]: https://www.mojohaus.org/flatten-maven-plugin/ -[44]: https://sonatype.github.io/ossindex-maven/maven-plugin/ -[45]: http://github.com/davidB/scala-maven-plugin -[46]: http://unlicense.org/ -[47]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin -[48]: https://maven.apache.org/plugins/maven-javadoc-plugin/ -[49]: https://maven.apache.org/surefire/maven-surefire-plugin/ -[50]: https://www.mojohaus.org/versions/versions-maven-plugin/ -[51]: https://basepom.github.io/duplicate-finder-maven-plugin -[52]: https://maven.apache.org/plugins/maven-assembly-plugin/ -[53]: https://maven.apache.org/plugins/maven-jar-plugin/ -[54]: https://github.com/exasol/artifact-reference-checker-maven-plugin/ -[55]: https://github.com/exasol/artifact-reference-checker-maven-plugin/blob/main/LICENSE -[56]: https://maven.apache.org/surefire/maven-failsafe-plugin/ -[57]: https://www.jacoco.org/jacoco/trunk/doc/maven.html -[58]: https://www.eclipse.org/legal/epl-2.0/ -[59]: https://github.com/exasol/error-code-crawler-maven-plugin/ -[60]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE -[61]: http://zlika.github.io/reproducible-build-maven-plugin -[62]: https://github.com/exasol/project-keeper/ -[63]: https://github.com/exasol/project-keeper/blob/main/LICENSE -[64]: https://github.com/itsallcode/openfasttrace-maven-plugin -[65]: https://www.gnu.org/licenses/gpl-3.0.html -[66]: http://www.scalastyle.org -[67]: https://github.com/diffplug/spotless -[68]: https://github.com/evis/scalafix-maven-plugin -[69]: https://opensource.org/licenses/BSD-3-Clause -[70]: https://www.mojohaus.org/exec-maven-plugin -[71]: http://maven.apache.org/plugins/maven-clean-plugin/ -[72]: http://maven.apache.org/plugins/maven-resources-plugin/ -[73]: http://maven.apache.org/plugins/maven-install-plugin/ -[74]: http://maven.apache.org/plugins/maven-deploy-plugin/ -[75]: http://maven.apache.org/plugins/maven-site-plugin/ +[42]: https://www.mojohaus.org/flatten-maven-plugin/ +[43]: https://sonatype.github.io/ossindex-maven/maven-plugin/ +[44]: http://github.com/davidB/scala-maven-plugin +[45]: http://unlicense.org/ +[46]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin +[47]: https://maven.apache.org/plugins/maven-javadoc-plugin/ +[48]: https://maven.apache.org/surefire/maven-surefire-plugin/ +[49]: https://www.mojohaus.org/versions/versions-maven-plugin/ +[50]: https://basepom.github.io/duplicate-finder-maven-plugin +[51]: https://maven.apache.org/plugins/maven-assembly-plugin/ +[52]: https://maven.apache.org/plugins/maven-jar-plugin/ +[53]: https://github.com/exasol/artifact-reference-checker-maven-plugin/ +[54]: https://github.com/exasol/artifact-reference-checker-maven-plugin/blob/main/LICENSE +[55]: https://maven.apache.org/surefire/maven-failsafe-plugin/ +[56]: https://www.jacoco.org/jacoco/trunk/doc/maven.html +[57]: https://www.eclipse.org/legal/epl-2.0/ +[58]: https://github.com/exasol/error-code-crawler-maven-plugin/ +[59]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE +[60]: http://zlika.github.io/reproducible-build-maven-plugin +[61]: https://github.com/exasol/project-keeper/ +[62]: https://github.com/exasol/project-keeper/blob/main/LICENSE +[63]: https://github.com/itsallcode/openfasttrace-maven-plugin +[64]: https://www.gnu.org/licenses/gpl-3.0.html +[65]: http://www.scalastyle.org +[66]: https://github.com/diffplug/spotless +[67]: https://github.com/evis/scalafix-maven-plugin +[68]: https://opensource.org/licenses/BSD-3-Clause +[69]: https://www.mojohaus.org/exec-maven-plugin diff --git a/doc/changes/changes_1.7.0.md b/doc/changes/changes_1.7.0.md index 5eae6bc..d7fd220 100644 --- a/doc/changes/changes_1.7.0.md +++ b/doc/changes/changes_1.7.0.md @@ -51,7 +51,11 @@ Adds extension manager support. ### Plugin Dependency Updates * Updated `com.diffplug.spotless:spotless-maven-plugin:2.37.0` to `2.40.0` -* Updated `com.exasol:project-keeper-maven-plugin:2.9.9` to `2.9.13` -* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` to `3.4.0` +* Updated `com.exasol:error-code-crawler-maven-plugin:1.3.0` to `1.3.1` +* Updated `com.exasol:project-keeper-maven-plugin:2.9.9` to `2.9.14` +* Removed `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` * Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.5.0` to `3.6.0` * Added `org.codehaus.mojo:exec-maven-plugin:3.1.0` +* Updated `org.codehaus.mojo:versions-maven-plugin:2.16.0` to `2.16.1` +* Updated `org.jacoco:jacoco-maven-plugin:0.8.10` to `0.8.11` +* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` to `3.10.0.2594` diff --git a/pk_generated_parent.pom b/pk_generated_parent.pom index fa2d078..6d57fe0 100644 --- a/pk_generated_parent.pom +++ b/pk_generated_parent.pom @@ -37,7 +37,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.9.1.2184 + 3.10.0.2594 org.apache.maven.plugins @@ -48,26 +48,6 @@ ${java.version} - - org.apache.maven.plugins - maven-enforcer-plugin - 3.4.0 - - - enforce-maven - - enforce - - - - - [3.8.7,3.9.0) - - - - - - org.codehaus.mojo flatten-maven-plugin @@ -121,7 +101,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.0 + 2.16.1 display-updates @@ -235,7 +215,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 prepare-agent @@ -276,7 +256,7 @@ com.exasol error-code-crawler-maven-plugin - 1.3.0 + 1.3.1 verify diff --git a/pom.xml b/pom.xml index 9616076..0762b54 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ com.exasol project-keeper-maven-plugin - 2.9.13 + 2.9.14 From f0d2004abc9cbc6a0b1e3bc25b7c8d8c970b4f7f Mon Sep 17 00:00:00 2001 From: Pieterjan Spoelders Date: Tue, 24 Oct 2023 16:02:21 +0200 Subject: [PATCH 4/4] rerun pk fix --- dependencies.md | 100 ++++++++++++++++++----------------- doc/changes/changes_1.7.0.md | 2 +- pk_generated_parent.pom | 20 +++++++ 3 files changed, 72 insertions(+), 50 deletions(-) diff --git a/dependencies.md b/dependencies.md index 8dd11f3..7d78c6d 100644 --- a/dependencies.md +++ b/dependencies.md @@ -40,27 +40,28 @@ | ------------------------------------------------------- | ---------------------------------------------- | | [SonarQube Scanner for Maven][39] | [GNU LGPL 3][40] | | [Apache Maven Compiler Plugin][41] | [Apache-2.0][32] | -| [Maven Flatten Plugin][42] | [Apache Software Licenese][32] | -| [org.sonatype.ossindex.maven:ossindex-maven-plugin][43] | [ASL2][10] | -| [scala-maven-plugin][44] | [Public domain (Unlicense)][45] | -| [ScalaTest Maven Plugin][46] | [the Apache License, ASL Version 2.0][15] | -| [Apache Maven Javadoc Plugin][47] | [Apache-2.0][32] | -| [Maven Surefire Plugin][48] | [Apache-2.0][32] | -| [Versions Maven Plugin][49] | [Apache License, Version 2.0][32] | -| [duplicate-finder-maven-plugin Maven Mojo][50] | [Apache License 2.0][7] | -| [Apache Maven Assembly Plugin][51] | [Apache-2.0][32] | -| [Apache Maven JAR Plugin][52] | [Apache License, Version 2.0][32] | -| [Artifact reference checker and unifier][53] | [MIT License][54] | -| [Maven Failsafe Plugin][55] | [Apache-2.0][32] | -| [JaCoCo :: Maven Plugin][56] | [Eclipse Public License 2.0][57] | -| [error-code-crawler-maven-plugin][58] | [MIT License][59] | -| [Reproducible Build Maven Plugin][60] | [Apache 2.0][10] | -| [Project keeper maven plugin][61] | [The MIT License][62] | -| [OpenFastTrace Maven Plugin][63] | [GNU General Public License v3.0][64] | -| [Scalastyle Maven Plugin][65] | [Apache 2.0][7] | -| [spotless-maven-plugin][66] | [The Apache Software License, Version 2.0][32] | -| [scalafix-maven-plugin][67] | [BSD-3-Clause][68] | -| [Exec Maven Plugin][69] | [Apache License 2][32] | +| [Apache Maven Enforcer Plugin][42] | [Apache-2.0][32] | +| [Maven Flatten Plugin][43] | [Apache Software Licenese][32] | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][44] | [ASL2][10] | +| [scala-maven-plugin][45] | [Public domain (Unlicense)][46] | +| [ScalaTest Maven Plugin][47] | [the Apache License, ASL Version 2.0][15] | +| [Apache Maven Javadoc Plugin][48] | [Apache-2.0][32] | +| [Maven Surefire Plugin][49] | [Apache-2.0][32] | +| [Versions Maven Plugin][50] | [Apache License, Version 2.0][32] | +| [duplicate-finder-maven-plugin Maven Mojo][51] | [Apache License 2.0][7] | +| [Apache Maven Assembly Plugin][52] | [Apache-2.0][32] | +| [Apache Maven JAR Plugin][53] | [Apache License, Version 2.0][32] | +| [Artifact reference checker and unifier][54] | [MIT License][55] | +| [Maven Failsafe Plugin][56] | [Apache-2.0][32] | +| [JaCoCo :: Maven Plugin][57] | [Eclipse Public License 2.0][58] | +| [error-code-crawler-maven-plugin][59] | [MIT License][60] | +| [Reproducible Build Maven Plugin][61] | [Apache 2.0][10] | +| [Project keeper maven plugin][62] | [The MIT License][63] | +| [OpenFastTrace Maven Plugin][64] | [GNU General Public License v3.0][65] | +| [Scalastyle Maven Plugin][66] | [Apache 2.0][7] | +| [spotless-maven-plugin][67] | [The Apache Software License, Version 2.0][32] | +| [scalafix-maven-plugin][68] | [BSD-3-Clause][69] | +| [Exec Maven Plugin][70] | [Apache License 2][32] | [0]: https://www.scala-lang.org/ [1]: https://www.apache.org/licenses/LICENSE-2.0 @@ -104,31 +105,32 @@ [39]: http://sonarsource.github.io/sonar-scanner-maven/ [40]: http://www.gnu.org/licenses/lgpl.txt [41]: https://maven.apache.org/plugins/maven-compiler-plugin/ -[42]: https://www.mojohaus.org/flatten-maven-plugin/ -[43]: https://sonatype.github.io/ossindex-maven/maven-plugin/ -[44]: http://github.com/davidB/scala-maven-plugin -[45]: http://unlicense.org/ -[46]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin -[47]: https://maven.apache.org/plugins/maven-javadoc-plugin/ -[48]: https://maven.apache.org/surefire/maven-surefire-plugin/ -[49]: https://www.mojohaus.org/versions/versions-maven-plugin/ -[50]: https://basepom.github.io/duplicate-finder-maven-plugin -[51]: https://maven.apache.org/plugins/maven-assembly-plugin/ -[52]: https://maven.apache.org/plugins/maven-jar-plugin/ -[53]: https://github.com/exasol/artifact-reference-checker-maven-plugin/ -[54]: https://github.com/exasol/artifact-reference-checker-maven-plugin/blob/main/LICENSE -[55]: https://maven.apache.org/surefire/maven-failsafe-plugin/ -[56]: https://www.jacoco.org/jacoco/trunk/doc/maven.html -[57]: https://www.eclipse.org/legal/epl-2.0/ -[58]: https://github.com/exasol/error-code-crawler-maven-plugin/ -[59]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE -[60]: http://zlika.github.io/reproducible-build-maven-plugin -[61]: https://github.com/exasol/project-keeper/ -[62]: https://github.com/exasol/project-keeper/blob/main/LICENSE -[63]: https://github.com/itsallcode/openfasttrace-maven-plugin -[64]: https://www.gnu.org/licenses/gpl-3.0.html -[65]: http://www.scalastyle.org -[66]: https://github.com/diffplug/spotless -[67]: https://github.com/evis/scalafix-maven-plugin -[68]: https://opensource.org/licenses/BSD-3-Clause -[69]: https://www.mojohaus.org/exec-maven-plugin +[42]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ +[43]: https://www.mojohaus.org/flatten-maven-plugin/ +[44]: https://sonatype.github.io/ossindex-maven/maven-plugin/ +[45]: http://github.com/davidB/scala-maven-plugin +[46]: http://unlicense.org/ +[47]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin +[48]: https://maven.apache.org/plugins/maven-javadoc-plugin/ +[49]: https://maven.apache.org/surefire/maven-surefire-plugin/ +[50]: https://www.mojohaus.org/versions/versions-maven-plugin/ +[51]: https://basepom.github.io/duplicate-finder-maven-plugin +[52]: https://maven.apache.org/plugins/maven-assembly-plugin/ +[53]: https://maven.apache.org/plugins/maven-jar-plugin/ +[54]: https://github.com/exasol/artifact-reference-checker-maven-plugin/ +[55]: https://github.com/exasol/artifact-reference-checker-maven-plugin/blob/main/LICENSE +[56]: https://maven.apache.org/surefire/maven-failsafe-plugin/ +[57]: https://www.jacoco.org/jacoco/trunk/doc/maven.html +[58]: https://www.eclipse.org/legal/epl-2.0/ +[59]: https://github.com/exasol/error-code-crawler-maven-plugin/ +[60]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE +[61]: http://zlika.github.io/reproducible-build-maven-plugin +[62]: https://github.com/exasol/project-keeper/ +[63]: https://github.com/exasol/project-keeper/blob/main/LICENSE +[64]: https://github.com/itsallcode/openfasttrace-maven-plugin +[65]: https://www.gnu.org/licenses/gpl-3.0.html +[66]: http://www.scalastyle.org +[67]: https://github.com/diffplug/spotless +[68]: https://github.com/evis/scalafix-maven-plugin +[69]: https://opensource.org/licenses/BSD-3-Clause +[70]: https://www.mojohaus.org/exec-maven-plugin diff --git a/doc/changes/changes_1.7.0.md b/doc/changes/changes_1.7.0.md index d7fd220..4699ca0 100644 --- a/doc/changes/changes_1.7.0.md +++ b/doc/changes/changes_1.7.0.md @@ -53,7 +53,7 @@ Adds extension manager support. * Updated `com.diffplug.spotless:spotless-maven-plugin:2.37.0` to `2.40.0` * Updated `com.exasol:error-code-crawler-maven-plugin:1.3.0` to `1.3.1` * Updated `com.exasol:project-keeper-maven-plugin:2.9.9` to `2.9.14` -* Removed `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` +* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` to `3.4.1` * Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.5.0` to `3.6.0` * Added `org.codehaus.mojo:exec-maven-plugin:3.1.0` * Updated `org.codehaus.mojo:versions-maven-plugin:2.16.0` to `2.16.1` diff --git a/pk_generated_parent.pom b/pk_generated_parent.pom index 6d57fe0..96c8cb7 100644 --- a/pk_generated_parent.pom +++ b/pk_generated_parent.pom @@ -48,6 +48,26 @@ ${java.version} + + org.apache.maven.plugins + maven-enforcer-plugin + 3.4.1 + + + enforce-maven + + enforce + + + + + 3.6.3 + + + + + + org.codehaus.mojo flatten-maven-plugin