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

Commit

Permalink
Move Jackson version to gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Feb 11, 2015
1 parent 45995f2 commit 244689c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ext {
buildNrLoc = project.hasProperty('buildNr') ? "${buildNr}" : "000"
currentVersion = "${versionPrefix}-${buildNrLoc}"

jacksonMapper = '1.9.13'
//microInfraSpring version moved to gradle.properties
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
microInfraSpringVersion=0.8.7
jacksonMapper=1.9.13
gebVersion=0.10.0
seleniumVersion=2.43.1

0 comments on commit 244689c

Please sign in to comment.