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:
parent
07371736c9
commit
cf560a6119
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue