Update 'pom.xml'

This commit is contained in:
Lucio Lelii 2019-10-17 12:48:51 +02:00
parent 37ace54c64
commit 715e9f0f2a
1 changed files with 7 additions and 6 deletions

11
pom.xml
View File

@ -4,7 +4,7 @@
<groupId>org.gcube.core</groupId>
<artifactId>common-events</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>common-events</name>
@ -13,7 +13,7 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>
<properties>
@ -21,11 +21,12 @@
</properties>
<scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</connection>
<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<dependencies>
<dependency>