Compare commits

..

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

7 changed files with 12 additions and 29 deletions

View File

@ -59,7 +59,10 @@
<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.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ecological-engine-smart-executor-1.6.7.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

@ -1,18 +1,4 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "wps"
## [v1.4.0]
- Updated list parameter [#24026]
- Fixed Bionym Local problem [#24209]
## [v1.3.0] - 2022-08-26
- Updated service to common-gcube-calls-1.3.1 [#23769]
# Changelog
## [v1.2.0] - 2022-04-05
@ -68,3 +54,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- First Release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

View File

@ -1,13 +1,4 @@
<ReleaseNotes>
<Changeset component="org.gcube.data-analysis.wps.1-4-0"
date="2022-12-06">
<Change>Updated list parameter [#24026]</Change>
<Change>Fixed Bionym Local problem [#24209]</Change>
</Changeset>
<Changeset component="org.gcube.data-analysis.wps.1-3-0"
date="2022-08-26">
<Change>Updated service to common-gcube-calls-1.3.1 [#23769]</Change>
</Changeset>
<Changeset component="org.gcube.data-analysis.wps.1-2-0"
date="2022-04-05">
<Change>Added support to new JWT token via URI Resolver [#23107]</Change>

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.2.0</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.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -109,7 +109,7 @@
<dependency>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>dataminer</artifactId>
<version>[1.9.0, 2.0.0-SNAPSHOT)</version>
<version>[1.8.0, 2.0.0-SNAPSHOT)</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>

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>