Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Latest versions of everything
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Jul 10, 2013
1 parent 9d5f784 commit 8570e71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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-CR1
version=2.0.0-CR2

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

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

# The version of Groovy to use (if you are using Groovy)
groovyVersion=2.1.5
Expand All @@ -26,10 +26,10 @@ groovyVersion=2.1.5
gradleVersion=1.6

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

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

# The version of JUnit
Expand All @@ -41,4 +41,4 @@ hsqldbVersion=2.2.9
metricsVersion=3.0.0-BETA1

rxVersion=1.0.0-beta1-SNAPSHOT
groovyVersion=2.1.4
groovyVersion=2.1.6

0 comments on commit 8570e71

Please sign in to comment.