Updated dependencies

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@115580 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-06-26 09:54:50 +00:00 committed by Giancarlo Panichi
parent c890f61e9a
commit 5c91b07f41
6 changed files with 27 additions and 31 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/tabular-data-widgetx-1.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/tabular-data-widgetx-1.8.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/tabular-data-widgetx-1.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/tabular-data-widgetx-1.8.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@ -40,5 +40,5 @@
</classpathentry>
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA.jar" sourcepath="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
<classpathentry kind="output" path="target/tabular-data-widgetx-1.7.0-SNAPSHOT/WEB-INF/classes"/>
<classpathentry kind="output" path="target/tabular-data-widgetx-1.8.0-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -6,20 +6,20 @@
<Description>Widget that allows visualization of tabular data</Description>
<Class>PortletsUser</Class>
<Name>tabular-data-widgetx</Name>
<Version>1.7.0-SNAPSHOT</Version>
<Version>1.8.0-SNAPSHOT</Version>
<Packages>
<Software>
<Description>Widget that allows visualization of tabular data</Description>
<Name>tabular-data-widgetx</Name>
<Version>1.7.0-SNAPSHOT</Version>
<Version>1.8.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-widgetx</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
</MavenCoordinates>
<Type>library</Type>
<Files>
<File>tabular-data-widgetx-1.7.0-SNAPSHOT.jar</File>
<File>tabular-data-widgetx-1.8.0-SNAPSHOT.jar</File>
</Files>
</Software>
</Packages>

View File

@ -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-03)
Description

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-8-0" date="2015-07-03">
<Change>Added different colors for columns of different type [issue #251]</Change>
</Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-7-0" date="2015-04-30">
<Change>Updated Inline Filter to support soundex, text begin and text
end</Change>

36
pom.xml
View File

@ -10,30 +10,27 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-widgetx</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
<name>tabular-data-widgetx</name>
<description>Widget that allows visualization of tabular data</description>
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<release.date>2015-04-30</release.date>
<release.date>2015-07-03</release.date>
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory>
<configDirectory>config</configDirectory>
<gwtVersion>2.6.1</gwtVersion>
<gwtLogVersion>3.3.2</gwtLogVersion>
<gxtVersion>3.1.1</gxtVersion>
<gxtVersion>3.1.1</gxtVersion>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<KEYS>${env.KEYS}</KEYS>
<!-- Don't let your Mac use a crazy non-standard encoding -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@ -54,7 +51,7 @@
</roles>
</developer>
</developers>
<profiles>
<profile>
<id>localRun</id>
@ -80,21 +77,21 @@
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version>
<version>${gwtVersion}</version>
</dependency>
<dependency>
<groupId>com.sencha.gxt</groupId>
<artifactId>gxt</artifactId>
<version>${gxtVersion}</version>
</dependency>
<!-- Portal -->
<!-- Portal -->
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcore</artifactId>
@ -103,7 +100,6 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
@ -114,14 +110,8 @@
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- JSON
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
</dependency> -->
<!-- LOGGING -->
<dependency>
<groupId>com.allen-sauer.gwt.log</groupId>

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.1-8-0" date="2015-07-03">
<Change>Added different colors for columns of different type [issue #251]</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-7-0" date="2015-04-30">
<Change>Updated Inline Filter to support soundex, text begin and text
end</Change>