Working Service
This commit is contained in:
parent
f5633760d9
commit
f6e40e2bbf
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [v3.0.0] - 2023-12-04
|
## [v3.0.0-SNAPSHOT] - 2023-12-04
|
||||||
|
|
||||||
- Replace Astyanx Java client for Cassandra 2 with Datastax client for Cassandra 4
|
- Replace Astyanx Java client for Cassandra 2 with Datastax client for Cassandra 4
|
||||||
- Add REST resources for all the functions in social networking library
|
- Add REST resources for all the functions in social networking library
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>social-networking-library-ws</artifactId>
|
<artifactId>social-networking-library-ws</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>3.0.0</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>social-networking-library-ws</name>
|
<name>social-networking-library-ws</name>
|
||||||
<description>Rest interface for the social networking library.</description>
|
<description>Rest interface for the social networking library.</description>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue