From 557f0e940718d91207b9088541e771fa3ddfef2b Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 19 Feb 2016 09:21:56 +0000 Subject: [PATCH] 1452: Implement a GUI for StatMan Algorithms Importer Task-Url: https://support.d4science.org/issues/1452 Fixed Pom git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@124334 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 6 ++--- config/profile.xml | 6 ++--- distro/README | 2 +- distro/changelog.xml | 2 +- pom.xml | 12 +++++---- .../statalgoimporter.gwt.xml | 27 +++++++++++-------- templates/changelog.xml | 2 +- 7 files changed, 32 insertions(+), 25 deletions(-) diff --git a/.classpath b/.classpath index fd4e476..4d7d684 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -45,5 +45,5 @@ - + diff --git a/config/profile.xml b/config/profile.xml index 2de4399..0279889 100644 --- a/config/profile.xml +++ b/config/profile.xml @@ -11,15 +11,15 @@ statistical-algorithms-importer imports statistical algorithms statistical-algorithms-importer - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT org.gcube.portlets.user statistical-algorithms-importer - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT webapplication - statistical-algorithms-importer-0.0.1-SNAPSHOT.war + statistical-algorithms-importer-1.0.0-SNAPSHOT.war diff --git a/distro/README b/distro/README index e44431e..71b203d 100644 --- a/distro/README +++ b/distro/README @@ -15,7 +15,7 @@ Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" Version and Release Date ------------------------ -v. 0.0.1-SNAPSHOT (2015-04-30) +v. 1.0.0-SNAPSHOT (2015-04-30) Description diff --git a/distro/changelog.xml b/distro/changelog.xml index 4e8b88b..04c6d8c 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,5 +1,5 @@ - + First Release \ No newline at end of file diff --git a/pom.xml b/pom.xml index 195e551..235a09a 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 org.gcube.portlets.user statistical-algorithms-importer - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT war @@ -191,18 +191,20 @@ + org.gcube.applicationsupportlayer aslsocial provided - + + org.gcube.portal @@ -211,11 +213,11 @@ - + org.gcube.portlets.user gcube-widgets - + @@ -29,15 +29,18 @@ - + - + - - + + - + + + - - + /> --> + - + + diff --git a/templates/changelog.xml b/templates/changelog.xml index 1c3ab25..f6911f3 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,5 +1,5 @@ - + First Release \ No newline at end of file