diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index bcc91bc..99b6eaf 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1 +1,10 @@ - + + + + + + + + + + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index f1ae76c..e69dcd9 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -1,8 +1,8 @@ - - - + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 02739ac..0e45fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v3.0.0] - 2023-12-06 +## [v3.0.0-SNAPSHOT] - 2023-12-06 - Feature #26193, new impl for get users by role in a VRE - Replace Astyanx Java client for Cassandra 2 with Datastax client for Cassandra 4 diff --git a/pom.xml b/pom.xml index ef6d163..11811b3 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.portal social-networking-library-ws war - 3.0.0 + 3.0.0-SNAPSHOT social-networking-library-ws Rest interface for the social networking library. @@ -27,8 +27,10 @@ - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git https://code-repo.d4science.org/gCubeSystem/${project.artifactId} @@ -214,6 +216,17 @@ jackson-dataformat-cbor 2.8.6 + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.2 + + + org.codehaus.jackson + jackson-core-asl + 1.9.2 + com.datastax.oss java-driver-query-builder @@ -235,7 +248,8 @@ 2.6 - com.ning @@ -245,7 +259,8 @@ org.glassfish.jersey.containers - + jersey-container-servlet-core @@ -320,7 +335,8 @@ sphinx-maven-plugin 2.10.0 - ${project.build.directory}/${project.artifactId}-${project.version}/docs + + ${project.build.directory}/${project.artifactId}-${project.version}/docs html ${basedir}/docs ${basedir}/docs @@ -342,7 +358,8 @@ - + org.gcube.social-networking social-service-model @@ -365,7 +382,8 @@ org.codehaus.mojo aspectj-maven-plugin - + org.apache.maven.plugins maven-resources-plugin @@ -381,8 +399,10 @@ target - ${project.build.directory}/${project.artifactId}-${project.version}/api-docs - ${project.build.directory}/api-docs + + ${project.build.directory}/${project.artifactId}-${project.version}/api-docs + + ${project.build.directory}/api-docs true