ready to release

This commit is contained in:
Massimiliano Assante 2022-02-18 14:10:56 +01:00
parent 1222051250
commit d7621ccf83
2 changed files with 3 additions and 3 deletions

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).
## [v1.2.0-SNAPSHOT] - 2022-02-18
## [v1.2.0] - 2022-02-18
- Added Weblet support

View File

@ -14,7 +14,7 @@
<artifactId>VREApp-Integration-portlet</artifactId>
<packaging>war</packaging>
<name>VREApp-Integration-portlet Portlet</name>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -35,7 +35,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.3-SNAPSHOT</version>
<version>3.6.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>