Added License

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@114144 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-16 11:11:17 +00:00
parent 7fdf2991c7
commit b5336681ad
2 changed files with 8 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-extractcodelist-widget</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<name>tabular-data-extractcodelist-widget</name>
<description>tabular-data-extractcodelist-widget ensures the extraction of codelist from tabular resources</description>
@ -37,8 +37,8 @@
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2015-02-16</release.date>
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php</wikiurl>
<release.date>2015-04-30</release.date>
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory>
<configDirectory>config</configDirectory>

View File

@ -1,4 +1,9 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.1-5-0"
date="2015-04-30">
<Change>Updated dependency</Change>
<Change>Updated column selection</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-4-0"
date="2015-02-16">
<Change>Added automatically attach the codelist extracted[issue #3235]</Change>