Upgraded version and changelog after release 4.10.0 refs #10811.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/document-store-lib-accounting-service@163306 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
38dfd21272
commit
7090497f8a
|
@ -1,8 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-2-0" date="${buildDate}">
|
||||
<Change>Chenged POST URLs due to change in service which has been made REST compliant #10810</Change>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-3-0" date="${buildDate}">
|
||||
<Change></Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-2-0" date="2017-02-15">
|
||||
<Change>Changed POST URLs due to change in service which has been made REST compliant #10810</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-1-0" date="2017-10-09">
|
||||
<Change>Added HTTPS support #8758</Change>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
|||
|
||||
<groupId>org.gcube.data.publishing</groupId>
|
||||
<artifactId>document-store-lib-accounting-service</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<name>Document Store Accounting Service Connector</name>
|
||||
<description>Document Store Connector for Accounting Service</description>
|
||||
|
||||
|
|
Loading…
Reference in New Issue