upgrade to 4.1.0-SNAPSHOT. Set java_version to 1.8

This commit is contained in:
Roberto Cirillo 2022-11-30 12:10:04 +01:00
parent 9b1fa01704
commit 8489f59bbc
2 changed files with 10 additions and 8 deletions

View File

@ -3,6 +3,7 @@
## [v4.1.0-SNAPSHOT]
* compatible with s3 storage backend
* remove retry mechanism to exist method
* add try/catch on exist method #24215
## [v3.0.0] 2021-09-10
* fix #22164

17
pom.xml
View File

@ -9,9 +9,9 @@
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId>
<version>4.1.0-SNAPSHOT</version>
<!-- <properties> -->
<!-- <distroDirectory>${project.basedir}/distro</distroDirectory> -->
<!-- </properties> -->
<properties>
<java_version>1.8</java_version>
</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>
@ -53,10 +53,11 @@
<artifactId>commons-codec</artifactId>
<version>1.8</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.gcube.contentmanagement</groupId> -->
<!-- <artifactId>storage-manager-s3-plugin</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.32</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>