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