Updated `README.md` and `CITATION.cff`, remove `-SNAPSHOT`

This commit is contained in:
Mauro Mugnaini 2026-01-21 18:24:45 +01:00
parent 8c38b8bee4
commit 14c8070187
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8
4 changed files with 11 additions and 8 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-client"
## [v3.0.0-SNAPSHOT]
## [v3.0.0]
- Moved to jdk17
- Moved to smartgear 4

View File

@ -7,7 +7,6 @@ authors:
family-names: Mugnaini
affiliation:
- "Nubisware S.r.l., Pisa, Italy"
- "Istituto di Scienza e Tecnologie dell'Informazione (ISTI), Consiglio Nazionale delle Ricerche (CNR), Pisa, Italy"
- "D4Science Infrastructure, Pisa, Italy"
repository-code: https://code-repo.d4science.org/gCubeSystem/keycloak-client
url: https://www.gcube-system.org/

View File

@ -1,6 +1,6 @@
# Keycloak Client
**Keycloak Clienty** provides the basic common classes for OpenId Connect (OIDC) integration and some helper abstract functions for the gCube framework integration
> provides the basic common classes for OpenId Connect (OIDC) integration and some helper abstract functions for the gCube framework integration
[![License: EUPL-1.2](./images/License-EUPL--1.2-blue.svg)](LICENSE.md)
[![Changelog](./images/Changelog-keep.svg)](CHANGELOG.md)
@ -47,3 +47,8 @@ This software is part of the [gCube Framework](https://www.gcube-system.org/): a
See [FUNDING.md](FUNDING.md)
## Acknowledgments
### Authors
* **Mauro Mugnaini** ([Nubisware S.r.l.](http://www.nubisware.com))

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<scm>
<connection>
@ -40,8 +40,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jjwt.version>0.12.6</jjwt.version>
</properties>
@ -134,16 +133,15 @@
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
@ -162,6 +160,7 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>