set registry-publisher range to [1.0.0-SNAPHOT, 2.0.0-SNAPSHOT)

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/document-store-lib--mongodb@122724 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Roberto Cirillo 2016-02-02 11:46:33 +00:00
parent ec384087b2
commit b935a2c595
1 changed files with 6 additions and 2 deletions

View File

@ -45,7 +45,11 @@
<artifactId>reflections</artifactId>
<version>0.9.9-RC1</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.gcube.core</groupId> -->
<!-- <artifactId>common-scope</artifactId> -->
<!-- <version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> -->
<!-- </dependency> -->
<!-- Test Dependency -->
<dependency>
<groupId>org.gcube.accounting</groupId>
@ -62,7 +66,7 @@
<dependency>
<groupId>org.gcube.resources</groupId>
<artifactId>registry-publisher</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>
<dependency>