update pom with new maven-parent and portal bom

This commit is contained in:
Roberto Cirillo 2023-06-13 14:49:34 +02:00
parent 821ff88e05
commit 27ece3cea2
2 changed files with 11 additions and 3 deletions

8
CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# Changelog for session checker (deprecated)
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.1.0-SNAPSHOT] - 2023-06-13
- ported to git

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.data.access.geonetwork</groupId>
<artifactId>gcube-geonetwork-connector</artifactId>
@ -24,7 +24,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>LATEST</version>
<version>3.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -109,4 +109,4 @@
</plugin>
</plugins>
</build>
</project>
</project>