bom updated

This commit is contained in:
lucio 2024-10-04 14:17:11 +02:00
parent 4f8c429175
commit 3ed2be1962
2 changed files with 2 additions and 6 deletions

View File

@ -2,10 +2,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smartgears Distribution
## [v4.0.1-SNAPSHOT] - 2022-03-30
- new version number
## [v4.0.0-SNAPSHOT] - 2022-03-30
- moving to smartgears-4.0.0

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>A distribution for the SmartGears Framework</name>
<properties>
@ -28,7 +28,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>