Compare commits

...

4 Commits

Author SHA1 Message Date
Giancarlo Panichi 7c465e6484 Updated CHANGELOG.md 2022-12-06 12:06:23 +01:00
Giancarlo Panichi 86dbd63e4f Updated CHANGELOG.md 2022-12-06 12:04:26 +01:00
Giancarlo Panichi 8bdc34d268 Minor Update 2022-12-06 11:55:30 +01:00
Giancarlo Panichi 6028b8fbe3 Updated to latest bom [#24209] 2022-12-06 11:44:37 +01:00
7 changed files with 29 additions and 10 deletions

View File

@ -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>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="ecological-engine-wps-extension">
<wb-resource deploy-path="/" source-path="/src/main/java"/>
<wb-resource deploy-path="/" source-path="/src/main/resources"/>
</wb-module>
</project-modules>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<installed facet="java" version="1.8"/>
<installed facet="jst.utility" version="1.0"/>
</faceted-project>

View File

@ -0,0 +1,2 @@
disabled=06target
eclipse.preferences.version=1

View File

@ -1,5 +1,11 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "ecological-engine-wps-extension"
## [v1.1.1-SNAPSHOT] - 2022-12-06
- Updated bom to latest version [#24209]
## [v1.1.0] - 2022-08-26
@ -7,17 +13,12 @@
- Updated bom to latest version [#23769]
## [v1.0.5] - 2020-06-10
- Updated for support https protocol [#19423]
## [v1.0.4] - 2016-10-03
- First Release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

View File

@ -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">

View File

@ -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>