Upgraded version and changelog after release 4.10.0 refs #10925. Merged changes made directly in release branch.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@163316 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-02-15 16:02:17 +00:00
parent a6dc9b4fdb
commit ea4e1ad2dd
2 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml> <!DOCTYPE xml>
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.distribution.smartgears-distribution.2-2-0" date="${buildDate}"> <Changeset component="org.gcube.distribution.smartgears-distribution.2-2-1" date="${buildDate}">
<Change>Added logback 1.11 to support Time and Size rolling of logs</Change> <Change></Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution.2-2-0" date="2017-02-15">
<Change>Changed log level from FATAL to ERROR #9708</Change> <Change>Changed log level from FATAL to ERROR #9708</Change>
<Change>Added document-store-lib-accounting-service in place of document-store-lib-couchbase</Change> <Change>Added document-store-lib-accounting-service in place of document-store-lib-couchbase</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution.2-1-3" date="2017-10-09">
<Change>Added logback 1.11 to support Time and Size rolling of logs</Change>
</Changeset>
<Changeset component="org.gcube.distribution.smartgears-distribution.2-1-2" date="2017-05-02"> <Changeset component="org.gcube.distribution.smartgears-distribution.2-1-2" date="2017-05-02">
<Change>common-smartgear-utils re-adedd to the distribution</Change> <Change>common-smartgear-utils re-adedd to the distribution</Change>
</Changeset> </Changeset>

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId> <artifactId>smartgears-distribution</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.2.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>A distribution for the SmartGears Framework</name> <name>A distribution for the SmartGears Framework</name>