1925: Uri-Resolver: resolve gCubeStorage smp uri like http uri
Task-Url: https://support.d4science.org/issues/1925 Added temporary method to generate new public link format: http://host/storageID Updated pom version at 6.11.0 git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@122217 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0cb404966a
commit
883e576766
|
@ -5,6 +5,9 @@
|
|||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-sources/gwt"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
<dependent-module archiveName="workspace-tree-widget-6.11.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/workspace-tree-widget-TRUNK/workspace-tree-widget-TRUNK">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="workspace-sharing-widget-1.5.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/workspace-sharing-widget-TRUNK/workspace-sharing-widget-TRUNK">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
|
|
|
@ -16,7 +16,7 @@ Authors
|
|||
Version and Release Date
|
||||
------------------------
|
||||
|
||||
v. 6.10.1 December 2015
|
||||
v. 6.11.0 January 2016
|
||||
|
||||
|
||||
Description
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets-user.workspace-portlet.6-11-0"
|
||||
date="2016-01-13">
|
||||
<Change>[Feature #1925] Added, new public link format:
|
||||
http://host/storageID</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-user.workspace-portlet.6-10-1"
|
||||
date="2015-12-16">
|
||||
<Change>Bug Fixing - #1804; #1808; #1822; #1333</Change>
|
||||
|
@ -16,7 +21,8 @@
|
|||
</Change>
|
||||
<Change>[Bug #1459] Fixed: get link disabled</Change>
|
||||
<Change>[Bug #1260] Fixed: minor glitch on Chrome, topbar shows
|
||||
vertical scroller</Change>
|
||||
vertical scroller
|
||||
</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-user.workspace-portlet.6-9-0"
|
||||
date="2015-10-30">
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
|||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>workspace</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>6.10.1-SNAPSHOT</version>
|
||||
<version>6.11.0-SNAPSHOT</version>
|
||||
<name>gCube Workspace Portlet</name>
|
||||
<description>
|
||||
gcube Workspace Portlet is a portlet for users workspace management
|
||||
|
|
Loading…
Reference in New Issue