Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
neo4j: switch to milestone dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmbruster committed Feb 3, 2013
1 parent bf49127 commit 5a7c092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grails-plugins/neo4j/grails-app/conf/BuildConfig.groovy
Expand Up @@ -16,6 +16,7 @@ grails.project.dependency.resolution = {
grailsCentral()

mavenCentral()
mavenRepo 'http://m2.neo4j.org/releases'
mavenRepo "http://repo.grails.org/grails/repo"
}

Expand All @@ -32,7 +33,7 @@ grails.project.dependency.resolution = {
transitive = false
}

def datastoreVersion = "1.1.1.RELEASE"
def datastoreVersion = "1.1.4.BUILD-SNAPSHOT"
def neo4jDatastoreVersion = "1.0.0.BUILD-SNAPSHOT"
//def neo4jDatastoreVersion = "1.0.0.M15"

Expand Down

0 comments on commit 5a7c092

Please sign in to comment.