summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-08-16 17:22:21 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-08-27 11:10:30 -0700
commit67600a72d47900a22e97d82f236cca1b0153674e (patch)
tree7148767332d1a25146d50c65eb4d6c295a974c8e /versions.properties
parent9c50dd52743b7ff4de19548669dfa7e7a0304034 (diff)
downloadscala-67600a72d47900a22e97d82f236cca1b0153674e.tar.gz
scala-67600a72d47900a22e97d82f236cca1b0153674e.tar.bz2
scala-67600a72d47900a22e97d82f236cca1b0153674e.zip
Remove scala-xml and scala-parser-combinators
These modules move to their own repositories: - https://github.com/scala/scala-xml (v1.0-RC3) - https://github.com/scala/scala-parser-combinators (v1.0-RC1) The modularization depends on the new partest, as the old one's classpath handling did not support a modularized scala. The compiler pom now depends on the artifacts published separately, with versions specified in versions.properties. NOTES: - The osgi tests resolve the xml and parsers jars and osgi-fy them, as they are no longer built locally. TODO: Can we move the osgification to the module builds? - Disabled local repositories: don't want to accidentally include unpublished artifacts in releases etc.
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/versions.properties b/versions.properties
index 044c57bb0f..2b8c1de7b7 100644
--- a/versions.properties
+++ b/versions.properties
@@ -3,5 +3,5 @@ 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-RC4
-scala-xml.version.number=1.0-RC2
+scala-xml.version.number=1.0-RC3
scala-parser-combinators.version.number=1.0-RC1