updated to gcube-bom 4

This commit is contained in:
lucio 2024-10-02 14:47:36 +02:00
parent c6b9324c88
commit f9b020ce59
2 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,6 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.0.0] - [2022-05-13]
## [v2.0.0-SNAPSHOT] - [2022-05-13]
porting to new Secret Manager

View File

@ -17,12 +17,18 @@
scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<properties>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>