Updated bom to latest version [#24209]

This commit is contained in:
Giancarlo Panichi 2022-12-06 11:54:51 +01:00
parent 01b71e2715
commit 86bb6c207f
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog for "dataminer" # Changelog for "dataminer"
## [v1.9.1-SNAPSHOT] - 2022-12-06
- Updated bom to latest version [#24209]
## [v1.9.0] - 2022-04-05 ## [v1.9.0] - 2022-04-05
- Added support to new JWT token via URI Resolver [#23107] - Added support to new JWT token via URI Resolver [#23107]

View File

@ -10,7 +10,7 @@
</parent> </parent>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>dataminer</artifactId> <artifactId>dataminer</artifactId>
<version>1.9.0</version> <version>1.9.1-SNAPSHOT</version>
<name>dataminer</name> <name>dataminer</name>
<description>An e-Infrastructure service providing state-of-the art DataMining algorithms and ecological modelling approaches under the Web Processing Service (WPS) standard.</description> <description>An e-Infrastructure service providing state-of-the art DataMining algorithms and ecological modelling approaches under the Web Processing Service (WPS) standard.</description>
@ -56,7 +56,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.0.2</version> <version>2.1.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>