The SCM section of the POM has been changed to reflect that we are now
working with a Git repository.
This commit is contained in:
parent
48b484f04f
commit
b8e1f20d97
6
pom.xml
6
pom.xml
|
@ -17,9 +17,9 @@
|
|||
</description>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/${project.artifactId}</connection>
|
||||
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/${project.artifactId}</developerConnection>
|
||||
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/${project.artifactId}</url>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/social-util-library.git</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/social-util-library.git</developerConnection>
|
||||
<url>https://code-repo.d4science.org/gCubeSystem/social-util-library</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue