Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Apr 23, 2015
1 parent 42ead0e commit a1427dc
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 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
## 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.1.BUILD-SNAPSHOT
mockitoVersion=1.9.5

0 comments on commit a1427dc

Please sign in to comment.