-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #602: Fixed customization of java version * Upgrade plugin versions * Upgrade plugins
- Loading branch information
1 parent
e0ddda8
commit 954c305
Showing
21 changed files
with
244 additions
and
66 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
# Project Keeper 4.4.1, released 2024-??-?? | ||
|
||
Code name: Fix java customization | ||
|
||
## Summary | ||
|
||
This release allows customization of the java version in `actions/setup-java` steps. | ||
|
||
## Features | ||
|
||
* #602: Fixed customization of java version in `actions/setup-java` | ||
|
||
## Dependency Updates | ||
|
||
### Project Keeper Root Project | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.itsallcode:openfasttrace-maven-plugin:2.2.0` to `2.3.0` | ||
|
||
### Project Keeper Shared Model Classes | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.17.1` to `3.17.3` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.2` to `3.1.3` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.10.1` to `3.11.1` | ||
* Updated `org.apache.maven.plugins:maven-site-plugin:3.9.1` to `3.21.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.17.1` to `2.18.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121` to `5.0.0.4389` | ||
|
||
### Project Keeper Core | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:4.4.0` to `4.4.1` | ||
|
||
#### Runtime Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-java-project-crawler:4.4.0` to `4.4.1` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:maven-project-version-getter:1.2.0` to `1.2.1` | ||
* Updated `com.exasol:project-keeper-shared-test-setup:4.4.0` to `4.4.1` | ||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.17.1` to `3.17.3` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.2` to `3.1.3` | ||
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.10.1` to `3.11.1` | ||
* Updated `org.apache.maven.plugins:maven-site-plugin:3.9.1` to `3.21.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.17.1` to `2.18.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121` to `5.0.0.4389` | ||
|
||
### Project Keeper Command Line Interface | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-core:4.4.0` to `4.4.1` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:maven-project-version-getter:1.2.0` to `1.2.1` | ||
* Updated `com.exasol:project-keeper-shared-test-setup:4.4.0` to `4.4.1` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.2` to `3.1.3` | ||
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.10.1` to `3.11.1` | ||
* Updated `org.apache.maven.plugins:maven-site-plugin:3.9.1` to `3.21.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.17.1` to `2.18.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121` to `5.0.0.4389` | ||
|
||
### Project Keeper Maven Plugin | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-core:4.4.0` to `4.4.1` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:maven-project-version-getter:1.2.0` to `1.2.1` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-dependency-plugin:3.8.0` to `3.8.1` | ||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.2` to `3.1.3` | ||
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.10.1` to `3.11.1` | ||
* Updated `org.apache.maven.plugins:maven-plugin-plugin:3.15.0` to `3.15.1` | ||
* Updated `org.apache.maven.plugins:maven-site-plugin:3.9.1` to `3.21.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.17.1` to `2.18.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121` to `5.0.0.4389` | ||
|
||
### Project Keeper Java Project Crawler | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:4.4.0` to `4.4.1` | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `com.exasol:maven-project-version-getter:1.2.0` to `1.2.1` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-dependency-plugin:3.8.0` to `3.8.1` | ||
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.2` to `3.1.3` | ||
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.10.1` to `3.11.1` | ||
* Updated `org.apache.maven.plugins:maven-plugin-plugin:3.15.0` to `3.15.1` | ||
* Updated `org.apache.maven.plugins:maven-site-plugin:3.9.1` to `3.21.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.17.1` to `2.18.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121` to `5.0.0.4389` | ||
|
||
### Project Keeper Shared Test Setup | ||
|
||
#### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-shared-model-classes:4.4.0` to `4.4.1` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `org.apache.maven.plugins:maven-site-plugin:3.9.1` to `3.21.0` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.5.1` to `3.5.2` | ||
* Updated `org.codehaus.mojo:versions-maven-plugin:2.17.1` to `2.18.0` | ||
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121` to `5.0.0.4389` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.