Updated gcube-bom to latest version [#23769]

This commit is contained in:
Giancarlo Panichi 2022-08-26 13:17:24 +02:00
parent 4e7c246671
commit bd5ebcceec
3 changed files with 13 additions and 7 deletions

11
CHANGELOG.md Normal file → Executable file
View File

@ -1,11 +1,14 @@
# Changelog
## [v1.0.5] [r4.24.0] - 2020-06-10
## [v1.1.0-SNAPSHOT] - 2022-08-26
### Features
- Updated bom to latest version [#23769]
## [v1.0.5] - 2020-06-10
- Updated for support https protocol [#19423]
@ -13,8 +16,6 @@
## [v1.0.4] - 2016-10-03
### Features
- First Release

5
changelog.xml Normal file → Executable file
View File

@ -1,4 +1,9 @@
<ReleaseNotes>
<Changeset
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-0-5"
date="2022-08-26">
<Change>Updated gcube-bom to latest version [#23769]</Change>
</Changeset>
<Changeset
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-0-5"
date="2020-06-10">

4
pom.xml Normal file → Executable file
View File

@ -10,7 +10,7 @@
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-wps-extension</artifactId>
<version>1.0.5</version>
<version>1.1.0-SNAPSHOT</version>
<name>ecological-engine-wps-extension</name>
<description>This is a library to support DataMiner service that integrates the WPS 52North in the D4Science Infrastructure.</description>
@ -28,7 +28,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.5.0</version>
<version>2.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>