removed -SNAPSHOT as lower range from dependencies

This commit is contained in:
Francesco Mangiacrapa 2020-04-08 14:38:19 +02:00
parent 96548f8593
commit 51b04ddc28
1 changed files with 5 additions and 6 deletions

11
pom.xml
View File

@ -16,13 +16,13 @@
<description>
GWT Widget application to access GIS Data
</description>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.7.0</gwtVersion>
@ -56,7 +56,7 @@
<version>${gwtVersion}</version>
<scope>provided</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.sencha.gxt</groupId> -->
<!-- <artifactId>gxt</artifactId> -->
@ -81,6 +81,7 @@
<artifactId>commons-io</artifactId>
<scope>compile</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.gwtopenmaps.openlayers</groupId> -->
<!-- <artifactId>gwt-openlayers-client</artifactId> -->
@ -104,7 +105,7 @@
<dependency>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geo-utility</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
@ -142,7 +143,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<goals>
@ -155,7 +155,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<configuration>
<skipTests>true</skipTests>
</configuration>