ready to release
This commit is contained in:
parent
d367cde7d2
commit
f7effdadc7
|
@ -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
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue