diff --git a/CHANGELOG.md b/CHANGELOG.md index 1997a43..55040dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v2.0.1] - 2024-04-16 +## [v2.0.0-SNAPSHOT] - 2024-04-16 - fixed dependency versions diff --git a/pom.xml b/pom.xml index f4553f3..f7db347 100644 --- a/pom.xml +++ b/pom.xml @@ -6,21 +6,38 @@ org.gcube.tools maven-parent - 1.2.0 + 1.1.0 org.gcube.social-networking social-service-client - 2.0.1 + 2.0.0-SNAPSHOT social-networking-service-client jar The social networking web service client library + + + + org.gcube.distribution + gcube-bom + 2.0.2 + pom + import + + + org.gcube.distribution + gcube-smartgears-bom + 2.1.1 + pom + import + + + + - 2.4.0 - 2.5.0 - 1.8 + 1.8 2.0.1 ${project.basedir}/distro social-networking @@ -29,25 +46,6 @@ UTF-8 - - - - org.gcube.distribution - gcube-bom - ${gcube-bom-version} - pom - import - - - org.gcube.distribution - gcube-smartgears-bom - ${gcube-smartgears-bom-version} - pom - import - - - - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git @@ -62,19 +60,25 @@ compile - - org.gcube.common - gcube-jackson-core - - - org.gcube.common - gcube-jackson-databind - - - org.gcube.common - gcube-jackson-annotations - + + com.fasterxml.jackson.core + jackson-core + 2.8.7 + + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.7 + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.7 + org.gcube.core common-generic-clients @@ -88,6 +92,7 @@ org.projectlombok lombok + 1.18.2 provided