Skip to content

Commit

Permalink
SI-7901 Bump module versions.
Browse files Browse the repository at this point in the history
Upgrade to the latest releases of modules. This fixes OSGi
clients, since previous module releases don't have correct
MANIFEST files.
  • Loading branch information
dragos committed Oct 8, 2013
1 parent acd7780 commit de1b1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ starr.version=2.11.0-M5

# the below is used for depending on dependencies like partest
scala.binary.version=2.11.0-M5
partest.version.number=1.0-RC5
scala-xml.version.number=1.0-RC4
scala-parser-combinators.version.number=1.0-RC2
partest.version.number=1.0.0-RC6
scala-xml.version.number=1.0.0-RC5
scala-parser-combinators.version.number=1.0.0-RC3

6 comments on commit de1b1d8

@scala-jenkins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Job pr-scala failed for de1b1d8 Took 73 min. (ping @dragos) (results):


To retry exactly this commit, comment "PLS REBUILD/pr-scala@de1b1d842eb383fb2e435c19f0d59169d5d52bee" on PR 3023.
NOTE: New commits are rebuilt automatically as they appear. A forced rebuild is only necessary for transient failures.

@dragos
Copy link
Contributor Author

@dragos dragos commented on de1b1d8 Oct 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adriaanm , Is there something wrong in my PR? If not, it is very worrying that dbuild can't pick it up /cc @jsuereth. What can we do?

@retronym
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to understand what this line means in https://scala-webapps.epfl.ch/jenkins/job/pr-scala-integrate-ide/3159/console:

[info] --== End Building scala-lib ==--
[info] --== Building scala-parser-combinators ==--
[info] Resolving: ivy:org.scala-lang.modules#scala-parser-combinators_2.11.0-M4;1.0-RC1 in directory: ./target-0.6.4-josh-hack-3/project-builds/scala-parser-combinators-ff4ca353343e235f52027361c00f8bb3565f36cd
[info] Resolving artifacts

@retronym
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @gkossakowski (@adriaanm is away this week)

@gkossakowski
Copy link
Member

@gkossakowski gkossakowski commented on de1b1d8 Oct 10, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@retronym
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First check the discussion #3023 (this commit is a part of that). Maybe @jsuereth will have sorted things out by then.

Please sign in to comment.