From 7f27daf3a4c446c0493bcd84a5be9dcc510f46e0 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 25 Jun 2015 09:46:06 +0000 Subject: [PATCH] Fixed pom git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@115526 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 6 +++--- config/profile.xml | 8 ++++---- distro/README | 2 +- distro/changelog.xml | 5 +++++ pom.xml | 17 ++--------------- templates/changelog.xml | 5 +++++ 6 files changed, 20 insertions(+), 23 deletions(-) diff --git a/.classpath b/.classpath index 2914246..7d22fb2 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -44,5 +44,5 @@ - + diff --git a/config/profile.xml b/config/profile.xml index 2eb8e60..9b497c5 100644 --- a/config/profile.xml +++ b/config/profile.xml @@ -6,20 +6,20 @@ tabular-data-column-widget allows to perform operations on the columns of a tabular resource PortletsUser tabular-data-column-widget - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT tabular-data-column-widget allows to perform operations on the columns of a tabular resource tabular-data-column-widget - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.gcube.portlets.user tabular-data-column-widget - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT library - tabular-data-column-widget-1.7.0-SNAPSHOT.jar + tabular-data-column-widget-1.8.0-SNAPSHOT.jar diff --git a/distro/README b/distro/README index c6e613e..80e61f3 100644 --- a/distro/README +++ b/distro/README @@ -13,7 +13,7 @@ Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" Version and Release Date ------------------------ -v. 1.7.0-SNAPSHOT (2015-04-30) +v. 1.8.0-SNAPSHOT (2015-07-01) Description diff --git a/distro/changelog.xml b/distro/changelog.xml index 0e2bf2d..4c54641 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,9 @@ + + Allow the creation and use of expressions on multi column in TDM portlet[issue #81] + Fixed dependencies + Update Operation for open from Ribbon [issue #3154] diff --git a/pom.xml b/pom.xml index 60504ae..8700bb7 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 org.gcube.portlets.user tabular-data-column-widget - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT tabular-data-column-widget @@ -38,7 +38,7 @@ ${project.basedir}/distro ${project.build.directory}/${project.build.finalName} - 2015-04-30 + 2015-07-01 https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager templates distro @@ -76,7 +76,6 @@ org.gcube.common home-library - [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) @@ -107,21 +106,12 @@ ${gwtVersion} - - - com.sencha.gxt gxt ${gxtVersion} - - org.gcube.portlets.user @@ -184,11 +174,8 @@ test - - - ${webappDirectory}/WEB-INF/classes diff --git a/templates/changelog.xml b/templates/changelog.xml index 4d333bf..b53158f 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,4 +1,9 @@ + + Allow the creation and use of expressions on multi column in TDM portlet[issue #81] + Fixed dependencies + Update Operation for open from Ribbon [issue #3154]