move to 1.2.0 version
This commit is contained in:
parent
af347b82f7
commit
cc285dad97
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,13 +1,15 @@
|
||||||
# Changelog for Maven-Parent
|
# Changelog for Maven-Parent
|
||||||
|
|
||||||
|
## [v1.2.0] - 2023-10-13
|
||||||
## [v1.2.1-SNAPSHOT] - 2023-10-13
|
|
||||||
* update groovy-all plugin dependency from 3.0.0-beta to 3.0.13 #25872
|
|
||||||
|
|
||||||
## [v1.2.0] - 2023-05-12
|
|
||||||
|
|
||||||
### Bug
|
### Bug
|
||||||
* update jdk17 profiles groovy plugin version in order to fix #25872
|
* update groovy-all plugin dependency from 3.0.0-beta to 3.0.13 #25872
|
||||||
|
|
||||||
|
### Features
|
||||||
|
* new maven profiles for managing jdk7 (gcore-legacy) and jdk17 build (see #24259)
|
||||||
|
* add new group repositories for managing jdk17 dependencies resolution
|
||||||
|
* update groovy-maven and javadoc plugin configuration #25108
|
||||||
|
* add classpath external folder. see #25106
|
||||||
|
|
||||||
## [v1.1.0] - 2022-10-27
|
## [v1.1.0] - 2022-10-27
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<version>1.2.1-SNAPSHOT</version>
|
<version>1.2.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue