Updated maven-parent version to 1.2.0

This commit is contained in:
Luca Frosini 2024-09-23 16:16:23 +02:00
parent 4a8b2b12fe
commit a712993147
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v2.1.0-SNAPSHOT] ## [v2.1.0-SNAPSHOT]
- Upgraded smart-executor-bom to 3.3.0-SNAPSHOT [#27999] - Upgraded smart-executor-bom to 3.3.0-SNAPSHOT [#27999]
- Updated maven-parent version to 1.2.0
## [v2.0.0] [r5.17.1] - 2024-04-23 ## [v2.0.0] [r5.17.1] - 2024-04-23

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<version>1.1.0</version> <version>1.2.0</version>
</parent> </parent>
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>