Migrated component to gcube-bom 2.0.0 and consequently to gxHTTP 2.0.0
This commit is contained in:
parent
23fc5ee4e6
commit
f668da6a7c
|
@ -0,0 +1,35 @@
|
|||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
# Changelog for StorageHub Application Persistence
|
||||
|
||||
|
||||
## [v2.0.0-SNAPSHOT] [r5.0.0] -
|
||||
|
||||
- Switched HTTP requests gxHTTP 2.0.0 [#19283]
|
||||
- Switched gCube BOM to 2.0.0 [#19283]
|
||||
|
||||
|
||||
## [v1.3.0] [rX.X.0] - ${buildDate}
|
||||
|
||||
- Added method to retrieve a persisted file
|
||||
|
||||
|
||||
## [v1.3.0] [rX.X.0] - 2019-12-20
|
||||
|
||||
- Changed the pom and distro files to comply with new release procedure
|
||||
- Reintroduced Home Library to cover cases not managed by storage-hub
|
||||
|
||||
## [v1.2.0] [rX.X.0] - 2019-11-06
|
||||
|
||||
- Removed Home Library usage [#17229]
|
||||
|
||||
|
||||
## [v1.1.0] [rX.X.0] - 2019-05-27
|
||||
|
||||
- Catching new exceptions raised from Storage Hub clients
|
||||
|
||||
|
||||
## [v1.0.0] [rX.X.0] - 2019-02-26
|
||||
|
||||
- First Release
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-3-0" date="${buildDate}">
|
||||
<Change>Added method to retrieve a persisted file</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-3-0" date="2019-12-20">
|
||||
<Change>Changed the pom and distro files to comply with new release procedure</Change>
|
||||
<Change>Reintroduced Home Library to cover cases not managed by storage-hub</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-2-0" date="2019-11-06">
|
||||
<Change>Removed Home Library usage #17229</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-1-0" date="2019-05-27">
|
||||
<Change>Catching new exceptions raised from Storage Hub clients</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.storagehub-application-persistence.1-0-0" date="2019-02-26">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
20
pom.xml
20
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.data-publishing</groupId>
|
||||
<artifactId>storagehub-application-persistence</artifactId>
|
||||
<version>1.3.1</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>StorageHub Application Persistence</name>
|
||||
<description>
|
||||
This library allows any application to persist in its workspace home any
|
||||
|
@ -37,7 +37,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>1.4.0</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
@ -82,20 +82,4 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>make-servicearchive</id>
|
||||
<phase>package</phase>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue