diff options
author | Andy Clement <aclement@gopivotal.com> | 2014-08-14 14:27:46 -0700 |
---|---|---|
committer | Andy Clement <aclement@gopivotal.com> | 2014-08-14 14:27:46 -0700 |
commit | fbbf0ce7acb1fbe59d614a7894dc42bb76a04dd1 (patch) | |
tree | e8b99c760edce5efef96cb367d6d30936113ea3b | |
parent | 14f0eaa577b2802473ac23235e7986762d955cd9 (diff) | |
download | aspectj-fbbf0ce7acb1fbe59d614a7894dc42bb76a04dd1.tar.gz aspectj-fbbf0ce7acb1fbe59d614a7894dc42bb76a04dd1.zip |
Updated for 1.8.2
-rw-r--r-- | build/local.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/local.properties b/build/local.properties index d7807d804..b93e1c816 100644 --- a/build/local.properties +++ b/build/local.properties @@ -1,9 +1,9 @@ # for non-release builds, versions should all be DEVELOPMENT # except for build.version.base -build.version=1.8.0.M1 +build.version=1.8.2 build.version.base=1.8 -build.version.long=1.8.0.M1 -build.version.short=1.8.0.M1 +build.version.long=1.8.2 +build.version.short=1.8.2 # Repo version is for maven (as built with 'ant repo') repo.version=1.6.4 java11.home=c:/home/apps/jdk11 |