Updated to maven-portal-bom-3.7.0-SNAPSHOT

This commit is contained in:
Giancarlo Panichi 2022-01-31 15:30:32 +01:00
parent 8e73591b8d
commit ce3cdf503f
3 changed files with 13 additions and 4 deletions

View File

@ -3,6 +3,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "data-miner-manager"
## [v1.13.0-SNAPSHOT] - 2022-01-31
### Features
- Updated to maven-portal-bom-3.7.0 [#22732]
## [v1.12.0] - 2021-10-06

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets.user.data-miner-manager.1-13-0" date="2022-01-31">
<Change>Updated to maven-portal-bom-3.7.0 [#22732]</Change>
</Changeset>
<Changeset component="org.gcube.portlets.user.data-miner-manager.1-12-0" date="2021-10-06">
<Change>Added cluster description in Service Info [#19213]</Change>
</Changeset>

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>data-miner-manager</artifactId>
<version>1.12.0</version>
<version>1.13.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>data-miner-manager</name>
@ -187,7 +187,6 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<scope>compile</scope>
</dependency>
<!-- Information System Client IC-Client -->
@ -270,13 +269,13 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<!-- Generate compiled stuff in the folder used for developing mode -->
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>