From d6a9a82c912ab9356479dd3a310579fec3dcaab0 Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Fri, 15 Jun 2018 12:30:10 +0000 Subject: [PATCH] upgrade mongo-java-driver library to 3.6.0 upgrade version to 1.7.0 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/content-management/storage-manager-trigger@169245 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 3 +++ pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 63a8d2a..f21e90c 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,5 +1,8 @@ + + upgraded mongo-java-driver-library to 3.6.0 + integrated with new version of accounting lib diff --git a/pom.xml b/pom.xml index 2e03fa4..0971e77 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.contentmanagement storage-manager-trigger - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/content-management/${project.artifactId} scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/content-management/${project.artifactId} @@ -32,7 +32,7 @@ org.mongodb mongo-java-driver - [3.0.0, 3.1.0) + [3.0.0, 3.6.0) org.slf4j