removed openlayers dependency from pom
upted pom version at 3.7.1 updated distro git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/speciesdiscovery@101970 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ee8bffb3dd
commit
6f1d7bb1f2
|
@ -3,10 +3,10 @@
|
|||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||
<dependent-module archiveName="gis-viewer-3.4.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/gisViewer/gisViewer">
|
||||
<dependent-module archiveName="gis-viewer-3.6.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/gisViewer/gisViewer">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="gcube-gis-viewer-2.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/GCubeGisViewer/GCubeGisViewer">
|
||||
<dependent-module archiveName="geoserverinterface-1.10.4-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoserverinterface/geoserverinterface">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
|
||||
|
|
|
@ -17,7 +17,7 @@ Authors
|
|||
|
||||
Version and Release Date
|
||||
------------------------
|
||||
v. 3.7.0 June 2014
|
||||
v. 3.7.1 December 2014
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset
|
||||
component="org.gcube.application.speciesmanagement.speciesdiscovery.3-7-1"
|
||||
date="09-12-2014">
|
||||
<Change>Removed openlayers dependency from pom
|
||||
</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.application.speciesmanagement.speciesdiscovery.3-7-0"
|
||||
date="04-06-2014">
|
||||
|
@ -21,10 +27,12 @@
|
|||
component="org.gcube.application.speciesmanagement.speciesdiscovery.3-4-0"
|
||||
date="06-09-2013">
|
||||
<Change>Enhancements on GUI of SPD portlet was realized (view last
|
||||
query, new expand button are available)</Change>
|
||||
query, new expand button are available)
|
||||
</Change>
|
||||
<Change>The functionalities was updated in order to fit the changes in
|
||||
the service client. New advanced options are now available: "Expand
|
||||
with synonyms", "Unfold the taxa group by".</Change>
|
||||
with synonyms", "Unfold the taxa group by".
|
||||
</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.application.speciesmanagement.speciesdiscovery.3-3-0"
|
||||
|
|
16
pom.xml
16
pom.xml
|
@ -19,7 +19,7 @@
|
|||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>species-discovery</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>3.7.0-SNAPSHOT</version>
|
||||
<version>3.7.1-SNAPSHOT</version>
|
||||
<name>gCube Species Discovery</name>
|
||||
<description>
|
||||
gCube Species Discovery Portlet lets the users discovery species information from the Species Service.
|
||||
|
@ -160,12 +160,12 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gwtopenmaps.openlayers</groupId>
|
||||
<artifactId>gwt-openlayers-client</artifactId>
|
||||
<version>0.6</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gwtopenmaps.openlayers</groupId> -->
|
||||
<!-- <artifactId>gwt-openlayers-client</artifactId> -->
|
||||
<!-- <version>0.6</version> -->
|
||||
<!-- <scope>compile</scope> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
<!-- GWT-LOG -->
|
||||
<dependency>
|
||||
|
@ -206,7 +206,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-scope-maps</artifactId>
|
||||
<scope>compile</scope>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- END FWS -->
|
||||
|
||||
|
|
Reference in New Issue