Skip to content

Commit

Permalink
Revert "Next development version"
Browse files Browse the repository at this point in the history
Failed push to central requires rolling back the release

This reverts commit 42ead0e.
  • Loading branch information
Rob Winch committed Apr 23, 2015
1 parent b843b84 commit 66e471e
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
servletApi3Version=3.1.0
httpclientVersion=4.3.3
springSecurityVersion=3.2.7.RELEASE
tomcatEmbedVersion=7.0.56
servletApi2Version=2.5
junitVersion=4.11
springVersion=4.1.6.RELEASE
apacheDirServerVersion=2.0.0-M15
springBootVersion=1.2.1.RELEASE
log4jVersion=1.2.17
apacheDirApiVersion=1.0.0-M20
hamcrestVersion=1.3
version=1.0.1.BUILD-SNAPSHOT
mockitoVersion=1.9.5
## Common libraries
log4jVersion = 1.2.17
springVersion = 4.1.6.RELEASE
springBootVersion = 1.2.1.RELEASE
springSecurityVersion = 3.2.7.RELEASE
httpclientVersion = 4.3.3
apacheDirServerVersion = 2.0.0-M15
apacheDirApiVersion = 1.0.0-M20

servletApi2Version = 2.5
servletApi3Version = 3.1.0

## Common testing libraries
junitVersion = 4.11
tomcatEmbedVersion = 7.0.56
mockitoVersion = 1.9.5
hamcrestVersion = 1.3

version=1.0.0.BUILD-SNAPSHOT

0 comments on commit 66e471e

Please sign in to comment.