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.
|
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).
|
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]
|
## [v1.1.1] - [2023-03-30]
|
||||||
|
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -4,11 +4,11 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>1.1.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.core</groupId>
|
<groupId>org.gcube.core</groupId>
|
||||||
<artifactId>common-scope-maps</artifactId>
|
<artifactId>common-scope-maps</artifactId>
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.1.1</version>
|
||||||
<name>Common ScopeMaps</name>
|
<name>Common ScopeMaps</name>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue