Skip to content

Commit

Permalink
Stardog 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlBaker committed Dec 18, 2014
1 parent e013ed6 commit 21a4159
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions stardog-spring-batch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ apply plugin:"signing"
apply from:'https://raw.github.com/breskeby/gradleplugins/master/emmaPlugin/emma.gradle'

group = 'com.complexible.stardog'
version = '2.2.3'
version = '2.2.4'

// Used for testing with the embedded server
def stardogLocation= "/Users/albaker/tools/stardog/stardog-2.2.3/server"
System.setProperty('STARDOG_HOME', "/Users/albaker/opt/stardog-223")
def stardogLocation= "/Users/albaker/tools/stardog/stardog-2.2.4/server"
System.setProperty('STARDOG_HOME', "/Users/albaker/opt/stardog-224")

repositories {
mavenLocal()
Expand All @@ -36,14 +36,14 @@ dependencies {
compile ('org.springframework:spring-tx:4.1.2.RELEASE')
compile ('org.slf4j:slf4j-api:1.6.1')

compile ('com.complexible.stardog.protocols.snarl:client:2.2.3')
compile ('com.complexible.stardog:common-rdf:2.2.3')
compile ('com.complexible.stardog:openrdf-utils:2.2.3')
compile ('com.complexible.stardog:shared:2.2.3')
compile ('com.complexible.stardog.protocols.snarl:client:2.2.4')
compile ('com.complexible.stardog:common-rdf:2.2.4')
compile ('com.complexible.stardog:openrdf-utils:2.2.4')
compile ('com.complexible.stardog:shared:2.2.4')
compile ('org.openrdf.sesame:sesame:2.7.14')
compile ('com.complexible.stardog:api:2.2.3')
compile ('com.complexible.stardog:api:2.2.4')

compile ('com.complexible.stardog:stardog-spring:2.2.3')
compile ('com.complexible.stardog:stardog-spring:2.2.4')

compile ('org.springframework.batch:spring-batch-core:2.2.6.RELEASE')
compile ('org.springframework.batch:spring-batch-infrastructure:2.2.6.RELEASE')
Expand Down Expand Up @@ -128,7 +128,7 @@ uploadArchives {

configure(install.repositories.mavenInstaller) {
pom.project {
version '2.2.3'
version '2.2.4'
artifactId 'stardog-spring-batch'
groupId 'com.complexible.stardog'
}
Expand Down
18 changes: 9 additions & 9 deletions stardog-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ apply plugin:"signing"
apply from:'https://raw.github.com/breskeby/gradleplugins/master/emmaPlugin/emma.gradle'

group = 'com.complexible.stardog'
version = '2.2.3'
version = '2.2.4'

// Used for testing with the embedded server
def stardogLocation= "/Users/albaker/tools/stardog/stardog-2.2.3/server"
System.setProperty('STARDOG_HOME', "/Users/albaker/opt/stardog-223")
def stardogLocation= "/Users/albaker/tools/stardog/stardog-2.2.4/server"
System.setProperty('STARDOG_HOME', "/Users/albaker/opt/stardog-224")

repositories {
mavenLocal()
Expand All @@ -35,14 +35,14 @@ dependencies {
compile ('org.springframework:spring-tx:4.1.2.RELEASE')
compile ('org.slf4j:slf4j-api:1.6.1')

compile ('com.complexible.stardog.protocols.snarl:client:2.2.3')
//compile ('com.complexible.stardog:common-rdf:2.2.3')
compile ('com.complexible.stardog:openrdf-utils:2.2.3')
compile ('com.complexible.stardog:shared:2.2.3')
compile ('com.complexible.stardog.protocols.snarl:client:2.2.4')
//compile ('com.complexible.stardog:common-rdf:2.2.4')
compile ('com.complexible.stardog:openrdf-utils:2.2.4')
compile ('com.complexible.stardog:shared:2.2.4')
compile ('org.openrdf.sesame:sesame:2.7.14') {
exclude group:'org.slf4j'
}
compile ('com.complexible.stardog:api:2.2.3')
compile ('com.complexible.stardog:api:2.2.4')

// gremlin in stardog/lib comes with groovy, we don't want to pick that up for gradle
// remove springframework
Expand Down Expand Up @@ -125,7 +125,7 @@ uploadArchives {
// Used for "gradle install"
configure(install.repositories.mavenInstaller) {
pom.project {
version '2.2.3'
version '2.2.4'
artifactId 'stardog-spring'
groupId 'com.complexible.stardog'
}
Expand Down

0 comments on commit 21a4159

Please sign in to comment.