Removed -SNAPSHOT to be released. Reverted [#22757] (moved to SHUB1.x)

fix_23213
Francesco Mangiacrapa 2 years ago
parent 5c10312fe6
commit 1103d652a2

@ -1,4 +1,3 @@
#Tue Mar 12 14:16:46 CET 2013
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8

@ -1,53 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="uri-resolver-2.7.1-SNAPSHOT">
<wb-module deploy-name="uri-resolver-2.7.2-SNAPSHOT">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<property name="context-root" value="uri-resolver"/>
<property name="java-output-path" value="/uri-resolver/target/classes"/>
</wb-module>

@ -4,25 +4,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2-7.2-SNAPSHOT] - 2022-04-05
## [v2-7.2] - 2022-04-06
**New**
- [#23113] Implemented a new legacy-token resolver interface
## [v2-7.1-SNAPSHOT] - 2022-03-29
**New**
- [#23049] Integrate Enunciate engine for Java Web service API (https://github.com/stoicflame/enunciate/)
- [#20743] Integrate JavaMelody
- [#23049] Integrated Enunciate engine for Java Web service API (https://github.com/stoicflame/enunciate/)
- [#20743] Integrated JavaMelody
- [#23105] Added D4Science brand in the APIs Documentation pages
## [v2-7.0-SNAPSHOT] - 2022-01-31
**New**
- [#22757] moved to storagehub-client-library 2.0.0[-SNAPSHOT]
- [#22757] Moved to storagehub-client-library 2.0.0[-SNAPSHOT]
** Bug Fixing**

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>uri-resolver</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.7.2</version>
<packaging>war</packaging>
<description>The URI Resolver is an HTTP URI resolver implemented as a REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications.</description>
@ -123,7 +123,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>

Loading…
Cancel
Save