You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ab...@apache.org on 2013/05/13 22:24:47 UTC

git commit: Fixing jclouds versions for karaf 1.5.x

Updated Branches:
  refs/heads/1.5.x 662091574 -> 990c0738a


Fixing jclouds versions for karaf 1.5.x


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

Branch: refs/heads/1.5.x
Commit: 990c0738aac53107703efb73476e2411d7201a37
Parents: 6620915
Author: Andrew Bayer <an...@gmail.com>
Authored: Mon May 13 13:24:41 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
Committed: Mon May 13 13:24:41 2013 -0700

----------------------------------------------------------------------
 cache/pom.xml         |    2 +-
 chef/cache/pom.xml    |    2 +-
 chef/commands/pom.xml |    2 +-
 chef/core/pom.xml     |    2 +-
 chef/pom.xml          |    2 +-
 chef/services/pom.xml |    2 +-
 commands/pom.xml      |    2 +-
 core/pom.xml          |    2 +-
 feature/pom.xml       |    2 +-
 itests/pom.xml        |    2 +-
 pom.xml               |    6 +++---
 recipe/pom.xml        |    2 +-
 services/pom.xml      |    2 +-
 urlhandler/pom.xml    |    2 +-
 utils/pom.xml         |    2 +-
 15 files changed, 17 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/cache/pom.xml
----------------------------------------------------------------------
diff --git a/cache/pom.xml b/cache/pom.xml
index 0ffbeda..4d3f866 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/chef/cache/pom.xml
----------------------------------------------------------------------
diff --git a/chef/cache/pom.xml b/chef/cache/pom.xml
index 811085b..6f49361 100644
--- a/chef/cache/pom.xml
+++ b/chef/cache/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/chef/commands/pom.xml
----------------------------------------------------------------------
diff --git a/chef/commands/pom.xml b/chef/commands/pom.xml
index 9a0d85c..75c0e21 100644
--- a/chef/commands/pom.xml
+++ b/chef/commands/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/chef/core/pom.xml
----------------------------------------------------------------------
diff --git a/chef/core/pom.xml b/chef/core/pom.xml
index 5b89a27..d43eea8 100644
--- a/chef/core/pom.xml
+++ b/chef/core/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/chef/pom.xml
----------------------------------------------------------------------
diff --git a/chef/pom.xml b/chef/pom.xml
index 5c3667b..2727859 100644
--- a/chef/pom.xml
+++ b/chef/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/chef/services/pom.xml
----------------------------------------------------------------------
diff --git a/chef/services/pom.xml b/chef/services/pom.xml
index 15116b1..2dcedec 100644
--- a/chef/services/pom.xml
+++ b/chef/services/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/commands/pom.xml
----------------------------------------------------------------------
diff --git a/commands/pom.xml b/commands/pom.xml
index 65d4020..6905eec 100644
--- a/commands/pom.xml
+++ b/commands/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 23b684c..989d549 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 91b6771..0e03c40 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 2113eaa..0ce9d7d 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9680dce..994d681 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
   <groupId>org.apache.jclouds</groupId>
   <artifactId>jclouds-karaf-pom</artifactId>
   <packaging>pom</packaging>
-  <version>1.5.9-SNAPSHOT</version>
+  <version>1.5.11-SNAPSHOT</version>
   <name>JClouds :: Karaf</name>
 
   <description>Jclouds Karaf Integration Project</description>
@@ -197,8 +197,8 @@ under the License.
     <httpcore.version>4.1</httpcore.version>
     <java-xmlbuilder.bundle.version>0.3_1</java-xmlbuilder.bundle.version>
     <javax.inject.bundle.version>1_1</javax.inject.bundle.version>
-    <jclouds.version>1.5.9</jclouds.version>
-    <jclouds.chef.version>1.5.9</jclouds.chef.version>
+    <jclouds.version>1.5.11-SNAPSHOT</jclouds.version>
+    <jclouds.chef.version>1.5.11-SNAPSHOT</jclouds.chef.version>
     <jersey.version>1.11</jersey.version>
     <jersey.bundle.version>1.11_1</jersey.bundle.version>
     <joda.version>2.1</joda.version>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/recipe/pom.xml
----------------------------------------------------------------------
diff --git a/recipe/pom.xml b/recipe/pom.xml
index 308eee1..2301e32 100644
--- a/recipe/pom.xml
+++ b/recipe/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index b891ffe..10747b0 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/urlhandler/pom.xml
----------------------------------------------------------------------
diff --git a/urlhandler/pom.xml b/urlhandler/pom.xml
index 7e1cfc8..370e57c 100644
--- a/urlhandler/pom.xml
+++ b/urlhandler/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/990c0738/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 8d13026..6759fb1 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>jclouds-karaf-pom</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.5.9-SNAPSHOT</version>
+    <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>