adoption of gcube-smartgears-bom.2.0.0-SNAPSHOT

This commit is contained in:
Fabio Sinibaldi 2020-10-07 16:34:00 +02:00
parent 2732b05426
commit cb57512174
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data.access</groupId> <groupId>org.gcube.data.access</groupId>
<artifactId>storagehub</artifactId> <artifactId>storagehub</artifactId>
<version>1.2.2</version> <version>1.2.3-SNAPSHOT</version>
<name>storagehub</name> <name>storagehub</name>
<scm> <scm>
@ -46,8 +46,8 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-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>