update to version 2.6.1

v3.0.0
Roberto Cirillo 3 years ago
parent 496e4d05f4
commit bf6e5355f7

@ -1,7 +1,8 @@
# Changelog for storage-manager-wrapper
## [v2.6.1-SNAPSHOT] 2021-08-04
## [v2.6.1] 2021-09-10
* bug fix #20505
* update gcub-bom version
## [v2.6.0-SNAPSHOT] 2020-11-12
@ -10,4 +11,4 @@
## [v2.5.3] 2019-03-20
* Added wrapper for HomeLibrary configuration related to the new preproduction infrastructure

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-wrapper</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<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>
@ -22,7 +22,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.4.0</version>
<version>2.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -126,4 +126,4 @@
<!-- </plugin> -->
</plugins>
</build>
</project>
</project>

Loading…
Cancel
Save