Fixed wiki url

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget@119346 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-10-02 13:03:41 +00:00 committed by Giancarlo Panichi
parent a388a662ad
commit 06b0affaa0
9 changed files with 25 additions and 15 deletions

View File

@ -6,20 +6,20 @@
<Description>tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources</Description>
<Class>PortletsUser</Class>
<Name>tabular-data-toolbox-widget</Name>
<Version>1.8.0-SNAPSHOT</Version>
<Version>1.0.0</Version>
<Packages>
<Software>
<Description>tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources</Description>
<Name>tabular-data-toolbox-widget</Name>
<Version>1.8.0-SNAPSHOT</Version>
<Version>1.9.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-toolbox-widget</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</MavenCoordinates>
<Type>library</Type>
<Files>
<File>tabular-data-toolbox-widget-1.8.0-SNAPSHOT.jar</File>
<File>tabular-data-toolbox-widget-1.9.0-SNAPSHOT.jar</File>
</Files>
</Software>
</Packages>

View File

@ -1,7 +1,9 @@
The gCube System - tabular-data-toolbox-widget
------------------------------------------------------------
This work has been supported by the following European projects: iMarine (FP7-INFRASTRUCTURES-2011-2)
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2),
D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2),
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1).
Authors
-------
@ -13,7 +15,7 @@ Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
Version and Release Date
------------------------
v. 1.8.0-SNAPSHOT (2015-07-03)
v. 1.9.0-SNAPSHOT (2015-10-15)
Description
@ -37,7 +39,7 @@ Documentation
tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources
Documentation is available on-line from the Projects Documentation Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager
http://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager
Licensing

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets.user.tabular-data-toolbox-widget.1-9-0" date="2015-10-15">
<Change>Updated wiki link</Change>
</Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-toolbox-widget.1-8-0" date="2015-07-03">
<Change>Updated Layout</Change>
</Changeset>

View File

@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-toolbox-widget</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<name>tabular-data-toolbox-widget</name>
<description>tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources</description>
@ -39,8 +39,8 @@
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2015-07-03</release.date>
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
<release.date>2015-10-15</release.date>
<wikiurl>http://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory>
<configDirectory>config</configDirectory>

View File

@ -1 +1 @@
http://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager
http://wiki.gcube-system.org/gcube/Tabular_Data_Manager

View File

@ -1 +1 @@
http://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager
http://wiki.gcube-system.org/gcube/Tabular_Data_Manager

View File

@ -1,7 +1,9 @@
The gCube System - ${name}
------------------------------------------------------------
This work has been supported by the following European projects: iMarine (FP7-INFRASTRUCTURES-2011-2)
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2),
D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2),
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1).
Authors
-------
@ -37,7 +39,7 @@ Documentation
${project.description}
Documentation is available on-line from the Projects Documentation Wiki:
${wikiurl}
${wikiurl}
Licensing

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.1-9-0" date="2015-10-15">
<Change>Updated wiki link</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-8-0" date="2015-07-03">
<Change>Updated Layout</Change>
</Changeset>

View File

@ -6,7 +6,7 @@
<Description>${project.description}</Description>
<Class>PortletsUser</Class>
<Name>${project.name}</Name>
<Version>${version}</Version>
<Version>1.0.0</Version>
<Packages>
<Software>
<Description>${project.description}</Description>