Revert to 1.13.0 after test

This commit is contained in:
Giancarlo Panichi 2021-01-18 19:39:09 +01:00
parent 43304df0cb
commit 5732364b34
3 changed files with 7 additions and 15 deletions

View File

@ -3,14 +3,6 @@
## [v1.14.0-SNAPSHOT] - 2021-01-18
### Fixed
- Removed marytts-d4science [#20135]
## [v1.13.0] [r4.24.0] - 2020-06-10
### Features

View File

@ -1,8 +1,4 @@
<ReleaseNotes>
<Changeset component="org.gcube.dataanalysis.ecological-engine.1-14-0"
date="2021-01-18">
<Change>Removed marytts-d4science [#20135]</Change>
</Changeset>
<Changeset component="org.gcube.dataanalysis.ecological-engine.1-13-0"
date="2020-06-10">
<Change>Updated for support https protocol [#19423]</Change>

10
pom.xml
View File

@ -11,7 +11,7 @@
</parent>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.13.0</version>
<name>ecological-engine</name>
<description>ecological-engine library</description>
<scm>
@ -25,7 +25,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0</version>
<version>1.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -166,10 +166,14 @@
<artifactId>jahmm</artifactId>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>rapidminer-custom</groupId>
<artifactId>marytts-d4science</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>xpp3</groupId>