Enhanced version
This commit is contained in:
parent
1a06c89337
commit
c01ad771cb
13
pom.xml
13
pom.xml
|
@ -9,7 +9,7 @@
|
|||
|
||||
<groupId>org.gcube.smartgears.handlers</groupId>
|
||||
<artifactId>resource-registry-handlers</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>Resource Registry Handlers</name>
|
||||
<description>Smartgears Handler to publish HostingNode and EService on Resource Registry</description>
|
||||
|
||||
|
@ -27,10 +27,17 @@
|
|||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-smartgears-bom</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
@ -84,4 +91,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue