Releases: codehaus-plexus/.github
Releases · codehaus-plexus/.github
v0.0.5
What's Changed
- Bump actions/setup-java from 3.0.0 to 3.2.0 by @dependabot in #23
- Bump actions/checkout from 3.0.0 to 3.0.2 by @dependabot in #22
- Bump actions/setup-java from 3.2.0 to 3.3.0 by @dependabot in #24
- Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 by @dependabot in #25
- Use only stable jdks per default by @olamy in #26
- Bump actions/setup-java from 3.3.0 to 3.4.1 by @dependabot in #28
- Switch to Zulu and update build matrix up to JDK 19 by @plamentotev in #29
- Add JDK 20 EA to the build matrix by @plamentotev in #31
- Use JDK 20 GA instead of EA by @plamentotev in #33
- skip build if commit message contains "[skip ci]" by @slachiewicz in #32
New Contributors
Full Changelog: v0.0.4...v0.0.5
v0.0.4
🐛 Bug Fixes
- Maven workflow is reverted to use JDK 18-EA. Eclipse Temurin is not yet available on all platforms (325902d) @plamentotev
v0.0.3
WARING: DO NOT USE as Temurin JDK 18 is not yet released for all platforms. Use v0.0.4 instead.
🚀 New features and improvements
build
label is added to the release-drafter configuration (17ecb23) @olamy- Release-drafter workflow is now reusable workflow (a9e3be6) @olamy
- Maven workflow now uses JDK 18 GA instead of JDK 18 EA (aa88e4e) @plamentotev
📦 Dependency updates
- Bump actions/checkout from 2.4.0 to 3.0.0 (251d6e2) @plamentotev
- Bump release-drafter/release-drafter from 5.17.6 to 5.19.0 (#16) @dependabot
- Bump actions/setup-java from 2.5.0 to 3.0.0 (#17) @plamentotev
v0.0.2
🚀 New features and improvements
- Add JDK 18 early access to the Maven build matrix @plamentotev
- Remove AdoptJDK from the JDK distributions. Use only its successor Eclipse Temurin (#12) @plamentotev
- Make "fast fail" build JDK version configurable by
jdk-fast-fail-build
input variable. (fdacdcc) @olamy
📦 Dependency updates
- Bump release-drafter/release-drafter from 5.15.0 to 5.17.6 (#9) @dependabot
- Bump actions/setup-java from 2.4.0 to 2.5.0 (#6) @dependabot
- Bump actions/setup-java from 2.3.1 to 2.4.0 (#4) @dependabot
- Bump actions/checkout from 2.3.5 to 2.4.0 (#3) @dependabot
- Bump actions/checkout from 2.3.4 to 2.3.5 (#2) @dependabot
v0.0.1
🚀 New features and improvements
- Add common Maven build workflow (#1) @plamentotev