maven-parent/CHANGELOG.md

30 lines
775 B
Markdown
Raw Normal View History

2020-06-07 16:45:51 +02:00
# Changelog for Maven-Parent
2024-02-22 09:54:52 +01:00
## [v1.2.0-SNAPSHOT] - 2024-02-22
### Bug
* removed set-local-classpath profile. see #26841
2023-05-12 15:10:27 +02:00
## [v1.2.0] - 2023-05-12
### Features
* new maven profiles for managing jdk7 (gcore-legacy) and jdk17 build (see #24259)
* add new group repositories for managing jdk17 dependencies resolution
2023-05-12 15:10:27 +02:00
* update groovy-maven and javadoc plugin configuration #25108
* add classpath external folder. see #25106
2022-10-28 12:06:26 +02:00
## [v1.1.0] - 2022-10-27
2020-07-06 19:43:41 +02:00
### Features
2022-10-28 12:06:26 +02:00
* force java 1.8 on jdk11 activation profiles
* update maven-compiler-plugin to 3.10.1
2020-06-07 16:45:51 +02:00
* New build profiles to support CI/CD
* add new execution phase to buildnumber-maven-plugin
2020-06-07 16:45:51 +02:00
* Enforcement for:
* Java 8 (target and source)
* OpenJDK as target Java VM.
* Maven 3.3.9+
2020-07-06 19:43:41 +02:00
## [v1.0.0] - 2017-12-20
2020-06-07 16:45:51 +02:00