This commit is contained in:
Lucio Lelii 2023-01-19 10:55:55 +01:00
parent 696bd421b3
commit ac5bf1fe18
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,12 @@
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/common-security</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/common-security</url>
</scm>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>