Update 'pom.xml'

This commit is contained in:
Roberto Cirillo 2020-03-30 10:08:18 +02:00
parent 2311be727e
commit d5eac8ea30
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@
The social networking facilities exploit a NoSQL data store for their storage. Specifically an Apache Cassandra data store. The social networking facilities exploit a NoSQL data store for their storage. Specifically an Apache Cassandra data store.
</description> </description>
<scm> <scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/${project.artifactId}</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/${project.artifactId}</developerConnection> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/${project.artifactId}</url> <url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm> </scm>
<properties> <properties>
<gwtVersion>2.8.1</gwtVersion> <gwtVersion>2.8.1</gwtVersion>