Update 'pom.xml'

upgrade to 1.0.1 version. remove snapshot from maven-portal-bom declaration
This commit is contained in:
Roberto Cirillo 2023-09-14 14:25:46 +02:00
parent 5a9cb2452a
commit ad269c5619
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-data-mapper</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<scm>
@ -46,7 +46,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>