Updated for Release 3.5.0
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@101001 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2ead4a02eb
commit
cb6086d1f3
4
pom.xml
4
pom.xml
|
@ -10,14 +10,14 @@
|
||||||
|
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>tabular-data-widgetx</artifactId>
|
<artifactId>tabular-data-widgetx</artifactId>
|
||||||
<version>1.4.0-SNAPSHOT</version>
|
<version>1.5.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>tabular-data-widgetx</name>
|
<name>tabular-data-widgetx</name>
|
||||||
<description>Widget that allows visualization of tabular data</description>
|
<description>Widget that allows visualization of tabular data</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||||
<release.date>2014-09-12</release.date>
|
<release.date>2014-10-31</release.date>
|
||||||
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php</wikiurl>
|
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php</wikiurl>
|
||||||
<templatesDirectory>templates</templatesDirectory>
|
<templatesDirectory>templates</templatesDirectory>
|
||||||
<distroDirectory>distro</distroDirectory>
|
<distroDirectory>distro</distroDirectory>
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
|
<Changeset component="${groupId}.${artifactId}.1-5-0"
|
||||||
|
date="2014-10-31">
|
||||||
|
<Change>Updated for multi tab support</Change>
|
||||||
|
<Change>Updated Geometry type support</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset component="${groupId}.${artifactId}.1-4-0"
|
<Changeset component="${groupId}.${artifactId}.1-4-0"
|
||||||
date="2014-09-12">
|
date="2014-09-12">
|
||||||
<Change>Updated grid behavior</Change>
|
<Change>Updated grid behavior</Change>
|
||||||
|
|
Loading…
Reference in New Issue