Update 'pom.xml'
restored snapshot version. This component isn't released yet
This commit is contained in:
parent
5c21fd6a0d
commit
63fbdee130
4
pom.xml
4
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.smartgears.handlers</groupId>
|
<groupId>org.gcube.smartgears.handlers</groupId>
|
||||||
<artifactId>resource-registry-handlers</artifactId>
|
<artifactId>resource-registry-handlers</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
<name>Resource Registry Handlers</name>
|
<name>Resource Registry Handlers</name>
|
||||||
<description>Smartgears Handler to publish HostingNode and EService on Resource Registry</description>
|
<description>Smartgears Handler to publish HostingNode and EService on Resource Registry</description>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-smartgears-bom</artifactId>
|
<artifactId>gcube-smartgears-bom</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue