Update the scm connection in the poms to refer the Git repo.

This commit is contained in:
Manuele Simi 2019-04-09 23:08:19 -04:00
parent bdcb217e65
commit b262824bfa
3 changed files with 10 additions and 9 deletions

View File

@ -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>

View File

@ -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 -->

View File

@ -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>