Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@94189 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2748b0adde
commit
8f62d59e59
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-widgetx</artifactId>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
|
||||
<name>tabular-data-widgetx</name>
|
||||
<description>Widget that allows visualization of tabular data</description>
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="${groupId}.${artifactId}.1-1-0"
|
||||
date="2014-04-04">
|
||||
<Change>Added GridAndCellSelectionModel</Change>
|
||||
<Change>Added getCellValue, checkOnlyColumn and getSelectedRowsId functions on GridSelectionPanel </Change>
|
||||
<Change>Updated ColumnDefinition</Change>
|
||||
<Change>Updated ColumnConfigGenerator</Change>
|
||||
<Change>Updated key of rows on GridSelectionPanel</Change>
|
||||
</Changeset>
|
||||
<Changeset component="${groupId}.${artifactId}.1-0-0"
|
||||
date="2014-02-01">
|
||||
<Change>First Release</Change>
|
||||
|
|
Loading…
Reference in New Issue