added changelong

This commit is contained in:
lucio 2019-10-07 10:42:18 +02:00
parent 10f0c49651
commit 6685f21fae
2 changed files with 5 additions and 2 deletions

View File

@ -8,4 +8,7 @@
<Changeset component="authorization-client-2.0.1" date="2016-11-25"> <Changeset component="authorization-client-2.0.1" date="2016-11-25">
<Change>added calls for ExternalServiceToken generator</Change> <Change>added calls for ExternalServiceToken generator</Change>
</Changeset> </Changeset>
<Changeset component="authorization-client-2.0.6" date="2016-11-25">
<Change>added setRoles for a specific token</Change>
</Changeset>
</ReleaseNotes> </ReleaseNotes>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>authorization-client</artifactId> <artifactId>authorization-client</artifactId>
<version>2.0.5-SNAPSHOT</version> <version>2.0.6-SNAPSHOT</version>
<name>authorization service client library</name> <name>authorization service client library</name>
<parent> <parent>
@ -94,7 +94,7 @@
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<configuration> <configuration>
<descriptors> <descriptors>
<descriptor>${distroDirectory}/descriptor.xml</descriptor> <descriptor>descriptor.xml</descriptor>
</descriptors> </descriptors>
</configuration> </configuration>
<executions> <executions>