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 2014/04/08 01:21:45 UTC

[1/3] git commit: Using the jclouds version for Chef, rather than the project version

Repository: jclouds-karaf
Updated Branches:
  refs/heads/1.7.x cabe956be -> 81eb162a4


Using the jclouds version for Chef, rather than the project version

During releases, the reference should be to the released version of jclouds and jclouds-chef


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

Branch: refs/heads/1.7.x
Commit: 1ade10c25666227f163e100fa8155573cdbf4ecd
Parents: cabe956
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Apr 7 17:12:15 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Apr 7 17:12:15 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/1ade10c2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 904d23c..725212c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@ limitations under the License.
     <java-xmlbuilder.bundle.version>0.3_1</java-xmlbuilder.bundle.version>
     <javax.inject.bundle.version>1_1</javax.inject.bundle.version>
     <jclouds.version>1.7.2-SNAPSHOT</jclouds.version>
-    <jclouds.chef.version>${project.version}</jclouds.chef.version>
+    <jclouds.chef.version>${jclouds.version}</jclouds.chef.version>
     <jersey.version>1.11</jersey.version>
     <jersey.bundle.version>1.11_1</jersey.bundle.version>
     <joda.version>2.1</joda.version>


[2/3] git commit: Updating jclouds.version to 1.7.2

Posted by an...@apache.org.
Updating jclouds.version to 1.7.2

Preparing for the 1.7.2 jclouds-karaf release


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

Branch: refs/heads/1.7.x
Commit: 5fc5533d0a69a5d9511cbe07dc1d6e9518d565f4
Parents: 1ade10c
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Apr 7 17:13:03 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Apr 7 17:13:03 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/5fc5533d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 725212c..5ceb430 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@ limitations 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.7.2-SNAPSHOT</jclouds.version>
+    <jclouds.version>1.7.2</jclouds.version>
     <jclouds.chef.version>${jclouds.version}</jclouds.chef.version>
     <jersey.version>1.11</jersey.version>
     <jersey.bundle.version>1.11_1</jersey.bundle.version>


[3/3] git commit: [maven-release-plugin] prepare release jclouds-karaf-1.7.2-rc1

Posted by an...@apache.org.
[maven-release-plugin] prepare release jclouds-karaf-1.7.2-rc1


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

Branch: refs/heads/1.7.x
Commit: 81eb162a484f4264272b27f1cca3b09840148d5e
Parents: 5fc5533
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Apr 7 19:00:17 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Apr 7 19:00:17 2014 -0400

----------------------------------------------------------------------
 cache/pom.xml         | 2 +-
 chef/cache/pom.xml    | 4 ++--
 chef/commands/pom.xml | 4 ++--
 chef/core/pom.xml     | 4 ++--
 chef/pom.xml          | 4 ++--
 chef/services/pom.xml | 4 ++--
 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, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/cache/pom.xml
----------------------------------------------------------------------
diff --git a/cache/pom.xml b/cache/pom.xml
index f353dc4..a49fdec 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/chef/cache/pom.xml
----------------------------------------------------------------------
diff --git a/chef/cache/pom.xml b/chef/cache/pom.xml
index d46f47f..5a24f11 100644
--- a/chef/cache/pom.xml
+++ b/chef/cache/pom.xml
@@ -20,13 +20,13 @@ limitations under the License.
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>cache</artifactId>
-  <version>1.7.2-SNAPSHOT</version>
+  <version>1.7.2</version>
   <packaging>bundle</packaging>
   <name>jclouds :: Karaf :: Chef :: Cache</name>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/chef/commands/pom.xml
----------------------------------------------------------------------
diff --git a/chef/commands/pom.xml b/chef/commands/pom.xml
index fb59321..d9fd8a8 100644
--- a/chef/commands/pom.xml
+++ b/chef/commands/pom.xml
@@ -20,13 +20,13 @@ limitations under the License.
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>commands</artifactId>
-  <version>1.7.2-SNAPSHOT</version>
+  <version>1.7.2</version>
   <packaging>bundle</packaging>
   <name>jclouds :: Karaf :: Chef :: Commands</name>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/chef/core/pom.xml
----------------------------------------------------------------------
diff --git a/chef/core/pom.xml b/chef/core/pom.xml
index 9f20d9b..cccb566 100644
--- a/chef/core/pom.xml
+++ b/chef/core/pom.xml
@@ -20,13 +20,13 @@ limitations under the License.
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>core</artifactId>
-  <version>1.7.2-SNAPSHOT</version>
+  <version>1.7.2</version>
   <name>jclouds :: Karaf :: Chef :: Core</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/chef/pom.xml
----------------------------------------------------------------------
diff --git a/chef/pom.xml b/chef/pom.xml
index 5c24ed8..d435d16 100644
--- a/chef/pom.xml
+++ b/chef/pom.xml
@@ -20,14 +20,14 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>chef</artifactId>
   <packaging>pom</packaging>
-  <version>1.7.2-SNAPSHOT</version>
+  <version>1.7.2</version>
   <name>jclouds :: Karaf :: Chef</name>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/chef/services/pom.xml
----------------------------------------------------------------------
diff --git a/chef/services/pom.xml b/chef/services/pom.xml
index c701649..293ad00 100644
--- a/chef/services/pom.xml
+++ b/chef/services/pom.xml
@@ -20,13 +20,13 @@ limitations under the License.
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>services</artifactId>
-  <version>1.7.2-SNAPSHOT</version>
+  <version>1.7.2</version>
   <packaging>bundle</packaging>
   <name>jclouds :: Karaf :: Chef :: Services</name>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/commands/pom.xml
----------------------------------------------------------------------
diff --git a/commands/pom.xml b/commands/pom.xml
index af6a698..95ecd21 100644
--- a/commands/pom.xml
+++ b/commands/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index d688144..cae863a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 250454b..9bb509b 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 72f3712..ed40be1 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5ceb430..05b1baf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.apache.jclouds</groupId>
   <artifactId>jclouds-karaf</artifactId>
   <packaging>pom</packaging>
-  <version>1.7.2-SNAPSHOT</version>
+  <version>1.7.2</version>
   <name>Apache jclouds :: Karaf</name>
   <url>http://jclouds.apache.org</url>
   <description>jclouds Karaf Integration Project</description>
@@ -45,7 +45,7 @@ limitations under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-karaf.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-karaf.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git</url>
-    <tag>HEAD</tag>
+    <tag>jclouds-karaf-1.7.2-rc1</tag>
   </scm>
 
   <developers>
@@ -564,7 +564,7 @@ limitations under the License.
       <dependency>
         <groupId>org.apache.jclouds.api</groupId>
         <artifactId>chef</artifactId>
-        <version>1.7.2-SNAPSHOT</version>
+        <version>1.7.2</version>
       </dependency>
 
       <!-- Karaf Dependencies -->

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/recipe/pom.xml
----------------------------------------------------------------------
diff --git a/recipe/pom.xml b/recipe/pom.xml
index e49672b..38d6099 100644
--- a/recipe/pom.xml
+++ b/recipe/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index ced8276..ec7389f 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/urlhandler/pom.xml
----------------------------------------------------------------------
diff --git a/urlhandler/pom.xml b/urlhandler/pom.xml
index d5f8199..76e4e90 100644
--- a/urlhandler/pom.xml
+++ b/urlhandler/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/81eb162a/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 8324018..7713009 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>