Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@114138 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ec5f57766f
commit
8e17831c84
6
pom.xml
6
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>tabular-data-column-widget</artifactId>
|
<artifactId>tabular-data-column-widget</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.7.0-SNAPSHOT</version>
|
||||||
|
|
||||||
|
|
||||||
<name>tabular-data-column-widget</name>
|
<name>tabular-data-column-widget</name>
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
<properties>
|
<properties>
|
||||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||||
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
||||||
<release.date>2015-02-16</release.date>
|
<release.date>2015-04-30</release.date>
|
||||||
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php</wikiurl>
|
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
|
||||||
<templatesDirectory>templates</templatesDirectory>
|
<templatesDirectory>templates</templatesDirectory>
|
||||||
<distroDirectory>distro</distroDirectory>
|
<distroDirectory>distro</distroDirectory>
|
||||||
<configDirectory>config</configDirectory>
|
<configDirectory>config</configDirectory>
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
|
<Changeset component="${groupId}.${artifactId}.1-7-0"
|
||||||
|
date="2015-04-30">
|
||||||
|
<Change>Update Operation for open from Ribbon [issue #3154]</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset component="${groupId}.${artifactId}.1-6-0"
|
<Changeset component="${groupId}.${artifactId}.1-6-0"
|
||||||
date="2015-02-16">
|
date="2015-02-16">
|
||||||
<Change>Support Formats on Change Column Type [issue #3233]</Change>
|
<Change>Support Formats on Change Column Type [issue #3233]</Change>
|
||||||
|
|
Loading…
Reference in New Issue