Fixed maven parent and 'scm' section
This commit is contained in:
parent
6ef174cab1
commit
2c925fd297
10
pom.xml
10
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.1.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>infrastructure-tests</artifactId>
|
<artifactId>infrastructure-tests</artifactId>
|
||||||
|
@ -19,9 +19,9 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube//private/luca.frosini/${project.artifactId}</connection>
|
<connection>scm:git:https://code-repo.d4science.org/luca.frosini/${project.artifactId}.git</connection>
|
||||||
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube//private/luca.frosini/${project.artifactId}</developerConnection>
|
<developerConnection>scm:git:https://code-repo.d4science.org/luca.frosini/${project.artifactId}.git</developerConnection>
|
||||||
<url>https://svn.d4science.research-infrastructures.eu/gcube//private/luca.frosini/${project.artifactId}</url>
|
<url>https://code-repo.d4science.org/luca.frosini/${project.artifactId}</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.vremanagement</groupId>
|
<groupId>org.gcube.vremanagement</groupId>
|
||||||
<artifactId>smart-executor-client</artifactId>
|
<artifactId>smart-executor-client</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue