Update pom to support scm conventions

This commit is contained in:
Giancarlo Panichi 2019-10-03 10:42:21 +02:00
parent 27824b9735
commit 7cd8cc83a1
1 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.0</version>
<relativePath /> <relativePath />
</parent> </parent>
@ -18,6 +18,8 @@
<description>accounting-manager-theme is the theme of accounting-manager</description> <description>accounting-manager-theme is the theme of accounting-manager</description>
<scm> <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> <url>https://code-repo.d4science.org/gCubeSystem/accounting-manager-theme</url>
</scm> </scm>