commit for release

This commit is contained in:
lucio 2023-08-03 15:29:45 +02:00
parent 335a9454fa
commit f17613b4b4
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Gcube secrets
## [v1.0.0-SNAPSHOT] - 2022-06-06
## [v1.0.0] - 2022-06-06
- First Release

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.common.security</groupId>
<artifactId>gcube-secrets</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>gcube secrets</name>
<scm>
@ -21,7 +21,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<dependencyManagement>
@ -29,7 +29,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>