Updated to gcube-smartgears-bom 2.5.0

This commit is contained in:
Giancarlo Panichi 2023-11-09 18:31:39 +01:00
parent 65e4c9bdcc
commit 4a5eb67f73
3 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,11 @@
# Changelog
## [v2.7.2-SNAPSHOT]
- Updated to gcube-smartgears-bom.2.5.0
## [v2.7.1] - 2022-04-06
- Updated to gcube-smartgears-bom.2.1.1 [#23133]

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.dataanalysis.dataminer-pool-manager.2-7-2" date="2023-11-09">
<Change>Updated to gcube-smartgears-bom.2.5.0</Change>
</Changeset>
<Changeset component="org.gcube.dataanalysis.dataminer-pool-manager.2-7-1" date="2022-04-06">
<Change>Updated to gcube-smartgears-bom.2.2.0 [#23133]</Change>
</Changeset>

View File

@ -5,14 +5,14 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>dataminer-pool-manager</artifactId>
<packaging>war</packaging>
<version>2.7.1</version>
<version>2.7.2-SNAPSHOT</version>
<name>dataminer-pool-manager</name>
<description>DataMiner Pool Manager is a service to support the integration of algorithms in D4Science Infrastructure</description>
@ -151,7 +151,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.1</version>
<version>2.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>