moved version from 2.6.1 to 3.0.0-SNAPSHOT

This commit is contained in:
Roberto Cirillo 2021-10-07 10:24:11 +02:00
parent a235ed76a7
commit af22df8613
2 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
# Changelog for storage-manager-wrapper # Changelog for storage-manager-wrapper
## [v2.6.1] 2021-09-10 ## [v3.0.0-SNAPSHOT] 2021-09-10
* bug fix #20505 * bug fix #20505
* update gcub-bom version * update gcub-bom version
* Change serviceEndpoint Category from DataStorage to Storage * Change serviceEndpoint Category from DataStorage to Storage
* bugfix #20505 * bugfix #20505
* adding new constructor with the backendType as input parameter * adding new constructor with the backendType as input parameter
* retrieving specific backend credentials if a specific backend si specified as input parameter * retrieving specific backend credentials if a specific backend si specified as input parameter
* moved from 2.6.1 to 3.0.0-SNAPSHOT
## [v2.5.3] 2019-03-20 ## [v2.5.3] 2019-03-20
* Added wrapper for HomeLibrary configuration related to the new preproduction infrastructure * Added wrapper for HomeLibrary configuration related to the new preproduction infrastructure

View File

@ -8,7 +8,7 @@
</parent> </parent>
<groupId>org.gcube.contentmanagement</groupId> <groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-wrapper</artifactId> <artifactId>storage-manager-wrapper</artifactId>
<version>2.6.1</version> <version>3.0.0-SNAPSHOT</version>
<scm> <scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection> <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> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
@ -32,7 +32,7 @@
<dependency> <dependency>
<groupId>org.gcube.contentmanagement</groupId> <groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId> <artifactId>storage-manager-core</artifactId>
<version>[2.13.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version> <version>[3.0.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>