removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2022-04-27 15:07:24 +02:00
parent 336d06ee4c
commit 196429c84b
3 changed files with 24 additions and 12 deletions

View File

@ -6,7 +6,9 @@
<wb-module deploy-name="uri-resolver-2.7.2">
<wb-module deploy-name="uri-resolver-2.7.3">
@ -22,6 +24,7 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
@ -30,6 +33,7 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
@ -38,7 +42,12 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="uri-resolver-manager-1.5.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/uri-resolver-manager/uri-resolver-manager">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -54,6 +63,7 @@
<property name="java-output-path" value="/uri-resolver/target/classes"/>
@ -62,6 +72,7 @@
</wb-module>
@ -70,4 +81,5 @@
</project-modules>

View File

@ -4,7 +4,7 @@
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.3-SNAPSHOT] - 2022-04-27
## [v2.7.3] - 2022-04-27
**Bug Fixing**

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>uri-resolver</artifactId>
<version>2.7.3-SNAPSHOT</version>
<version>2.7.3</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>