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/12/23 22:19:24 UTC

[2/4] git commit: [maven-release-plugin] prepare release jclouds-karaf-1.7.0-rc2

[maven-release-plugin] prepare release jclouds-karaf-1.7.0-rc2


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

Branch: refs/heads/1.7.x
Commit: 2bfea3e8a9d08f6157e1556d2c5c1f0d6188f83e
Parents: cabc6b8
Author: Andrew Bayer <an...@gmail.com>
Authored: Fri Dec 20 11:24:03 2013 -0500
Committer: Andrew Bayer <an...@gmail.com>
Committed: Fri Dec 20 11:24:03 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/cache/pom.xml
----------------------------------------------------------------------
diff --git a/cache/pom.xml b/cache/pom.xml
index 66db705..0f68f19 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.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/chef/cache/pom.xml
----------------------------------------------------------------------
diff --git a/chef/cache/pom.xml b/chef/cache/pom.xml
index 2240a8b..b552c3f 100644
--- a/chef/cache/pom.xml
+++ b/chef/cache/pom.xml
@@ -16,19 +16,17 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>cache</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.0</version>
   <packaging>bundle</packaging>
   <name>jclouds :: Karaf :: Chef :: Cache</name>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/chef/commands/pom.xml
----------------------------------------------------------------------
diff --git a/chef/commands/pom.xml b/chef/commands/pom.xml
index 129f0bd..03f6eaf 100644
--- a/chef/commands/pom.xml
+++ b/chef/commands/pom.xml
@@ -16,19 +16,17 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>commands</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.0</version>
   <packaging>bundle</packaging>
   <name>jclouds :: Karaf :: Chef :: Commands</name>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/chef/core/pom.xml
----------------------------------------------------------------------
diff --git a/chef/core/pom.xml b/chef/core/pom.xml
index fd9b1c3..f47f461 100644
--- a/chef/core/pom.xml
+++ b/chef/core/pom.xml
@@ -16,19 +16,17 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>core</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.0</version>
   <name>jclouds :: Karaf :: Chef :: Core</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/chef/pom.xml
----------------------------------------------------------------------
diff --git a/chef/pom.xml b/chef/pom.xml
index 58cd87c..ef6d1b4 100644
--- a/chef/pom.xml
+++ b/chef/pom.xml
@@ -16,20 +16,18 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>chef</artifactId>
   <packaging>pom</packaging>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.0</version>
   <name>jclouds :: Karaf :: Chef</name>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/chef/services/pom.xml
----------------------------------------------------------------------
diff --git a/chef/services/pom.xml b/chef/services/pom.xml
index f8625ea..9e1fe77 100644
--- a/chef/services/pom.xml
+++ b/chef/services/pom.xml
@@ -16,19 +16,17 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>chef</artifactId>
     <groupId>org.apache.jclouds.karaf</groupId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>services</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.0</version>
   <packaging>bundle</packaging>
   <name>jclouds :: Karaf :: Chef :: Services</name>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/commands/pom.xml
----------------------------------------------------------------------
diff --git a/commands/pom.xml b/commands/pom.xml
index d821315..6aa4e64 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.0-SNAPSHOT</version>
+    <version>1.7.0</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 0df928d..a4cbf4d 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.0-SNAPSHOT</version>
+    <version>1.7.0</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 59e5020..b2f9bc4 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.0-SNAPSHOT</version>
+    <version>1.7.0</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 5f83deb..a8c1411 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.0-SNAPSHOT</version>
+    <version>1.7.0</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8bccc07..2351c4a 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.0-SNAPSHOT</version>
+  <version>1.7.0</version>
   <name>Apache jclouds :: Karaf</name>
 
   <description>jclouds Karaf Integration Project</description>
@@ -44,7 +44,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.0-rc2</tag>
   </scm>
 
   <developers>
@@ -545,7 +545,7 @@ limitations under the License.
       <dependency>
         <groupId>org.apache.jclouds.api</groupId>
         <artifactId>chef</artifactId>
-        <version>${jclouds.chef.version}</version>
+        <version>1.7.0</version>
       </dependency>
 
       <!-- Karaf Dependencies -->

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/recipe/pom.xml
----------------------------------------------------------------------
diff --git a/recipe/pom.xml b/recipe/pom.xml
index d198b53..3d44336 100644
--- a/recipe/pom.xml
+++ b/recipe/pom.xml
@@ -16,13 +16,11 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index 8a7db64..30493b4 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.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/urlhandler/pom.xml
----------------------------------------------------------------------
diff --git a/urlhandler/pom.xml b/urlhandler/pom.xml
index 8fec2d1..95d90ad 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.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/2bfea3e8/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 01dd977..ed384ab 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.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>