git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/oauth@178645 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4f2d348682
commit
80a262498c
|
@ -1,4 +1,7 @@
|
||||||
<ReleaseNotes>
|
<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">
|
<Changeset component="org.gcube.portal.oauth.1-0-0" date="2017-01-31">
|
||||||
<Change>First Release</Change>
|
<Change>First Release</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>oauth</artifactId>
|
<artifactId>oauth</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.1-SNAPSHOT</version>
|
||||||
<name>gcube-oauth</name>
|
<name>gcube-oauth</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue