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:
Massimiliano Assante 2019-09-13 11:46:56 +02:00
parent 48b484f04f
commit b8e1f20d97
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@
</description> </description>
<scm> <scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/${project.artifactId}</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/social-util-library.git</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/${project.artifactId}</developerConnection> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/social-util-library.git</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/${project.artifactId}</url> <url>https://code-repo.d4science.org/gCubeSystem/social-util-library</url>
</scm> </scm>
<properties> <properties>