Removed -SNAPSHOT from dependencies version

This commit is contained in:
Luca Frosini 2020-02-11 17:49:59 +01:00
parent 6c6da95d59
commit b6b2e53ab0
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.is-exporter-se-plugin.1-4-0" date="${buildDate}">
<Change>Refactored code to support IS Model reorganization (e.g naming, packages)</Change>
<Change>Refactored code to support renaming of Embedded class to Property #13274</Change>
<Change>Starting to use the new Encrypted property type #12812</Change>
</Changeset>

View File

@ -43,7 +43,7 @@
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-bom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>