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

This commit is contained in:
Luca Frosini 2019-10-03 11:07:19 +02:00
parent 84aa781599
commit 2ba4dcc6e5
1 changed files with 6 additions and 2 deletions

View File

@ -11,12 +11,16 @@
<groupId>org.gcube.data.access</groupId>
<artifactId>ckan-connector</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>war</packaging>
<name>ckan connector</name>
<description>a ckan connector for automatic login</description>
<scm>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/ckan-connector.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/ckan-connector.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/ckan-connector.git</url>
</scm>
<properties>
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>