commit for release

This commit is contained in:
lucio 2024-10-01 09:46:52 +02:00
parent 9b5fbfa8b2
commit dfe989fe98
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file. 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). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v4.0.0-SNAPSHOT] - [2024-02-02] ## [v4.0.0] - [2024-02-02]
- moved to jakarta and servelt6 - moved to jakarta and servelt6

View File

@ -11,8 +11,7 @@
<groupId>org.gcube.core</groupId> <groupId>org.gcube.core</groupId>
<artifactId>common-smartgears-app</artifactId> <artifactId>common-smartgears-app</artifactId>
<version>4.0.0</version>
<version>4.0.0-SNAPSHOT</version>
<name>Smartgears Application</name> <name>Smartgears Application</name>
@ -35,7 +34,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>