Updated to maven-parent-1.2.0
This commit is contained in:
parent
02130ef4ec
commit
7793a823ab
|
@ -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
|
||||
|
||||
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue