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]