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. 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). 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 - authorization endpoints configuration retrieving moved from common scanner to reflection library
- removed common-scope from the dependencies - removed common-scope from the dependencies

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId> <artifactId>common-authorization</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0</version>
<name>authorization service common library</name> <name>authorization service common library</name>
<parent> <parent>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
@ -28,7 +28,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>