gcube 3.1
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/aslvre@94420 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0648ba539b
commit
fa2a847224
|
@ -1,11 +1,16 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.application-support-layer.application-support-layer-vremanagement.3-2-0" date="2011-02-07">
|
||||
<Change>Added support to the new VRE Deployer portlet</Change>
|
||||
<Change>Added support to the new VRE Manager service</Change>
|
||||
<Changeset component="org.gcube.application-support-layer.application-support-layer-vremanagement.5-1-0" date="2014-04-07">
|
||||
<Change>Fixed wrong import</Change>
|
||||
<Change>POM updated</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.application-support-layer.application-support-layer-vremanagement.5-0-0" date="2013-10-21">
|
||||
<Change>Ported to Feather Weight Stack</Change>
|
||||
<Change>Removed GCF Dependency</Change>
|
||||
<Change>Logging with sl4j Enabled</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.application-support-layer.application-support-layer-vremanagement.3-2-0" date="2011-02-07">
|
||||
<Change>Added support to the new VRE Deployer portlet</Change>
|
||||
<Change>Added support to the new VRE Manager service</Change>
|
||||
</Changeset>
|
||||
|
||||
</ReleaseNotes>
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslvre</artifactId>
|
||||
<version>5.0.0-SNAPSHOT</version>
|
||||
<version>5.1.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>VRE Management ASL Extension</name>
|
||||
<description>
|
||||
|
|
|
@ -7,6 +7,7 @@ import static org.gcube.vremanagement.vremodel.cl.plugin.AbstractPlugin.manager;
|
|||
|
||||
import java.rmi.RemoteException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.Calendar;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
@ -29,8 +30,6 @@ import org.gcube.vremanagement.vremodeler.utils.reports.DeployReport;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import edu.emory.mathcs.backport.java.util.Arrays;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue