Compare commits

..

No commits in common. "master" and "feature/24026" have entirely different histories.

6 changed files with 18 additions and 5 deletions

View File

@ -59,7 +59,19 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="ecological-engine-1.14.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine/ecological-engine">
<dependent-module archiveName="dataminer-1.9.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ecological-engine-wps-extension-1.1.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine-wps-extension/ecological-engine-wps-extension">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ecological-engine-1.14.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine/ecological-engine">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="seadatanet-connector-1.2.4-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/seadatanet-connector/seadatanet-connector">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ecological-engine-smart-executor-1.6.8-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine-smart-executor/ecological-engine-smart-executor">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "wps"
## [v1.4.0]
## [v1.4.0-SNAPSHOT]
- Updated list parameter [#24026]
- Fixed Bionym Local problem [#24209]

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data-analysis</groupId>
<artifactId>wps</artifactId>
<version>1.4.0</version>
<version>1.4.0-SNAPSHOT</version>
<name>WPS</name>
<description>A service implementing a WPS provider in the D4Science e-Infrastructure</description>
@ -87,7 +87,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -16,7 +16,8 @@
<div
class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
<h5 class="my-0 mr-md-auto font-weight-normal">
<img style="width: 256px;" alt="D4Science" src="images/LogoD4Science.png"></h5>
<img style="width: 65px;" alt="D4Science" src="images/_d4science.png">D4Science
</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="#">Don't have a D4Science account?</a>
</nav>