From 37dc3e4e41fdf0cc2c0da7936918dc90278e3346 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 16 Jul 2013 10:55:29 -0700 Subject: STARR: use 2.11.0-M4, built with 2.11.0-M3 Replaced starr jars with 2.11.0-M4, built with Scala 2.11.0-M3. I used `ant replacestarr-opt -Dstarr.use.released=1`, with `starr.number`: ``` starr.version=2.11.0-M3 ``` Then pushed the jars to artifactory after moving `lib/jline.jar` out of the way, as it's no longer "desired" (i.e., not pulled from artifactory). Its presence seemed to break `./push-binary-libs.sh $ARTIFACTORY_USER $ARTIFACTORY_PASS`. You can by-pass the custom starr artifact download and use a (released) version of Scala by changing your `build.properties` to include ``` starr.use.released=1 ``` You may optionally change `starr.version` in `starr.number` to whichever version that maven can resolve for you. --- starr.number | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starr.number') diff --git a/starr.number b/starr.number index 89659fcbf3..d55aa7d7fc 100644 --- a/starr.number +++ b/starr.number @@ -1 +1 @@ -starr.version=2.11.0-M2 \ No newline at end of file +starr.version=2.11.0-M4 \ No newline at end of file -- cgit v1.2.3