Update the scm connection in the poms to refer the Git repo.
This commit is contained in:
parent
bdcb217e65
commit
b262824bfa
|
@ -22,9 +22,9 @@
|
|||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${parent.artifactId}/${project.artifactId}</connection>
|
||||
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${parent.artifactId}/${project.artifactId}</developerConnection>
|
||||
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${parent.artifactId}/${project.artifactId}</url>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gxREST/${project.artifactId}</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gxREST/${project.artifactId}</developerConnection>
|
||||
<url>scm:git:https://code-repo.d4science.org/gCubeSystem/gxREST/${project.artifactId}</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -19,10 +19,11 @@
|
|||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${parent.artifactId}/${project.artifactId}</connection>
|
||||
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${parent.artifactId}/${project.artifactId}</developerConnection>
|
||||
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${parent.artifactId}/${project.artifactId}</url>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gxREST/${project.artifactId}</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gxREST/${project.artifactId}</developerConnection>
|
||||
<url>scm:git:https://code-repo.d4science.org/gCubeSystem/gxREST/${project.artifactId}</url>
|
||||
</scm>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<!-- https://mvnrepository.com/artifact/org.glassfish.jersey/jersey-bom -->
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -28,9 +28,9 @@
|
|||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</connection>
|
||||
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</developerConnection>
|
||||
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</url>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gxRest</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gxRest</developerConnection>
|
||||
<url>scm:git:https://code-repo.d4science.org/gCubeSystem/gxRest</url>
|
||||
</scm>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue