Added property on samplecontainer.xml <property name='SmartGearDistributionBundle' value='UnBundled' /> so that the SmartGearDistributionBundle version will be available on ghn profile. Refs. #3320
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@114070 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
384fb4b6ec
commit
29225a818e
|
@ -1,2 +1,3 @@
|
||||||
* Fabio Simeoni (fabio.simeoni@fao.org), FAO of the UN, Italy
|
* Fabio Simeoni (fabio.simeoni@fao.org), FAO of the UN, Italy
|
||||||
* Andrea Manzi (andrea.manzi@cern.ch), CERN, Switzerland
|
* Andrea Manzi (andrea.manzi@cern.ch), CERN, Switzerland
|
||||||
|
* Luca Frosini (luca.frosini@isti.cnr.it), ISTI -CNR, Italy
|
|
@ -9,6 +9,7 @@ Authors
|
||||||
|
|
||||||
* Fabio Simeoni (fabio.simeoni@fao.org), FAO of the UN, Italy.
|
* Fabio Simeoni (fabio.simeoni@fao.org), FAO of the UN, Italy.
|
||||||
* Andrea Manzi (andrea.manzi@cern.ch), CERN, Switzerland
|
* Andrea Manzi (andrea.manzi@cern.ch), CERN, Switzerland
|
||||||
|
* Luca Frosini (luca.frosini@isti.cnr.it), ISTI -CNR, Italy
|
||||||
|
|
||||||
Version and Release Date
|
Version and Release Date
|
||||||
------------------------
|
------------------------
|
||||||
|
|
|
@ -11,5 +11,7 @@
|
||||||
<Change>upgraded clean scripts to clean the IS</Change>
|
<Change>upgraded clean scripts to clean the IS</Change>
|
||||||
<Change>added symlink for shared libs</Change>
|
<Change>added symlink for shared libs</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.distribution.smartgears-distribution.1-2-1" date="2015-04-15">
|
||||||
|
<Change>smartgear-distribution-bundle version is published on ghn profile</Change>
|
||||||
|
</Changeset>
|
||||||
</ReleaseNotes>
|
</ReleaseNotes>
|
|
@ -12,6 +12,12 @@
|
||||||
<longitude>12.5000</longitude>
|
<longitude>12.5000</longitude>
|
||||||
</site>
|
</site>
|
||||||
|
|
||||||
|
<property name='SmartGearDistributionBundle' value='UnBundled' />
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Add your own property value here. This values will be published on
|
||||||
|
GHN porfile in /Profile/GHNDescription/RunTimeEnv/ tag.
|
||||||
|
-->
|
||||||
<!--
|
<!--
|
||||||
<property name='prop1' value='val1' />
|
<property name='prop1' value='val1' />
|
||||||
<property name='prop2' value='val2' />
|
<property name='prop2' value='val2' />
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -8,7 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>smartgears-distribution</artifactId>
|
<artifactId>smartgears-distribution</artifactId>
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.2.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>A distribution for the SmartGears Framework</name>
|
<name>A distribution for the SmartGears Framework</name>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue