commit for release

This commit is contained in:
lucio 2023-08-03 16:49:37 +02:00
parent ac5bf1fe18
commit 49af45c140
3 changed files with 7 additions and 24 deletions

View File

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

View File

@ -1,6 +1,6 @@
# GCube secrets
# Common Security
A core gCube library which empower authorization
common types for gCube authorization
## Built With
@ -13,30 +13,13 @@ A core gCube library which empower authorization
## Change log
See [Releases](https://code-repo.d4science.org/gCubeSystem/gcube-secrets/releases).
See [Releases](https://code-repo.d4science.org/gCubeSystem/common-security/releases).
## Authors
* **Luca Frosini** ([ORCID](https://orcid.org/0000-0003-3183-2291)) - [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience)
* **Lucio Lelii** - [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience)
## How to Cite this Software
Tell people how to cite this software.
* Cite an associated paper?
* Use a specific BibTeX entry for the software?
@Manual{,
title = {Common Smartgears},
author = {{Frosini, Luca}, {Lelii, Lucio}},
organization = {{ISTI - CNR}, {FAO}},
address = {{Pisa, Italy}, {Roma, Italy}},
year = 2022,
url = {http://www.gcube-system.org/}
}
## License
This project is licensed under the EUPL V.1.1 License - see the [LICENSE.md](LICENSE.md) file for details.

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.common</groupId>
<artifactId>common-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>gcube security</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>