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

This commit is contained in:
Francesco Mangiacrapa 2022-04-06 10:09:29 +02:00
parent 5c10312fe6
commit 1103d652a2
4 changed files with 25 additions and 27 deletions

View File

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

View File

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

View File

@ -4,25 +4,15 @@
All notable changes to this project will be documented in this file. 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). 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** **New**
- [#23113] Implemented a new legacy-token resolver interface - [#23113] Implemented a new legacy-token resolver interface
- [#23049] Integrated Enunciate engine for Java Web service API (https://github.com/stoicflame/enunciate/)
## [v2-7.1-SNAPSHOT] - 2022-03-29 - [#20743] Integrated JavaMelody
**New**
- [#23049] Integrate Enunciate engine for Java Web service API (https://github.com/stoicflame/enunciate/)
- [#20743] Integrate JavaMelody
- [#23105] Added D4Science brand in the APIs Documentation pages - [#23105] Added D4Science brand in the APIs Documentation pages
- [#22757] Moved to storagehub-client-library 2.0.0[-SNAPSHOT]
## [v2-7.0-SNAPSHOT] - 2022-01-31
**New**
- [#22757] moved to storagehub-client-library 2.0.0[-SNAPSHOT]
** Bug Fixing** ** Bug Fixing**

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.data.transfer</groupId> <groupId>org.gcube.data.transfer</groupId>
<artifactId>uri-resolver</artifactId> <artifactId>uri-resolver</artifactId>
<version>2.7.2-SNAPSHOT</version> <version>2.7.2</version>
<packaging>war</packaging> <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> <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> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId> <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>
<dependency> <dependency>