Creating version 3.4.7-SNAPSHOT
This commit is contained in:
parent
e7a86bfad4
commit
42f62c62df
|
@ -2,11 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for Smartgears Distribution
|
||||
|
||||
## [v3.5.0]
|
||||
## [v3.4.7-SNAPSHOT]
|
||||
|
||||
- upgraded gcube-smartgears-bom
|
||||
- new common-smartgears version
|
||||
- added resource-registry-handlers to distribution
|
||||
|
||||
## [v3.4.6] - 2022-04-20
|
||||
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -9,7 +9,7 @@
|
|||
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>smartgears-distribution</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.4.7-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>A distribution for the SmartGears Framework</name>
|
||||
|
||||
|
@ -69,11 +69,6 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue