Skip to content

Commit

Permalink
Up to 2.0.0-CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Jun 18, 2013
1 parent 7fc978e commit 1599629
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ dependencies {
transitive = false
}
provided "org.codehaus.groovy:groovy-all:$groovyVersion"
provided "io.vertx:lang-groovy:$groovyLangModVersion@jar"
testCompile "io.vertx:mod-rxjava:$rxVersion"
}

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ modowner=com.bloidonia
modname=mod-jdbc-persistor

# Your module version
version=2.0.0-beta5
version=2.0.0-CR1

# The test timeout in seconds
testtimeout=300
Expand All @@ -17,20 +17,20 @@ pullInDeps=true
produceJar=false

# The version of Groovy language to compile against (if you are using Groovy compiled verticles or VertxTests)
groovyLangModVersion=1.0.0-SNAPSHOT
groovyLangModVersion=2.0.0-CR1

# The version of Groovy to use (if you are using Groovy)
groovyVersion=2.1.3
groovyVersion=2.1.5

# Gradle version
gradleVersion=1.6

# The version of Vert.x
vertxVersion=2.0.0-beta5
vertxVersion=2.0.0-CR1

# The version of Vert.x test tools
toolsVersion=2.0.0-beta2
testFrameworkVersion=2.0.0-beta1
toolsVersion=2.0.0-CR1
testFrameworkVersion=2.0.0-CR1

# The version of JUnit
junitVersion=4.10
Expand Down

0 comments on commit 1599629

Please sign in to comment.