Compare commits
No commits in common. "master" and "feature/24900" have entirely different histories.
master
...
feature/24
|
@ -3,10 +3,6 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v1.2.0-SNAPSHOT]
|
||||
|
||||
- Updated maven-parent to 1.2.0
|
||||
|
||||
## [v1.1.1] - [2023-03-30]
|
||||
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -4,11 +4,11 @@
|
|||
<parent>
|
||||
<groupId>org.gcube.tools</groupId>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.1.0</version>
|
||||
</parent>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-scope-maps</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.1.1</version>
|
||||
<name>Common ScopeMaps</name>
|
||||
|
||||
<scm>
|
||||
|
|
Loading…
Reference in New Issue