v7.3.0-SNAPSHOT.
- maven-portal-bom 4.0.0-SNAPSHOT - maven-parent 1.2.0
This commit is contained in:
parent
e43a04cb8e
commit
73e983d194
|
@ -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
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue