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

This commit is contained in:
Luca Frosini 2019-10-03 11:09:52 +02:00
parent f628f9a72a
commit f79809d5f9
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -5,12 +5,12 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath />
</parent>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>ckan-util-library</artifactId>
<version>2.10.0-SNAPSHOT</version>
<version>2.10.0</version>
<packaging>jar</packaging>
<name>CKan utility library</name>
@ -19,9 +19,9 @@
</description>
<scm>
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/${serviceClass}/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/${serviceClass}/${project.artifactId}</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/${serviceClass}/${project.artifactId}</url>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/ckan-util-library.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/ckan-util-library.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/ckan-util-library.git</url>
</scm>
<properties>