Removed -SNAPSHOT from dependencies version

model-reorganization
Luca Frosini 4 years ago
parent 6c6da95d59
commit b6b2e53ab0

@ -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>

@ -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>

Loading…
Cancel
Save