Fixed groupId
This commit is contained in:
parent
61a979aec7
commit
0bb373dee6
4
pom.xml
4
pom.xml
|
@ -9,7 +9,7 @@
|
|||
<relativePath />
|
||||
</parent>
|
||||
|
||||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<groupId>org.gcube.data-publishing</groupId>
|
||||
<artifactId>gcat</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.4.4</version>
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<groupId>org.gcube.data-publishing</groupId>
|
||||
<artifactId>gcat-api</artifactId>
|
||||
<version>[1.2.2, 2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue