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/07/30 06:38:07 UTC

[2/2] git commit: [maven-release-plugin] prepare release jclouds-karaf-1.8.0-rc1

[maven-release-plugin] prepare release jclouds-karaf-1.8.0-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/e6c45ff9
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/e6c45ff9
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/e6c45ff9

Branch: refs/heads/1.8.x
Commit: e6c45ff9d33edc0406fa77a6ec4197fcb9932ef1
Parents: 376d749
Author: Andrew Phillips <an...@apache.org>
Authored: Wed Jul 30 00:15:43 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Wed Jul 30 00:15:43 2014 -0400

----------------------------------------------------------------------
 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               | 4 ++--
 recipe/pom.xml        | 6 ++----
 services/pom.xml      | 2 +-
 urlhandler/pom.xml    | 2 +-
 utils/pom.xml         | 2 +-
 15 files changed, 27 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/cache/pom.xml
----------------------------------------------------------------------
diff --git a/cache/pom.xml b/cache/pom.xml
index 99ad411..9c43980 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/chef/cache/pom.xml
----------------------------------------------------------------------
diff --git a/chef/cache/pom.xml b/chef/cache/pom.xml
index 021f40b..f2c0eb4 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>cache</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <packaging>bundle</packaging>
   <name>jclouds :: Karaf :: Chef :: Cache</name>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/chef/commands/pom.xml
----------------------------------------------------------------------
diff --git a/chef/commands/pom.xml b/chef/commands/pom.xml
index 1ebe675..facc30b 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>commands</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <packaging>bundle</packaging>
   <name>jclouds :: Karaf :: Chef :: Commands</name>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/chef/core/pom.xml
----------------------------------------------------------------------
diff --git a/chef/core/pom.xml b/chef/core/pom.xml
index cb2dd0e..efd10cc 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>core</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <name>jclouds :: Karaf :: Chef :: Core</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/chef/pom.xml
----------------------------------------------------------------------
diff --git a/chef/pom.xml b/chef/pom.xml
index 871f282..ef8851e 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>chef</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <name>jclouds :: Karaf :: Chef</name>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/chef/services/pom.xml
----------------------------------------------------------------------
diff --git a/chef/services/pom.xml b/chef/services/pom.xml
index dfcb562..18f4d59 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>services</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <packaging>bundle</packaging>
   <name>jclouds :: Karaf :: Chef :: Services</name>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/commands/pom.xml
----------------------------------------------------------------------
diff --git a/commands/pom.xml b/commands/pom.xml
index 34d05bf..8741f0e 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 3e49fe6..1146ab8 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 658d1e5..4926376 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 5393fc8..bc4288b 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 113dd4a..8fca8cf 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.8.0-SNAPSHOT</version>
+  <version>1.8.0</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.8.0-rc1</tag>
   </scm>
 
   <developers>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/recipe/pom.xml
----------------------------------------------------------------------
diff --git a/recipe/pom.xml b/recipe/pom.xml
index e8a70b8..07e2690 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index b9f6973..285eb23 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/urlhandler/pom.xml
----------------------------------------------------------------------
diff --git a/urlhandler/pom.xml b/urlhandler/pom.xml
index 21254c4..8c4fa97 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/e6c45ff9/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index fd57fdb..48c9ab8 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.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>