commit for release

This commit is contained in:
lucio 2023-08-03 17:54:15 +02:00
parent 0054d15cb6
commit ce257f0e67
2 changed files with 5 additions and 5 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-SNAPSHOT] - [2022-05-13]
## [v2.0.0] - [2022-05-13]
porting to new Secret Manager

View File

@ -3,11 +3,11 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.core</groupId>
<artifactId>common-generic-clients</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
@ -18,7 +18,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -59,7 +59,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.6.4</version>
<version>1.7.4</version>
<scope>test</scope>
</dependency>
</dependencies>