ready to release

This commit is contained in:
Massimiliano Assante 2021-10-08 16:50:27 +02:00
parent d367cde7d2
commit f7effdadc7
2 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@
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).
## [v1.0.0-SNAPSHOT] - 2021-09-07
## [v1.0.0] - 2021-09-07
- First release

View File

@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portal.bc.ddas</groupId>
<artifactId>ddas-vre-Servlet</artifactId>
<artifactId>ddas-vre-servlet</artifactId>
<version>1.0.0</version>
<packaging>war</packaging>
<scm>
@ -20,7 +20,7 @@
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<name>DDAS-VRE-Servlet Webapp</name>
<name>ddas-vre-servlet</name>
<description>This component is a servlet responding to the push performed by Blue-Cloud Data Discovery and Access Service to move data downlaods onto the VRE</description>
<properties>
<java-version>1.8</java-version>