Updated for release

This commit is contained in:
Giancarlo Panichi 2022-12-14 11:35:42 +01:00
parent e14c71cad6
commit 399c974cf1
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 "ecological-engine" # Changelog for "ecological-engine"
## [v1.14.1-SNAPSHOT] ## [v1.14.1]
- Updated bom to latest version [#24209] - Updated bom to latest version [#24209]

View File

@ -11,7 +11,7 @@
</parent> </parent>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine</artifactId> <artifactId>ecological-engine</artifactId>
<version>1.14.1-SNAPSHOT</version> <version>1.14.1</version>
<name>ecological-engine</name> <name>ecological-engine</name>
<description>ecological-engine library</description> <description>ecological-engine library</description>
<scm> <scm>
@ -25,7 +25,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.1.0-SNAPSHOT</version> <version>2.1.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>