You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/01/19 15:29:31 UTC

karaf-cellar git commit: Use dependencyManagement version in webconsole module

Repository: karaf-cellar
Updated Branches:
  refs/heads/cellar-2.3.x 94a6315b2 -> 403547b08


Use dependencyManagement version in webconsole module


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

Branch: refs/heads/cellar-2.3.x
Commit: 403547b08032781c7724dd9ff46d9ad8e07ac374
Parents: 94a6315
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Jan 19 15:06:41 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Jan 19 15:06:41 2015 +0100

----------------------------------------------------------------------
 webconsole/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/403547b0/webconsole/pom.xml
----------------------------------------------------------------------
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 2ca1c92..8dccf8d 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -52,7 +52,6 @@
         <dependency>
             <groupId>org.apache.karaf.cellar</groupId>
             <artifactId>org.apache.karaf.cellar.core</artifactId>
-            <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>