Removed -SNAPSHOT to release the component
This commit is contained in:
parent
51cb9131f8
commit
2ba8e74ea6
6
pom.xml
6
pom.xml
|
@ -104,17 +104,17 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-api</artifactId>
|
||||
<version>[4.1.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
||||
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-client</artifactId>
|
||||
<version>[4.1.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
||||
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-publisher</artifactId>
|
||||
<version>[4.1.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
||||
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<!-- END Facets Based Resource Model related dependencies -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue