Changed groupId of ws-thredds from 'org.gcube.spatial-data' to 'org.gcube.spatial.data'

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portal/ws-synchronized-module-library@171313 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-09-04 12:55:50 +00:00
parent 0bdf99a919
commit a3c6a49b6e
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
<ReleaseNotes>
<Changeset component="org.gcube.portal.ws-synchronized-module-library.1-0-1"
date="2018-09-04">
<Change>[Task #12302] Fix ws-thredds dependency on workspace
</Change>
</Changeset>
<Changeset component="org.gcube.portal.ws-synchronized-module-library.1-0-0"
date="2018-03-16">
<Change>First Release</Change>

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>ws-synchronized-module-library</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ws-synchronized-module-library</name>
@ -45,7 +45,7 @@
<dependencies>
<dependency>
<groupId>org.gcube.spatial-data</groupId>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>ws-thredds</artifactId>
<version>[0.0.1-SNAPSHOT, 1.0.0-SNAPSHOT)</version>
<scope>compile</scope>