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