Update 'pom.xml'

restore maven-parent 1.2.0
change maven-smartgears-bom with LATEST version to gcube-smartgears-bom 2.5.0
This commit is contained in:
Roberto Cirillo 2024-04-05 14:37:35 +02:00
parent 8c4852be00
commit 49c43c9bc8
1 changed files with 4 additions and 4 deletions

View File

@ -4,11 +4,11 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.data.access.geonetwork</groupId>
<artifactId>gcube-geonetwork-connector</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
@ -32,8 +32,8 @@
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-smartgears-bom</artifactId>
<version>LATEST</version>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>