Compare commits

...

15 Commits

3 changed files with 32 additions and 7 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ target
.classpath
.project
.settings
/.DS_Store

View File

@ -2,6 +2,28 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smartgears Distribution
## [v3.7.0-SNAPSHOT]
- new version to get latest version of new IS libraries
- upgraded gcube-smartgears-bom version
## [v3.6.0]
- upgraded gcube-smartgears-bom
## [v3.5.0]
- upgraded gcube-smartgears-bom
- new common-smartgears version
- added resource-registry-handlers to distribution
## [v3.4.7]
- upgraded gcube-smartgears-bom
- new common-smartgears version
## [v3.4.6] - 2022-04-20
- added roles to ExternalService Client
@ -23,7 +45,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- common-smartgrears library updated
## [v3.4.1] - 2021-06-25
- Released to have and up-to-date distribution

15
pom.xml
View File

@ -9,7 +9,7 @@
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>3.4.6</version>
<version>3.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>A distribution for the SmartGears Framework</name>
@ -19,9 +19,9 @@
</properties>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/smartgears-distribution-legacy.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/smartgears-distribution-legacy.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/smartgears-distribution-legacy</url>
</scm>
<dependencyManagement>
@ -29,7 +29,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.0</version>
<version>2.5.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -69,10 +69,13 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-publisher</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.smartgears.handlers</groupId>
<artifactId>resource-registry-handlers</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib-accounting-service</artifactId>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
<scope>runtime</scope>
</dependency>
<dependency>