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

This commit is contained in:
Luca Frosini 2019-10-03 11:22:33 +02:00
parent a666f48e3b
commit 3d5acf67bf
1 changed files with 7 additions and 1 deletions

View File

@ -9,10 +9,16 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>Maven BOM for the Smartgears FW</name>
<scm>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom.git</url>
</scm>
<properties>
<jackson.version>2.6.0</jackson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>