Repository: karaf-decanter Updated Branches: refs/heads/master 0429a816e -> e3954c26b
Make feature run in karaf 3 too Project: http://git-wip-us.apache.org/repos/asf/karaf-decanter/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-decanter/commit/25477ba3 Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/25477ba3 Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/25477ba3 Branch: refs/heads/master Commit: 25477ba32ca7bd5a52d98c0760db07bbee31e5be Parents: 0429a81 Author: Christian Schneider <[email protected]> Authored: Wed Mar 11 23:02:47 2015 +0100 Committer: Christian Schneider <[email protected]> Committed: Wed Mar 11 23:02:47 2015 +0100 ---------------------------------------------------------------------- assembly/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/25477ba3/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 5323a27..692fcfc 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -38,6 +38,7 @@ <plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>karaf-maven-plugin</artifactId> + <version>3.0.3</version> <executions> <execution> <phase>compile</phase>
