commit for release

This commit is contained in:
lucio 2024-10-02 16:18:07 +02:00
parent 68fae3e399
commit 358ed6a793
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
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).
## [v2.0.0-SNAPSHOT] - [2022-04-20] ## [v2.0.0] - [2022-04-20]
- moving to smartgears 4.0.0 - moved to smartgears 4.0.0
## [v1.1.1] - [2018-12-03] ## [v1.1.1] - [2018-12-03]

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>authorization-control-library</artifactId> <artifactId>authorization-control-library</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<name>Authorization Control Library</name> <name>Authorization Control Library</name>
<description>Authorization Control Library</description> <description>Authorization Control Library</description>
<parent> <parent>
@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-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>