changelog updated
This commit is contained in:
parent
ea438888c8
commit
b80f1ccb0d
|
@ -1,4 +1,10 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
|
<Changeset component="org.gcube.data-access.storagehub-webapp.1.2.0"
|
||||||
|
date="2020-04-15">
|
||||||
|
<Change>trash items changes owner on restore</Change>
|
||||||
|
<Change>restore with new destination folder added</Change>
|
||||||
|
<Change>move between shared and private or different shared folder enabled</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset component="org.gcube.data-access.storagehub-webapp.1.0.8"
|
<Changeset component="org.gcube.data-access.storagehub-webapp.1.0.8"
|
||||||
date="2019-09-20">
|
date="2019-09-20">
|
||||||
<Change>Bug on ushare owner fixed</Change>
|
<Change>Bug on ushare owner fixed</Change>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.data.access</groupId>
|
<groupId>org.gcube.data.access</groupId>
|
||||||
<artifactId>storagehub</artifactId>
|
<artifactId>storagehub</artifactId>
|
||||||
<version>1.1.1-SNAPSHOT</version>
|
<version>1.2.0-SNAPSHOT</version>
|
||||||
<name>storagehub</name>
|
<name>storagehub</name>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
|
@ -25,7 +25,7 @@ The projects leading to this software have received funding from a series of
|
||||||
Version
|
Version
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
1.1.1-SNAPSHOT (2020-04-14)
|
1.2.0-SNAPSHOT (2020-04-15)
|
||||||
|
|
||||||
Please see the file named "changelog.xml" in this directory for the release notes.
|
Please see the file named "changelog.xml" in this directory for the release notes.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<application mode='online'>
|
<application mode='online'>
|
||||||
<name>StorageHub</name>
|
<name>StorageHub</name>
|
||||||
<group>DataAccess</group>
|
<group>DataAccess</group>
|
||||||
<version>1.1.1-SNAPSHOT</version>
|
<version>1.2.0-SNAPSHOT</version>
|
||||||
<description>Storage Hub webapp</description>
|
<description>Storage Hub webapp</description>
|
||||||
<local-persistence location='target' />
|
<local-persistence location='target' />
|
||||||
</application>
|
</application>
|
Loading…
Reference in New Issue