Post Release 4.7.0 action. Upgraded version and fixed changelog.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-service@155062 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-10 10:51:24 +00:00
parent 07371736c9
commit cf560a6119
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.accounting.accounting-service.1-1-0" date="${buildDate}">
<Changeset component="org.gcube.accounting.accounting-service.1-2-0" date="${buildDate}">
<Change></Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-service.1-1-0" date="2017-10-09">
<Change>Complete Refactor of Service #9032</Change>
<Change>Always posting a List of Record even when we have to post a single one #9034</Change>
<Change>Record List is unmarshalled as JSON using jackson #9036 #9033</Change>

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-service</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<name>accounting-service</name>
<description>Service Accounting Manger</description>
<packaging>war</packaging>