Compare commits
No commits in common. "master" and "porting_to_smartgears4" have entirely different histories.
master
...
porting_to
|
@ -2,15 +2,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog
|
||||
|
||||
## [v2.0.0]
|
||||
## [v2.0.0-SNAPSHOT] - 2024-03-29
|
||||
|
||||
- Moved to jakarta
|
||||
- moved to jakarta
|
||||
|
||||
## [v1.0.3] - 2022-06-06
|
||||
|
||||
- Added logs library as test dependency
|
||||
- added logs library as test dependency
|
||||
|
||||
## [v1.0.2] - 2022-06-06
|
||||
|
||||
- Commit for release
|
||||
- commit for release
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -5,12 +5,12 @@
|
|||
<parent>
|
||||
<groupId>org.gcube.tools</groupId>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.1.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<groupId>org.gcube.resources.discovery</groupId>
|
||||
<artifactId>discovery-client</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>Discovery Client</name>
|
||||
<description>Base API for resource discovery clients</description>
|
||||
<scm>
|
||||
|
|
Loading…
Reference in New Issue