From a4aa4e1f8cf6778adea974156a0412043c101d1d Mon Sep 17 00:00:00 2001 From: AlBaker Date: Fri, 14 Mar 2014 21:19:56 -0400 Subject: [PATCH] Bump to version 2.1.2 dependencies --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 16e189c..5ffc3e5 100644 --- a/build.gradle +++ b/build.gradle @@ -44,13 +44,13 @@ dependencies { compile ('org.springframework:spring-tx:3.1.2.RELEASE') compile ('org.slf4j:slf4j-api:1.6.1') - compile ('com.complexible.stardog.protocols.snarl:client:2.1') - compile ('com.complexible.stardog:common-rdf:2.1') - compile ('com.complexible.stardog:openrdf-utils:2.1') - compile ('com.complexible.stardog:shared:2.1') + compile ('com.complexible.stardog.protocols.snarl:client:2.1.2') + compile ('com.complexible.stardog:common-rdf:2.1.2') + compile ('com.complexible.stardog:openrdf-utils:2.1.2') + compile ('com.complexible.stardog:shared:2.1.2') compile ('org.openrdf.sesame:sesame:2.7.7') compile ('org.openrdf.sesame:sesame-rio:2.7.7') - compile ('com.complexible.stardog:api:2.1') + compile ('com.complexible.stardog:api:2.1.2') // Spring Batch support compile ('org.springframework.batch:spring-batch-core:2.1.8.RELEASE') @@ -75,7 +75,7 @@ emma { configure(install.repositories.mavenInstaller) { pom.project { - version '2.1.1' + version '2.1.2' artifactId 'stardog-spring' groupId 'com.complexible.stardog' }