fixed POM maven parent and SCM

This commit is contained in:
Massimiliano Assante 2019-08-21 10:13:38 +02:00
parent 00c64cea05
commit 3bc6ef818c
1 changed files with 6 additions and 5 deletions

11
pom.xml
View File

@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.0.0</version>
<artifactId>maven-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<relativePath />
</parent>
@ -27,11 +27,12 @@
</properties>
<scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/${project.artifactId}</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/oauth-service.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/oauth-service.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/oauth-service</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>