Feature #12726, update resource at vo level rather than vre level
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/resource-management@173974 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5d8296c2d7
commit
be864a09be
|
@ -1,12 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" output="target/resource-management-6.5.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
<classpathentry kind="src" output="target/resource-management-6.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="optional" value="true"/>
|
<attribute name="optional" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry excluding="**" kind="src" output="target/resource-management-6.5.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
<classpathentry excluding="**" kind="src" output="target/resource-management-6.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
@ -39,5 +39,5 @@
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="output" path="target/resource-management-6.5.0-SNAPSHOT/WEB-INF/classes"/>
|
<classpathentry kind="output" path="target/resource-management-6.6.0-SNAPSHOT/WEB-INF/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -1,8 +1,15 @@
|
||||||
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
|
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
|
||||||
|
<Changeset component="org.gcube.portlets-admin.resource-management-portlet.6-5-0"
|
||||||
|
date="2018-11-05">
|
||||||
|
<Change>Feature #12726
|
||||||
|
Infrastructure-monitor: update resource at vo level rather than vre level
|
||||||
|
</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset component="org.gcube.portlets-admin.resource-management-portlet.6-5-0"
|
<Changeset component="org.gcube.portlets-admin.resource-management-portlet.6-5-0"
|
||||||
date="2018-06-25">
|
date="2018-06-25">
|
||||||
<Change>Updated select context menu enabling filtering as you type</Change>
|
<Change>Updated select context menu enabling filtering as you type
|
||||||
|
</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset component="org.gcube.portlets-admin.resource-management-portlet.6-3-0"
|
<Changeset component="org.gcube.portlets-admin.resource-management-portlet.6-3-0"
|
||||||
date="2017-02-24">
|
date="2017-02-24">
|
||||||
|
@ -21,7 +28,8 @@
|
||||||
<Changeset component="org.gcube.portlets-admin.resource-management-portlet.5-6-0"
|
<Changeset component="org.gcube.portlets-admin.resource-management-portlet.5-6-0"
|
||||||
date="2015-09-28">
|
date="2015-09-28">
|
||||||
<Change>Refactored code in dependencies to promote reuse of sweeper
|
<Change>Refactored code in dependencies to promote reuse of sweeper
|
||||||
features</Change>
|
features
|
||||||
|
</Change>
|
||||||
<Change>Implemented Feature #187, remove scope operation with Report
|
<Change>Implemented Feature #187, remove scope operation with Report
|
||||||
</Change>
|
</Change>
|
||||||
<Change>Implemented Feature #446 Show SmartGearsDistribution version
|
<Change>Implemented Feature #446 Show SmartGearsDistribution version
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.portlets.admin</groupId>
|
<groupId>org.gcube.portlets.admin</groupId>
|
||||||
<artifactId>resource-management</artifactId>
|
<artifactId>resource-management</artifactId>
|
||||||
<version>6.5.0-SNAPSHOT</version>
|
<version>6.6.0-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>gCube Resource Management Portlet</name>
|
<name>gCube Resource Management Portlet</name>
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Reference in New Issue