Updated bom to latest version [#24209]
This commit is contained in:
parent
1b2dea0378
commit
14c9d78e5e
|
@ -1,5 +1,11 @@
|
||||||
# Changelog for "ecological-engine-smart-executor"
|
# Changelog for "ecological-engine-smart-executor"
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.6.8-SNAPSHOT] - 2022-12-06
|
||||||
|
|
||||||
|
- Updated bom to latest version [#24209]
|
||||||
|
|
||||||
|
|
||||||
## [v1.6.7] - 2022-04-05
|
## [v1.6.7] - 2022-04-05
|
||||||
|
|
||||||
- Fixed obsolete http link
|
- Fixed obsolete http link
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
|
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
|
||||||
|
<Changeset
|
||||||
|
component="org.gcube.data-analysis.ecological-engine-smart-executor.1-6-8"
|
||||||
|
date="2022-12-06">
|
||||||
|
<Change>Updated bom to latest version [#24209]</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset
|
<Changeset
|
||||||
component="org.gcube.data-analysis.ecological-engine-smart-executor.1-6-7"
|
component="org.gcube.data-analysis.ecological-engine-smart-executor.1-6-7"
|
||||||
date="2022-04-05">
|
date="2022-04-05">
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>ecological-engine-smart-executor</artifactId>
|
<artifactId>ecological-engine-smart-executor</artifactId>
|
||||||
<version>1.6.7</version>
|
<version>1.6.8-SNAPSHOT</version>
|
||||||
<name>ecological-engine-smart-executor</name>
|
<name>ecological-engine-smart-executor</name>
|
||||||
<description>Smart Ecological Engine Executor library</description>
|
<description>Smart Ecological Engine Executor library</description>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-bom</artifactId>
|
<artifactId>gcube-bom</artifactId>
|
||||||
<version>2.0.2</version>
|
<version>2.1.0-SNAPSHOT</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue