commit for release

This commit is contained in:
lucio 2024-10-02 14:41:56 +02:00
parent 1aee829129
commit f9af98dfab
2 changed files with 3 additions and 3 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

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.core</groupId>
<artifactId>common-gcore-stubs</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>GCore Stubs</name>
<description>JAXWS Stub Support for gCore Service</description>
<scm>
@ -22,7 +22,7 @@
<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>