commit for release
This commit is contained in:
parent
ca15241bd7
commit
014b404afc
|
@ -4,6 +4,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).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
## [v3.0.0-SNAPSHOT] - [2022-05-13]
|
## [v3.0.0] - [2022-05-13]
|
||||||
|
|
||||||
porting to gcube bom 4.0.0
|
porting to gcube bom 4.0.0
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.core</groupId>
|
<groupId>org.gcube.core</groupId>
|
||||||
<artifactId>common-clients</artifactId>
|
<artifactId>common-clients</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0</version>
|
||||||
<name>Common Clients</name>
|
<name>Common Clients</name>
|
||||||
<description>A framework for client APIs</description>
|
<description>A framework for client APIs</description>
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-bom</artifactId>
|
<artifactId>gcube-bom</artifactId>
|
||||||
<version>4.0.0-SNAPSHOT</version>
|
<version>4.0.0</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue