Updated to latest bom [#24209]
This commit is contained in:
parent
73ec4929a6
commit
6028b8fbe3
4
.project
4
.project
|
@ -16,12 +16,12 @@
|
|||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<name>org.eclipse.wst.validation.validationbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.validation.validationbuilder</name>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
|
||||
|
||||
## [v1.1.1-SNAPSHOT] - 2022-12-06
|
||||
|
||||
- Updated bom to latest version [#24209]
|
||||
|
||||
|
||||
|
||||
## [v1.1.0] - 2022-08-26
|
||||
|
||||
- Updated bom to latest version [#23769]
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset
|
||||
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-1-1"
|
||||
date="2022-12-06">
|
||||
<Change>Updated gcube-bom to latest version [#24209]</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.dataanalysis.ecological-engine-wps-extension.1-1-0"
|
||||
date="2022-08-26">
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine-wps-extension</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
|
||||
<name>ecological-engine-wps-extension</name>
|
||||
<description>This is a library to support DataMiner service that integrates the WPS 52North in the D4Science Infrastructure.</description>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.0.2</version>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue