Repository: camel Updated Branches: refs/heads/camel-2.14.x a3ab30a55 -> 185be50d0
downgrade jruby from 1.7.15 to 1.7.13 as the later ones are not valid OSGI bundles Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/185be50d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/185be50d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/185be50d Branch: refs/heads/camel-2.14.x Commit: 185be50d041ef392f52e5bea41effa2a99f4f767 Parents: a3ab30a Author: cmueller <[email protected]> Authored: Sun Sep 14 13:09:49 2014 +0200 Committer: cmueller <[email protected]> Committed: Sun Sep 14 13:11:40 2014 +0200 ---------------------------------------------------------------------- parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/185be50d/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index efa5a1d..c35c967 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -252,7 +252,8 @@ <jodatime2-bundle-version>2.3</jodatime2-bundle-version> <josql-bundle-version>1.5_5</josql-bundle-version> <josql-version>1.5</josql-version> - <jruby-version>1.7.15</jruby-version> + <!-- jruby-core 1.7.14 and 1.7.15 are not valid OSGI bundles: see https://github.com/jruby/jruby/issues/1971 --> + <jruby-version>1.7.13</jruby-version> <jsendnsca-version>1.3.1</jsendnsca-version> <jsmpp-version>2.1.0_4</jsmpp-version> <jsch-version>0.1.50</jsch-version>
