Compare commits

..

No commits in common. "2542cc2eca3a266b8c52419f13b2af53d93a0269" and "b857fce1bccd15db03e4aaf8dcfd46b68e0b630b" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -1,9 +1,6 @@
# Changelog for Maven-Parent
## [v1.2.0] - 2023-10-13
### Bug
* update groovy-all plugin dependency from 3.0.0-beta to 3.0.13 #25872
## [v1.2.0] - 2023-05-12
### Features
* new maven profiles for managing jdk7 (gcore-legacy) and jdk17 build (see #24259)

View File

@ -364,6 +364,7 @@
<name>!Release</name>
</property>
</activation>
<!-- Repositories for dependency resolution -->
<repositories>
<repository>
@ -1524,8 +1525,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.13</version>
<!--version>3.0.0-beta-3</version-->
<version>3.0.0-beta-3</version>
<type>pom</type>
</dependency>
</dependencies>