Repository: karaf
Updated Branches:
  refs/heads/master dbee7768c -> 6cba03187


[KARAF-4002] Use fixed karaf version to avoid circular dep and build failure


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/6cba0318
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/6cba0318
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/6cba0318

Branch: refs/heads/master
Commit: 6cba0318711b243f70d96610e7ceb65a4492a961
Parents: dbee776
Author: Christian Schneider <[email protected]>
Authored: Fri Sep 18 14:32:57 2015 +0200
Committer: Christian Schneider <[email protected]>
Committed: Fri Sep 18 14:32:57 2015 +0200

----------------------------------------------------------------------
 tooling/karaf-maven-plugin/src/it/test-assembly/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/6cba0318/tooling/karaf-maven-plugin/src/it/test-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/karaf-maven-plugin/src/it/test-assembly/pom.xml 
b/tooling/karaf-maven-plugin/src/it/test-assembly/pom.xml
index 3444f41..a45729a 100644
--- a/tooling/karaf-maven-plugin/src/it/test-assembly/pom.xml
+++ b/tooling/karaf-maven-plugin/src/it/test-assembly/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>

Reply via email to