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:
Luca Frosini 2015-04-15 13:52:40 +00:00
parent 384fb4b6ec
commit 29225a818e
5 changed files with 13 additions and 3 deletions

View File

@ -1,2 +1,3 @@
* 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

View File

@ -9,6 +9,7 @@ Authors
* Fabio Simeoni (fabio.simeoni@fao.org), FAO of the UN, Italy.
* Andrea Manzi (andrea.manzi@cern.ch), CERN, Switzerland
* Luca Frosini (luca.frosini@isti.cnr.it), ISTI -CNR, Italy
Version and Release Date
------------------------

View File

@ -11,5 +11,7 @@
<Change>upgraded clean scripts to clean the IS</Change>
<Change>added symlink for shared libs</Change>
</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>

View File

@ -12,7 +12,13 @@
<longitude>12.5000</longitude>
</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='prop2' value='val2' />
-->

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>A distribution for the SmartGears Framework</name>