Enhanced gcube-bom version
This commit is contained in:
parent
c05ac9e107
commit
eef2db5eb7
|
@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for Resource Registry API
|
||||
|
||||
## [v4.3.0-SNAPSHOT]
|
||||
|
||||
- Enhanced gcube-bom version
|
||||
|
||||
|
||||
## [v4.2.0]
|
||||
|
||||
- Added INCLUDE_RELATION_PARAM param in AccessPath used by query APIs [#20298]
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-api</artifactId>
|
||||
<version>4.2.0</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<name>Resource Registry API</name>
|
||||
<description>Resource Registry API is a library containing classes shared across resource-registry-* components</description>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.2.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue