Fixed version and 'scm' properties to comply with release procedure

This commit is contained in:
Luca Frosini 2019-10-03 11:13:09 +02:00
parent 78a54707ec
commit 6d6211c2b2
1 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.data-publishing</groupId>
<artifactId>gcat</artifactId>
<packaging>war</packaging>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>gCube Catalogue Service</name>
<description>
This service allows any client to publish on the gCube Catalogue.
@ -47,9 +47,9 @@
</properties>
<scm>
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube//trunk/data-publishing/${project.artifactId}</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/${project.artifactId}</url>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcat.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcat.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcat.git</url>
</scm>