From 02c7bc29a042f2b041e1055d36c801d7ed2c5f38 Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Mon, 15 Dec 2014 14:58:55 +0100 Subject: update to scala-parser-combinators 1.0.3 --- versions.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'versions.properties') diff --git a/versions.properties b/versions.properties index d24a3bb952..a474b19c5b 100644 --- a/versions.properties +++ b/versions.properties @@ -18,7 +18,7 @@ scala.full.version=2.11.2 # external modules shipped with distribution, as specified by scala-library-all's pom scala-xml.version.number=1.0.3 -scala-parser-combinators.version.number=1.0.2 +scala-parser-combinators.version.number=1.0.3 scala-continuations-plugin.version.number=1.0.2 scala-continuations-library.version.number=1.0.2 scala-swing.version.number=1.0.1 -- cgit v1.2.3 From 85f3548b1b7254f7de555dd7c801b9b7f9101d13 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Sun, 4 Jan 2015 13:18:47 -0800 Subject: Bump versions for 2.11.5 release. --- build.number | 6 +++--- versions.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'versions.properties') diff --git a/build.number b/build.number index dc85ecb777..5f8ed6d6b6 100644 --- a/build.number +++ b/build.number @@ -1,9 +1,9 @@ #Tue Sep 11 19:21:09 CEST 2007 version.major=2 version.minor=11 -version.patch=5 +version.patch=6 # This is the -N part of a version. if it's 0, it's dropped from maven versions. version.bnum=0 -# Note: To build a release run ant with -Dbuild.release=true -# To build an RC, run ant with -Dmaven.version.suffix=-RCN +# To build a release, see scripts/jobs/scala-release-2.11.x-build +# (normally run by the eponymous job on scala-ci.typesafe.com). \ No newline at end of file diff --git a/versions.properties b/versions.properties index a474b19c5b..9e2e6cea79 100644 --- a/versions.properties +++ b/versions.properties @@ -4,7 +4,7 @@ # when adding new properties that influence a release, # also add them to the update.versions mechanism in build.xml, # which is used by scala-release-2.11.x in scala/jenkins-scripts -starr.version=2.11.2 +starr.version=2.11.5 starr.use.released=1 # These are the versions of the modules that go with this release. @@ -14,7 +14,7 @@ starr.use.released=1 scala.binary.version=2.11 # e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1 # this defines the dependency on scala-continuations-plugin in scala-dist's pom -scala.full.version=2.11.2 +scala.full.version=2.11.5 # external modules shipped with distribution, as specified by scala-library-all's pom scala-xml.version.number=1.0.3 -- cgit v1.2.3