Skip to content

Commit

Permalink
Fix version value for core-model tests for 7.2.0.Final, to work in IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran committed Apr 9, 2013
1 parent bae8e14 commit 64016e7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ static final class VersionLocator {

static {
if (VERSION.contains("${")) {
VERSION = "8.0.0.Alpha1-SNAPSHOT"; //to make it work from IDE
VERSION = "7.2.0.Final"; //to make it work from IDE
}
}

Expand Down

0 comments on commit 64016e7

Please sign in to comment.