Skip to content

Commit

Permalink
Bump to version 2.1.2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlBaker committed Mar 15, 2014
1 parent c9e4b30 commit a4aa4e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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'
}
Expand Down

0 comments on commit a4aa4e1

Please sign in to comment.