You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2016/09/07 03:52:43 UTC

jclouds-karaf git commit: Align the version of org.apache.felix.configadmin with jclouds-cli

Repository: jclouds-karaf
Updated Branches:
  refs/heads/fix-script-engine 77ffe142b -> 345255d07


Align the version of org.apache.felix.configadmin with jclouds-cli


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

Branch: refs/heads/fix-script-engine
Commit: 345255d07f6f97f5d046083fee0ec37bd18bd760
Parents: 77ffe14
Author: Andrew Phillips <an...@apache.org>
Authored: Tue Sep 6 23:52:25 2016 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Tue Sep 6 23:52:25 2016 -0400

----------------------------------------------------------------------
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/345255d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ae84ec9..28e56f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,9 +183,8 @@ limitations under the License.
   <properties>
     <aopalliance.bundle.version>1.0_5</aopalliance.bundle.version>
     <bcprov.version>1.51</bcprov.version>
-    <configadmin.version>1.2.8</configadmin.version>
     <easymock.version>3.0</easymock.version>
-    <felix.configadmin.version>1.2.8</felix.configadmin.version>
+    <felix.configadmin.version>1.8.8</felix.configadmin.version>
     <groovy.version>2.4.4</groovy.version>
     <gson.version>2.5</gson.version>
     <guava.version>16.0.1</guava.version>
@@ -308,7 +307,7 @@ limitations under the License.
       <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.configadmin</artifactId>
-        <version>${configadmin.version}</version>
+        <version>${felix.configadmin.version}</version>
       </dependency>
 
       <!-- Pax Url -->