Updated to maven-parent-1.2.0

This commit is contained in:
Giancarlo Panichi 2024-09-24 16:25:09 +02:00
parent 02130ef4ec
commit 7793a823ab
2 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,12 @@
# Changelog
## [v1.3.0-SNAPSHOT]
- Updated maven-parent-1.2.0
## [v1.2.2] - 2020-11-11
### Fix
- Config path in addAlgorithm
- Config path in addAlgorithm

View File

@ -4,12 +4,12 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>dataminer-algorithms-importer</artifactId>
<version>1.2.2</version>
<version>1.3.0-SNAPSHOT</version>
<name>dataminer-algorithms-importer</name>
<description>Algorithms for the dataminer service</description>
<scm>
@ -38,7 +38,7 @@
<dependency>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>dataminer</artifactId>
<version>[1.7.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<version>[1.9.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
<exclusions>
<exclusion>