git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/VREModeler@34928 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
bbe1fa27b9
commit
3a68360e27
|
@ -6,6 +6,6 @@ v. 1.2.0 (14-05-2010)
|
|||
* ticket #211: ResourceManager integration
|
||||
* stubs modified
|
||||
|
||||
v. 1.3.0 (11-09-2010)
|
||||
v. 1.4.0 (11-09-2010)
|
||||
* support for cloud deployment
|
||||
|
4
README
4
README
|
@ -20,7 +20,9 @@ Version and Release Date
|
|||
v. 1.0.0 (17-10-2008)
|
||||
* First release
|
||||
|
||||
v. 1.2.0 (14-05-2010)
|
||||
v. 1.2.0 (14-05-2010)
|
||||
|
||||
v. 1.4.0 (7-02-2011)
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.vre-management.vremodeler.1-3-0" date="2010-11-9">
|
||||
<Changeset component="org.gcube.vre-management.vremodeler.1-4-0" date="2012-2-7">
|
||||
<Change>support for cloud deployment</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
|
@ -11,7 +11,7 @@
|
|||
<Main>
|
||||
<Description>Allows user to create new VRE</Description>
|
||||
<Name>VREModeler-service</Name>
|
||||
<Version>1.3.0</Version>
|
||||
<Version>1.4.0</Version>
|
||||
<Dependencies>
|
||||
<Dependency>
|
||||
<Service>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<Version>1.0.0</Version>
|
||||
</Service>
|
||||
<Package>VREModeler-stubs</Package>
|
||||
<Version>[1.03.00,1.04.00)</Version>
|
||||
<Version>[1.05.00,1.05.00)</Version>
|
||||
<Scope level="GHN"/>
|
||||
<Optional>false</Optional>
|
||||
</Dependency>
|
||||
|
@ -56,7 +56,7 @@
|
|||
<Software>
|
||||
<Description>Allows user to create new VRE</Description>
|
||||
<Name>VREModeler-stubs</Name>
|
||||
<Version>1.3.0</Version>
|
||||
<Version>1.4.0</Version>
|
||||
<Files><File>org.gcube.vremanagement.vremodeler.stubs.jar</File></Files>
|
||||
</Software>
|
||||
</Packages>
|
||||
|
|
Loading…
Reference in New Issue