Switched maven parent from 1.0.0 to 1.1.0-SNAPSHOT

This commit is contained in:
Luca Frosini 2019-07-24 18:22:27 +02:00
parent 9b49438ff4
commit bd10b53b6f
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath />
</parent>
@ -70,7 +70,7 @@
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>