Repository: karaf Updated Branches: refs/heads/master 91749c92d -> 66eeed510
Use released version of kar and standard feature in karaf-maven-plugin assembly it Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/66eeed51 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/66eeed51 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/66eeed51 Branch: refs/heads/master Commit: 66eeed510fb595cefce5056c5de278f18d85ae84 Parents: 91749c9 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Nov 24 21:43:13 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Nov 24 21:43:13 2015 +0100 ---------------------------------------------------------------------- .../karaf-maven-plugin/src/it/test-assembly-prop-edits/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/66eeed51/tooling/karaf-maven-plugin/src/it/test-assembly-prop-edits/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/karaf-maven-plugin/src/it/test-assembly-prop-edits/pom.xml b/tooling/karaf-maven-plugin/src/it/test-assembly-prop-edits/pom.xml index 886ef11..0c8653b 100644 --- a/tooling/karaf-maven-plugin/src/it/test-assembly-prop-edits/pom.xml +++ b/tooling/karaf-maven-plugin/src/it/test-assembly-prop-edits/pom.xml @@ -34,13 +34,13 @@ <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>framework</artifactId> - <version>@pom.version@</version> + <version>4.0.1</version> <type>kar</type> </dependency> <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>standard</artifactId> - <version>@pom.version@</version> + <version>4.0.1</version> <classifier>features</classifier> <type>xml</type> <scope>runtime</scope>
