Update pom to support scm conventions

feature/21013
Giancarlo Panichi 5 years ago
parent 27824b9735
commit 7cd8cc83a1

@ -3,7 +3,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath />
</parent>
@ -18,6 +18,8 @@
<description>accounting-manager-theme is the theme of accounting-manager</description>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/accounting-manager-theme.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/accounting-manager-theme.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/accounting-manager-theme</url>
</scm>
@ -39,7 +41,7 @@
<properties>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<KEYS>${env.KEYS}</KEYS>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Loading…
Cancel
Save