Upgraded version and changelog after release 4.13.1

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/storagehub-application-persistence@177284 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-02-26 14:51:37 +00:00
parent fc0950c810
commit 836049d2d0
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.data-publishing.storagebug-application-persistence.1-0-0" date="${buildDate}">
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-1-0" date="${buildDate}">
</Changeset>
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-0-0" date="2019-02-26">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -8,7 +8,7 @@
<groupId>org.gcube.data-publishing</groupId>
<artifactId>storagehub-application-persistence</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<description>
This library allows any application to persist in the workspace home
@ -18,7 +18,7 @@
<properties>
<version.jersey>2.13</version.jersey>
<version.jersey>2.24.1</version.jersey>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>
<!-- webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory -->