testing CD

This commit is contained in:
Massimiliano Assante 2022-12-20 10:23:56 +01:00
parent b28f24e4b4
commit db5834fcef
4 changed files with 5 additions and 4 deletions

View File

@ -25,8 +25,9 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/OpenJDK-11">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>

View File

@ -1,6 +1,6 @@
# Changelog
## [v2.8.0] - 2022-10-20
## [v2.8.0-SNAPSHOT] - 2022-10-20
- Feature #23891 Refactored following updates social lib
- Feature #23847 Social service: temporarily block of notifications for given username(s)

View File

@ -26,7 +26,7 @@ Base URL
In the production environment, its current value is https://api.d4science.org/rest
Authorization
Authorization (how to contact the service)
==================
D4Science adopts state-of-the-art industry standards for authentication and authorization.

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library-ws</artifactId>
<packaging>war</packaging>
<version>2.8.0</version>
<version>2.8.0-SNAPSHOT</version>
<name>social-networking-library-ws</name>
<description>Rest interface for the social networking library.</description>
<properties>