commit for release
This commit is contained in:
parent
db69d26535
commit
37a1204d38
|
@ -0,0 +1 @@
|
||||||
|
/target/
|
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [v1.0.3-SNAPSHOT] - 2022-06-06
|
## [v1.0.3] - 2022-06-06
|
||||||
|
|
||||||
- added logs library as test dependency
|
- added logs library as test dependency
|
||||||
|
|
||||||
|
|
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>discovery-client</artifactId>
|
<artifactId>discovery-client</artifactId>
|
||||||
<version>1.0.3-SNAPSHOT</version>
|
<version>1.0.3</version>
|
||||||
<name>Discovery Client</name>
|
<name>Discovery Client</name>
|
||||||
<description>Base API for resource discovery clients</description>
|
<description>Base API for resource discovery clients</description>
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue