summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-05-09 15:32:56 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-05-09 15:32:56 +0200
commitd4848eaece65313f09ed7a7fd6383cc21ee81988 (patch)
tree5d01f421659b61aabdec27d7b33ae5ab4e609734 /build.xml
parent132a0587abf611e6e0b93c95a3b1b118619b849f (diff)
parent7523ed37d5a4eeb2664f9ddf2cad09b70aa81877 (diff)
downloadscala-d4848eaece65313f09ed7a7fd6383cc21ee81988.tar.gz
scala-d4848eaece65313f09ed7a7fd6383cc21ee81988.tar.bz2
scala-d4848eaece65313f09ed7a7fd6383cc21ee81988.zip
Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d1a4bf3e78..937905636a 100755
--- a/build.xml
+++ b/build.xml
@@ -1505,7 +1505,7 @@ TODO:
BINARY COMPATIBILITY TESTING
============================================================================ -->
<target name="bc.init" depends="init" unless="maven-deps-done-mima">
- <property name="bc-reference-version" value="2.11.0-RC1"/>
+ <property name="bc-reference-version" value="2.11.0"/>
<property name="bc-build.dir" value="${build.dir}/bc"/>
<!-- Obtain mima -->