diff --git a/CHANGELOG.md b/CHANGELOG.md index 368d05f..4193674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Catalogue (gCat) API +## [v2.0.0-SNAPSHOT] + +- Changed service class + ## [v1.2.2] - Added count method for Item collection [#20627] diff --git a/pom.xml b/pom.xml index dd2b93f..b91fd1f 100644 --- a/pom.xml +++ b/pom.xml @@ -7,15 +7,14 @@ maven-parent 1.1.0 - - org.gcube.data-publishing + org.gcube.data-catalogue gcat-api - 1.2.2 + 2.0.0-SNAPSHOT gCube Catalogue (gCat) API gCube Catalogue (gCat) API is a library containing classes shared across gcat* components UTF-8 - DataPublishing + data-catalogue scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git diff --git a/src/main/java/org/gcube/gcat/api/GCatConstants.java b/src/main/java/org/gcube/gcat/api/GCatConstants.java index 78d7824..2b2e63d 100644 --- a/src/main/java/org/gcube/gcat/api/GCatConstants.java +++ b/src/main/java/org/gcube/gcat/api/GCatConstants.java @@ -2,7 +2,7 @@ package org.gcube.gcat.api; public class GCatConstants { - public static final String SERVICE_CLASS = "DataPublishing"; + public static final String SERVICE_CLASS = "data-catalogue"; public static final String SERVICE_NAME = "gcat"; public static final String SERVICE_ENTRY_NAME = "org.gcube.gcat.ResourceInitializer";