adoption of gcube-smartgears-bom.2.0.0-SNAPSHOT

This commit is contained in:
Fabio Sinibaldi 2020-10-07 17:37:34 +02:00
parent 0caf87d2fb
commit eb5d86b971
1 changed files with 3 additions and 10 deletions

13
pom.xml
View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portal</groupId> <groupId>org.gcube.portal</groupId>
<artifactId>oauth</artifactId> <artifactId>oauth</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>1.2.0</version> <version>1.2.1-SNAPSHOT</version>
<name>gcube-oauth</name> <name>gcube-oauth</name>
<properties> <properties>
@ -33,18 +33,11 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>LATEST</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>LATEST</version> <version>2.0.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>