commit for release

This commit is contained in:
lucio 2024-10-01 11:06:10 +02:00
parent 9452d618ef
commit 62c0da513d
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
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).
## [v3.0.0-SNAPSHOT] - [2024-02-02]
## [v3.0.0] - [2024-02-02]
- authorization endpoints configuration retrieving moved from common scanner to reflection library
- removed common-scope from the dependencies

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>authorization service common library</name>
<parent>
<artifactId>maven-parent</artifactId>
@ -28,7 +28,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>