Fixed reference to released `portal-bom` instead of `-snapshot`

This commit is contained in:
Mauro Mugnaini 2021-06-22 12:50:04 +02:00
parent ac162944e0
commit f1859341f9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>