summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-08-21 11:26:40 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-08-21 11:32:58 -0700
commit609738ad3530dad620cebb9c720e7da10f6f640d (patch)
tree8f14d1755c5d219e13d92c6cfe7d3d2e7d149e5a
parent3f72bed01d5054f77a27f69dff786463995e5450 (diff)
downloadscala-609738ad3530dad620cebb9c720e7da10f6f640d.tar.gz
scala-609738ad3530dad620cebb9c720e7da10f6f640d.tar.bz2
scala-609738ad3530dad620cebb9c720e7da10f6f640d.zip
Use scala-partest 1.0-RC4
RC3 had a binary incompatibility that led to a crash in parsing options, due to: - https://github.com/scala/scala-partest/commit/9ff138ab4b - https://github.com/scala/scala/commit/2b1563fa74 Also added sonatype as a repo for resolving partest, so we don't have to wait for artifacts to synch to maven central.
-rwxr-xr-xbuild.xml3
-rw-r--r--versions.properties2
2 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7c2f1027c2..f428734ee0 100755
--- a/build.xml
+++ b/build.xml
@@ -251,7 +251,10 @@ TODO:
<artifact:dependencies pathId="partest.classpath" filesetId="partest.fileset" versionsId="partest.versions">
+ <!-- to facilitate building and publishing partest locally -->
<localRepository path="${user.home}/.m2/repository"/>
+ <!-- so we don't have to wait for artifacts to synch to maven central: -->
+ <artifact:remoteRepository id="sonatype-release" url="https://oss.sonatype.org/content/repositories/releases"/>
<dependency groupId="org.scala-lang.modules" artifactId="scala-partest_${scala.binary.version}" version="${partest.version.number}" />
</artifact:dependencies>
<copy-deps fileset.prefix="partest" out="partest"/>
diff --git a/versions.properties b/versions.properties
index 14a5e02893..044c57bb0f 100644
--- a/versions.properties
+++ b/versions.properties
@@ -2,6 +2,6 @@ starr.version=2.11.0-M4
# the below is used for depending on dependencies like partest
scala.binary.version=2.11.0-M4
-partest.version.number=1.0-RC3
+partest.version.number=1.0-RC4
scala-xml.version.number=1.0-RC2
scala-parser-combinators.version.number=1.0-RC1