Releases: exasol/project-keeper
2.7.0: Enhanced
Summary
Interpret regular expressions for excludes in file .project-keeper.yml
as multiline by default.
Features
- #354: Interpret regular expressions for excludes as multiline by default.
Some findings of PK have rather long output and contain multiple lines. In order to exclude such findings by regular expressions users needed to use the prefix(?s)
up to now. PK now provides additional convenience by assuming by default the dot.
in regular expressions to match any character, including a line terminator. - #340: Compute sha256sum inside the target directory
The checksum now does not include the folder name anymore which removes the need for users to replicate the folder structure on their machine by creating a foldertarget
themselves. - #323: Enabled PK to install go tools automatically if required.
- #360: Changed PK to add
language: Generic
when generating filerelease_config.yml
. - #89: Changed PK to validate that the current changes file is the latest.
Bug Fixes
- #350: Changed PK to skip copying templates (e.g. .github/workflows) for golang submodules.
- #368: Copy workflows project-keeper-verify.yml and project-keeper.sh for all non-maven projects.
Dependency Updates
Project-Keeper Shared Model Classes
Test Dependency Updates
- Updated
org.mockito:mockito-core:4.6.1
to4.7.0
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.6.2
to2.7.0
- Updated
org.yaml:snakeyaml:1.30
to1.31
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.6.2
to2.7.0
Test Dependency Updates
- Updated
com.exasol:maven-project-version-getter:1.1.0
to1.1.1
- Updated
com.exasol:project-keeper-shared-test-setup:2.6.2
to2.7.0
- Updated
org.mockito:mockito-junit-jupiter:4.6.1
to4.7.0
Project Keeper Command Line Interface
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.6.2
to2.7.0
Test Dependency Updates
- Updated
com.exasol:maven-project-version-getter:1.1.0
to1.1.1
- Updated
com.exasol:project-keeper-shared-test-setup:2.6.2
to2.7.0
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.6.2
to2.7.0
Test Dependency Updates
- Updated
com.exasol:maven-project-version-getter:1.1.0
to1.1.1
- Updated
org.mockito:mockito-core:4.6.1
to4.7.0
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.6.2
to2.7.0
Test Dependency Updates
- Updated
com.exasol:maven-project-version-getter:1.1.0
to1.1.1
- Updated
org.mockito:mockito-core:4.6.1
to4.7.0
Project Keeper Shared Test Setup
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.6.2
to2.7.0
- Updated
org.yaml:snakeyaml:1.30
to1.31
2.6.2: Empty dependency updates on windows platform
Summary
Fixed linefeeds in empty dependency updates on windows platform. PK now suppresses the section "Dependency Updates" in case there are no dependency updates as initially requested in issue #343.
Bug Fixes
- #347: Fixed linefeeds in empty dependency updates section on windows platform
Dependency Updates
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.6.1
to2.6.2
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.6.1
to2.6.2
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.6.1
to2.6.2
Project Keeper Command Line Interface
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.6.1
to2.6.2
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.6.1
to2.6.2
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.6.1
to2.6.2
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.6.1
to2.6.2
Project Keeper Shared Test Setup
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.6.1
to2.6.2
2.6.1: Enhance Support For Golang Projects
Summary
Enhanced support for golang projects including a fix for generating the section "dependency updates" in case of no dependency updates.
Bug Fixes
- #343: Fixed generation of section "dependency updates" in case of no dependency updates.
- #345: Install Go dependencies before getting licenses.
Dependency Updates
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.6.0
to2.6.1
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.6.0
to2.6.1
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.6.0
to2.6.1
Project Keeper Command Line Interface
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.6.0
to2.6.1
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.6.0
to2.6.1
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.6.0
to2.6.1
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.6.0
to2.6.1
Project Keeper Shared Test Setup
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.6.0
to2.6.1
2.6.0: Fix Golang dependencies
Summary
This release fixes retrieving of Golang dependencies, it should now work for most Golang projects. It also generates a script for non-Maven projects that allows to run PK in continuous integration (CI) as well as local builds.
Features
- #321: Added default link replacement for Exasol JDBC driver
- #162: Omit heading for empty dependency updates section in changelog
- #132: Ensured that the reproducible-build-maven-plugin is the last one in the plugins list
- #338: Generate a script for verifying non-Maven projects
Bugfixes
Dependency Updates
Project-Keeper Shared Model Classes
Compile Dependency Updates
- Updated
jakarta.json:jakarta.json-api:2.1.0
to2.1.1
- Updated
org.eclipse.jgit:org.eclipse.jgit:6.1.0.202203080745-r
to6.2.0.202206071550-r
Test Dependency Updates
- Updated
nl.jqno.equalsverifier:equalsverifier:3.10
to3.10.1
- Updated
org.junit.jupiter:junit-jupiter-engine:5.8.2
to5.9.0
- Updated
org.junit.jupiter:junit-jupiter-params:5.8.2
to5.9.0
- Updated
org.mockito:mockito-core:4.6.0
to4.6.1
- Added
org.slf4j:slf4j-jdk14:1.7.36
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.1
to1.1.2
- Updated
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
to3.1.0
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.5.0
to2.6.0
- Updated
org.glassfish.jaxb:jaxb-runtime:3.0.2
to4.0.0
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.5.0
to2.6.0
Test Dependency Updates
- Updated
com.exasol:maven-plugin-integration-testing:1.1.1
to1.1.2
- Updated
com.exasol:project-keeper-shared-test-setup:2.5.0
to2.6.0
- Updated
nl.jqno.equalsverifier:equalsverifier:3.10
to3.10.1
- Updated
org.junit.jupiter:junit-jupiter-engine:5.8.2
to5.9.0
- Updated
org.junit.jupiter:junit-jupiter-params:5.8.2
to5.9.0
- Updated
org.mockito:mockito-junit-jupiter:4.6.0
to4.6.1
- Added
org.slf4j:slf4j-jdk14:1.7.36
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.1
to1.1.2
- Updated
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
to3.1.0
Project Keeper Command Line Interface
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.5.0
to2.6.0
- Updated
org.apache.maven:maven-model:3.8.5
to3.8.6
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.5.0
to2.6.0
- Updated
org.junit.jupiter:junit-jupiter-engine:5.8.2
to5.9.0
- Updated
org.junit.jupiter:junit-jupiter-params:5.8.2
to5.9.0
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.1
to1.1.2
- Updated
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
to3.1.0
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.5.0
to2.6.0
Test Dependency Updates
- Updated
com.exasol:maven-plugin-integration-testing:1.1.1
to1.1.2
- Updated
org.junit.jupiter:junit-jupiter-engine:5.8.2
to5.9.0
- Updated
org.junit.jupiter:junit-jupiter-params:5.8.2
to5.9.0
- Updated
org.mockito:mockito-core:4.6.0
to4.6.1
- Added
org.slf4j:slf4j-jdk14:1.7.36
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.1
to1.1.2
- Updated
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
to3.1.0
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.5.0
to2.6.0
- Updated
org.eclipse.jgit:org.eclipse.jgit:6.1.0.202203080745-r
to6.2.0.202206071550-r
Test Dependency Updates
- Updated
com.exasol:maven-plugin-integration-testing:1.1.1
to1.1.2
- Updated
org.junit.jupiter:junit-jupiter-engine:5.8.2
to5.9.0
- Updated
org.junit.jupiter:junit-jupiter-params:5.8.2
to5.9.0
- Updated
org.mockito:mockito-core:4.6.0
to4.6.1
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.1
to1.1.2
- Updated
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
to3.1.0
Project Keeper Shared Test Setup
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.5.0
to2.6.0
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.1
to1.1.2
- Updated
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
to3.1.0
2.5.0: Self update
Project Keeper 2.5.0, released 2022-07-19
Code name: Self update
Summary
PK now is able to update itself if used as a maven plugin.
Features
- #140: Self update
Bug Fixes
- #322: Fixed unstable link order in dependencies.md
Dependency Updates
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.6
to2.5.0
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.4.6
to2.5.0
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.6
to2.5.0
- Added
nl.jqno.equalsverifier:equalsverifier:3.10
Project Keeper Command Line Interface
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.6
to2.5.0
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.6
to2.5.0
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.6
to2.5.0
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.6
to2.5.0
Project Keeper Shared Test Setup
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.6
to2.5.0
2.4.6: Fix analyzed source order
Project Keeper 2.4.6, released 2022-06-01
Code name: Fix analyzed source order
Summary
Bugfixes
- #319: Fixed order of analyzed sources
Dependency Updates
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.5
to2.4.6
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.4.5
to2.4.6
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.5
to2.4.6
Project Keeper Command Line Interface
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.5
to2.4.6
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.5
to2.4.6
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.5
to2.4.6
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.5
to2.4.6
Project Keeper Shared Test Setup
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.5
to2.4.6
2.4.5: Bugfixes for Golang projects
Project Keeper 2.4.5, released 2022-05-01
Code name: Bugfixes for Golang projects
Bugfixes
- #279: Fixed getting license for Golang test dependencies
- #316: Added new builtin replacements to BrokenLinkReplacer
- #313: Fixed labelling of of dependency change type
- #314: Fixed issues with Golang modules in sub-directories
Dependency Updates
Project-Keeper Shared Model Classes
Test Dependency Updates
- Updated
org.mockito:mockito-core:4.5.1
to4.6.0
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.4
to2.4.5
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.4.4
to2.4.5
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.4
to2.4.5
- Removed
org.mockito:mockito-core:4.5.1
- Added
org.mockito:mockito-junit-jupiter:4.6.0
Project Keeper Command Line Interface
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.4
to2.4.5
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.4
to2.4.5
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.4
to2.4.5
Test Dependency Updates
- Updated
org.mockito:mockito-core:4.5.1
to4.6.0
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.4
to2.4.5
Test Dependency Updates
- Updated
org.mockito:mockito-core:4.5.1
to4.6.0
Project Keeper Shared Test Setup
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.4
to2.4.5
2.4.4: Fixed link checker and improved error message
Project Keeper 2.4.4, released 2022-05-24
Code name: Fixed link checker and improved error message
Bugfixes
- #308: Fixed broken link checker by ignoring links to
opensource.org
- #307: Fixed unreadable error when specifying go dir instead of go.mod
Dependency Updates
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.3
to2.4.4
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.4.3
to2.4.4
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.3
to2.4.4
Project Keeper Command Line Interface
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.3
to2.4.4
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.3
to2.4.4
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.3
to2.4.4
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.3
to2.4.4
Project Keeper Shared Test Setup
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.3
to2.4.4
2.4.3 Fixed standalone mode for maven projects
Summary
This version fixes the validation and fixing of maven projects using the project-keeper-cli.
Bug Fixes
- #305: Fixed project-keeper-cli for maven projects
Dependency Updates
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.2
to2.4.3
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.4.2
to2.4.3
Test Dependency Updates
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.2
to2.4.3
Project Keeper Command Line Interface
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.2
to2.4.3
- Added
org.apache.maven:maven-model:3.8.5
Test Dependency Updates
- Added
com.exasol:maven-project-version-getter:1.1.0
- Updated
com.exasol:project-keeper-shared-test-setup:2.4.2
to2.4.3
- Removed
org.apache.maven:maven-model:3.8.5
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.4.2
to2.4.3
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.2
to2.4.3
Project Keeper Shared Test Setup
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.4.2
to2.4.3
2.4.2: Command line interface
Project Keeper 2.4.2, released 2022-05-11
Code name: Command line interface
Summary
This release adds a standalone mode with a command line interface that allows analyzing non-Maven projects on the command line without using the Maven-plugin.
Note: Analyzing Maven projects in standalone mode is not supported. Use project-keeper-maven-plugin
as usual for Maven projects.
Features
- #277: Added command line interface
Bug Fixes
- #286: Fixed unified excludes for files on Windows
Refactorings
- #301: Updated maven plugin template versions
Dependency Updates
Project-Keeper Shared Model Classes
Test Dependency Updates
- Added
org.mockito:mockito-core:4.5.1
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.0
to1.1.1
- Updated
org.apache.maven.plugins:maven-compiler-plugin:3.9.0
to3.10.1
- Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.3.1
to3.4.0
- Updated
org.codehaus.mojo:versions-maven-plugin:2.8.1
to2.10.0
- Updated
org.jacoco:jacoco-maven-plugin:0.8.7
to0.8.8
- Updated
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0
to3.2.0
- Updated
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
to1.6.13
Project Keeper Core
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.3.2
to2.4.2
Runtime Dependency Updates
- Updated
com.exasol:project-keeper-java-project-crawler:2.3.2
to2.4.2
Test Dependency Updates
- Added
com.exasol:project-keeper-shared-test-setup:2.4.2
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.0
to1.1.1
- Updated
org.apache.maven.plugins:maven-compiler-plugin:3.9.0
to3.10.1
- Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.3.1
to3.4.0
- Updated
org.codehaus.mojo:versions-maven-plugin:2.8.1
to2.10.0
- Updated
org.jacoco:jacoco-maven-plugin:0.8.7
to0.8.8
- Updated
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0
to3.2.0
- Updated
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
to1.6.13
Project Keeper Command Line Interface
Compile Dependency Updates
- Added
com.exasol:error-reporting-java:0.4.1
- Added
com.exasol:project-keeper-core:2.4.2
Runtime Dependency Updates
- Added
org.slf4j:slf4j-jdk14:1.7.36
Test Dependency Updates
- Added
com.exasol:project-keeper-shared-test-setup:2.4.2
- Added
org.apache.maven:maven-model:3.8.5
- Added
org.hamcrest:hamcrest:2.2
- Added
org.junit.jupiter:junit-jupiter-engine:5.8.2
- Added
org.junit.jupiter:junit-jupiter-params:5.8.2
Plugin Dependency Updates
- Added
com.exasol:artifact-reference-checker-maven-plugin:0.4.0
- Added
com.exasol:error-code-crawler-maven-plugin:1.1.1
- Added
io.github.zlika:reproducible-build-maven-plugin:0.15
- Added
org.apache.maven.plugins:maven-assembly-plugin:3.3.0
- Added
org.apache.maven.plugins:maven-clean-plugin:2.5
- Added
org.apache.maven.plugins:maven-compiler-plugin:3.10.1
- Added
org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1
- Added
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
- Added
org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5
- Added
org.apache.maven.plugins:maven-gpg-plugin:3.0.1
- Added
org.apache.maven.plugins:maven-install-plugin:2.4
- Added
org.apache.maven.plugins:maven-jar-plugin:3.2.2
- Added
org.apache.maven.plugins:maven-javadoc-plugin:3.4.0
- Added
org.apache.maven.plugins:maven-resources-plugin:2.6
- Added
org.apache.maven.plugins:maven-site-plugin:3.3
- Added
org.apache.maven.plugins:maven-source-plugin:3.2.1
- Added
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5
- Added
org.codehaus.mojo:flatten-maven-plugin:1.2.7
- Added
org.codehaus.mojo:versions-maven-plugin:2.10.0
- Added
org.jacoco:jacoco-maven-plugin:0.8.8
- Added
org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184
- Added
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.2.0
- Added
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13
Project Keeper Maven Plugin
Compile Dependency Updates
- Updated
com.exasol:project-keeper-core:2.3.2
to2.4.2
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.0
to1.1.1
- Updated
org.apache.maven.plugins:maven-compiler-plugin:3.9.0
to3.10.1
- Updated
org.apache.maven.plugins:maven-dependency-plugin:3.2.0
to3.3.0
- Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.3.1
to3.4.0
- Updated
org.codehaus.mojo:versions-maven-plugin:2.8.1
to2.10.0
- Updated
org.jacoco:jacoco-maven-plugin:0.8.7
to0.8.8
- Updated
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0
to3.2.0
- Updated
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
to1.6.13
Project Keeper Java Project Crawler
Compile Dependency Updates
- Updated
com.exasol:project-keeper-shared-model-classes:2.3.2
to2.4.2
Plugin Dependency Updates
- Updated
com.exasol:error-code-crawler-maven-plugin:1.1.0
to1.1.1
- Updated
org.apache.maven.plugins:maven-compiler-plugin:3.9.0
to3.10.1
- Updated
org.apache.maven.plugins:maven-dependency-plugin:3.2.0
to3.3.0
- Updated
org.apache.maven.plugins:maven-javadoc-plugin:3.3.1
to3.4.0
- Updated
org.codehaus.mojo:versions-maven-plugin:2.8.1
to2.10.0
- Updated
org.jacoco:jacoco-maven-plugin:0.8.7
to0.8.8
- Updated
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0
to3.2.0
- Updated
org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
to1.6.13
Project Keeper Shared Test Setup
Compile Dependency Updates
- Added
com.exasol:project-keeper-shared-model-classes:2.4.2
- Added
org.hamcrest:hamcrest:2.2
- Added
org.yaml:snakeyaml:1.30
Plugin Dependency Updates
- Added
com.exasol:error-code-crawler-maven-plugin:1.1.1
- Added
io.github.zlika:reproducible-build-maven-plugin:0.15
- Added
org.apache.maven.plugins:maven-clean-plugin:2.5
- Added
org.apache.maven.plugins:maven-compiler-plugin:3.10.1
- Added
org.apache.maven.plugins:maven-deploy-plugin:2.7
- Added
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
- Added
org.apache.maven.plugins:maven-install-plugin:2.4
- Added
org.apache.maven.plugins:maven-jar-plugin:2.4
- Added
org.apache.maven.plugins:maven-resources-plugin:2.6
- Added
org.apache.maven.plugins:maven-site-plugin:3.3
- Added
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5
- Added
org.codehaus.mojo:flatten-maven-plugin:1.2.7
- Added
org.codehaus.mojo:versions-maven-plugin:2.10.0
- Added
org.jacoco:jacoco-maven-plugin:0.8.8
- Added
org.projectlombok:lombok-maven-plugin:1.18.20.0
- Added
org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184
- Added
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.2.0