set java version

This commit is contained in:
Roberto Cirillo 2022-09-19 10:22:43 +02:00
parent ac95563480
commit ae6740cfbb
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog for storage-manager-core
## [v2.9.3-SNAPSHOT] 2022-09-19
* set java to 1.8
## [v2.9.2] 2022-09-07
* restored close() method to IClient
* add slf4j-simple dependency with test scope

View File

@ -8,9 +8,11 @@
</parent>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId>
<version>2.9.2</version>
<version>2.9.3-SNAPSHOT</version>
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>