commit for release
This commit is contained in:
parent
2b79a5a02c
commit
dcb3cf9b6f
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for ic-client
|
# Changelog for ic-client
|
||||||
|
|
||||||
## [v2.0.0-SNAPSHOT] - 2022-05-23
|
## [v2.0.0] - 2022-05-23
|
||||||
|
|
||||||
- Porting to Secret Manager
|
- Porting to Secret Manager
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.resources.discovery</groupId>
|
<groupId>org.gcube.resources.discovery</groupId>
|
||||||
<artifactId>ic-client</artifactId>
|
<artifactId>ic-client</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0</version>
|
||||||
<name>Information Collector Client</name>
|
<name>Information Collector Client</name>
|
||||||
<description>Client API for the Information Collector service</description>
|
<description>Client API for the Information Collector service</description>
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue