commit for release

This commit is contained in:
lucio 2024-10-01 09:04:21 +02:00
parent f2877dfc42
commit 68b394d81b
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Smartgears Bom
## [v4.0.0-SNAPSHOT]
## [v4.0.0]
- Added common-scope
- Moved to jakarta libraries

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>
<name>gCube Smartgears Bom</name>
<description>
@ -40,7 +40,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>