v7.3.0-SNAPSHOT.

- maven-portal-bom 4.0.0-SNAPSHOT
- maven-parent 1.2.0
This commit is contained in:
Alfredo Oliviero 2024-09-24 11:23:06 +02:00
parent e43a04cb8e
commit 73e983d194
2 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [v7.3.0-SNAPSHOT]
- maven-portal-bom 4.0.0-SNAPSHOT
- maven-parent 1.2.0
## [v7.2.0-SNAPSHOT] - 2021-01-22
- Added portlet for PerformFISH KPI-Data generation

View File

@ -6,7 +6,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>
@ -14,7 +14,7 @@
<artifactId>thematic-gateways-portlet</artifactId>
<packaging>war</packaging>
<name>thematic-gateways-portlet Portlets</name>
<version>7.2.0-SNAPSHOT</version>
<version>7.3.0-SNAPSHOT</version>
<description>
Thematic Gateways Portlet
</description>
@ -39,7 +39,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<version>4.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>