Repository: karaf Updated Branches: refs/heads/master 7f1ed9b26 -> b66b6811e
Downgrade maven-bundle-plugin to 2.4.0 in manual to avoid IndexOutOfBoundException Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b66b6811 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/b66b6811 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/b66b6811 Branch: refs/heads/master Commit: b66b6811ede9c57fccb910861fbcc42cd3c1abfc Parents: 7f1ed9b Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Aug 18 17:51:15 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Aug 18 17:51:15 2014 +0200 ---------------------------------------------------------------------- manual/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/b66b6811/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index 768fd21..dc3db32 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -341,6 +341,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <version>2.4.0</version> <executions> <execution> <id>bundle-manifest</id>
