Added -SNAPSHOT to redeploy the service
This commit is contained in:
parent
a86e200a21
commit
b1b846c584
|
@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
# Changelog for gCube Catalogue (gCat) Service
|
# Changelog for gCube Catalogue (gCat) Service
|
||||||
|
|
||||||
|
|
||||||
## [v2.4.1]
|
## [v2.4.1-SNAPSHOT]
|
||||||
|
|
||||||
- Integrating Sphinx for documentation [#23833]
|
- Integrating Sphinx for documentation [#23833]
|
||||||
- Migrated Social service interaction to social-service-client [#23151]
|
- Migrated Social service interaction to social-service-client [#23151]
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<groupId>org.gcube.data-catalogue</groupId>
|
<groupId>org.gcube.data-catalogue</groupId>
|
||||||
<artifactId>gcat</artifactId>
|
<artifactId>gcat</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>2.4.1</version>
|
<version>2.4.1-SNAPSHOT</version>
|
||||||
<name>gCube Catalogue (gCat) Service</name>
|
<name>gCube Catalogue (gCat) Service</name>
|
||||||
<description>
|
<description>
|
||||||
This service allows any client to publish on the gCube Catalogue.
|
This service allows any client to publish on the gCube Catalogue.
|
||||||
|
|
Loading…
Reference in New Issue