Added resource-registry-handlers to distribution
This commit is contained in:
parent
51d9ae6f42
commit
44b0ce8473
|
@ -2,9 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for Smartgears Distribution
|
||||
|
||||
## [v3.4.7-SNAPSHOT]
|
||||
## [v3.5.0-SNAPSHOT]
|
||||
|
||||
- new common-smartgears verison
|
||||
- upgraded gcube-smartgears-bom
|
||||
- new common-smartgears version
|
||||
- added resource-registry-handlers to distribution
|
||||
|
||||
## [v3.4.6] - 2022-04-20
|
||||
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -9,7 +9,7 @@
|
|||
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>smartgears-distribution</artifactId>
|
||||
<version>3.4.7-SNAPSHOT</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>A distribution for the SmartGears Framework</name>
|
||||
|
||||
|
@ -69,10 +69,15 @@
|
|||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-publisher</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.smartgears.handlers</groupId>
|
||||
<artifactId>resource-registry-handlers</artifactId>
|
||||
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.data.publishing</groupId>
|
||||
<artifactId>document-store-lib-accounting-service</artifactId>
|
||||
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
|
||||
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue