commit for release
This commit is contained in:
parent
ac5bf1fe18
commit
49af45c140
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for Gcube security
|
# Changelog for Gcube security
|
||||||
|
|
||||||
## [v1.0.0-SNAPSHOT] - 2022-05-23
|
## [v1.0.0] - 2022-05-23
|
||||||
|
|
||||||
- First Release
|
- First Release
|
||||||
|
|
||||||
|
|
23
README.md
23
README.md
|
@ -1,6 +1,6 @@
|
||||||
# GCube secrets
|
# Common Security
|
||||||
|
|
||||||
A core gCube library which empower authorization
|
common types for gCube authorization
|
||||||
|
|
||||||
## Built With
|
## Built With
|
||||||
|
|
||||||
|
@ -13,30 +13,13 @@ A core gCube library which empower authorization
|
||||||
|
|
||||||
## Change log
|
## 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
|
## 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)
|
* **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
|
## License
|
||||||
|
|
||||||
This project is licensed under the EUPL V.1.1 License - see the [LICENSE.md](LICENSE.md) file for details.
|
This project is licensed under the EUPL V.1.1 License - see the [LICENSE.md](LICENSE.md) file for details.
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -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-security</artifactId>
|
<artifactId>common-security</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
<name>gcube security</name>
|
<name>gcube security</name>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<version>1.1.0</version>
|
<version>1.2.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-bom</artifactId>
|
<artifactId>gcube-bom</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue