Updated to maven-parent-1.2.0
This commit is contained in:
parent
02130ef4ec
commit
7793a823ab
|
@ -1,9 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v1.3.0-SNAPSHOT]
|
||||||
|
|
||||||
|
- Updated maven-parent-1.2.0
|
||||||
|
|
||||||
|
|
||||||
## [v1.2.2] - 2020-11-11
|
## [v1.2.2] - 2020-11-11
|
||||||
|
|
||||||
### Fix
|
- Config path in addAlgorithm
|
||||||
- Config path in addAlgorithm
|
|
||||||
|
|
||||||
|
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -4,12 +4,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<version>1.1.0</version>
|
<version>1.2.0</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>dataminer-algorithms-importer</artifactId>
|
<artifactId>dataminer-algorithms-importer</artifactId>
|
||||||
<version>1.2.2</version>
|
<version>1.3.0-SNAPSHOT</version>
|
||||||
<name>dataminer-algorithms-importer</name>
|
<name>dataminer-algorithms-importer</name>
|
||||||
<description>Algorithms for the dataminer service</description>
|
<description>Algorithms for the dataminer service</description>
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>dataminer</artifactId>
|
<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>
|
<scope>provided</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|
Loading…
Reference in New Issue