This commit is contained in:
Lucio Lelii 2019-03-21 16:10:33 +00:00
parent 4f2d348682
commit 80a262498c
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portal.oauth.1-0-1" date="2019-03-21">
<Change>oauth2 fully compatible reading client_id and client_secret from Basic authorization</Change>
</Changeset>
<Changeset component="org.gcube.portal.oauth.1-0-0" date="2017-01-31">
<Change>First Release</Change>
</Changeset>

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>oauth</artifactId>
<packaging>war</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<name>gcube-oauth</name>
<properties>