Updated maven-parent version to 1.2.0
This commit is contained in:
parent
4a8b2b12fe
commit
a712993147
|
@ -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
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue