Updated for next release

This commit is contained in:
Giancarlo Panichi 2023-07-12 11:06:12 +02:00
parent 62bcf4ac26
commit 12d5f899b3
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "system-workspace-client-definition-portlet"
## [v1.0.0-SNAPSHOT] - 2023-01-05
## [v1.0.0] - 2023-07-12
### Fixes

View File

@ -13,7 +13,7 @@
<artifactId>system-workspace-client-definition-portlet</artifactId>
<packaging>war</packaging>
<name>System Workspace Client Definition Portlet</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<description>System Workspace Client Definition Portlet</description>
<scm>
@ -55,7 +55,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>