Fixed version and 'scm' properties to comply with release procedure
This commit is contained in:
parent
78a54707ec
commit
6d6211c2b2
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue