Fixed changelog and removed -SNAPSHOT from version for release 4.19
This commit is contained in:
parent
4d0921b139
commit
23fc5ee4e6
|
@ -2,6 +2,9 @@
|
||||||
<!DOCTYPE xml>
|
<!DOCTYPE xml>
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-3-0" date="${buildDate}">
|
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-3-0" date="${buildDate}">
|
||||||
|
<Change>Added method to retrieve a persisted file</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-3-0" date="2019-12-20">
|
||||||
<Change>Changed the pom and distro files to comply with new release procedure</Change>
|
<Change>Changed the pom and distro files to comply with new release procedure</Change>
|
||||||
<Change>Reintroduced Home Library to cover cases not managed by storage-hub</Change>
|
<Change>Reintroduced Home Library to cover cases not managed by storage-hub</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.data-publishing</groupId>
|
<groupId>org.gcube.data-publishing</groupId>
|
||||||
<artifactId>storagehub-application-persistence</artifactId>
|
<artifactId>storagehub-application-persistence</artifactId>
|
||||||
<version>1.3.1-SNAPSHOT</version>
|
<version>1.3.1</version>
|
||||||
<name>StorageHub Application Persistence</name>
|
<name>StorageHub Application Persistence</name>
|
||||||
<description>
|
<description>
|
||||||
This library allows any application to persist in its workspace home any
|
This library allows any application to persist in its workspace home any
|
||||||
|
|
Loading…
Reference in New Issue