Fixed maven parent and 'scm' section

master
Luca Frosini 5 years ago
parent 6ef174cab1
commit 2c925fd297

@ -5,7 +5,7 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>infrastructure-tests</artifactId>
@ -19,9 +19,9 @@
</properties>
<scm>
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube//private/luca.frosini/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube//private/luca.frosini/${project.artifactId}</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube//private/luca.frosini/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/luca.frosini/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/luca.frosini/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/luca.frosini/${project.artifactId}</url>
</scm>
<dependencyManagement>
@ -169,7 +169,7 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-client</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>

Loading…
Cancel
Save