Rename top-level artifact properly

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/f32ed375
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/f32ed375
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/f32ed375

Branch: refs/heads/1.5.x
Commit: f32ed375ad3328bcdf7c35e72886aff0d8e02b4b
Parents: 00dd291
Author: Andrew Bayer <[email protected]>
Authored: Fri May 31 10:06:23 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Fri May 31 10:21:13 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/cache/pom.xml
----------------------------------------------------------------------
diff --git a/cache/pom.xml b/cache/pom.xml
index 8bbd8d6..2057f87 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -18,7 +18,7 @@ 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";>
   <parent>
-    <artifactId>jclouds-karaf-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/chef/pom.xml
----------------------------------------------------------------------
diff --git a/chef/pom.xml b/chef/pom.xml
index c713ed4..811ffad 100644
--- a/chef/pom.xml
+++ b/chef/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
          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-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/commands/pom.xml
----------------------------------------------------------------------
diff --git a/commands/pom.xml b/commands/pom.xml
index a794732..9381cb6 100644
--- a/commands/pom.xml
+++ b/commands/pom.xml
@@ -17,7 +17,7 @@ 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";>
   <parent>
-    <artifactId>jclouds-karaf-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 771f0f2..71ecf28 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -18,7 +18,7 @@ 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";>
   <parent>
-    <artifactId>jclouds-karaf-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 9765f82..4593df1 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -17,7 +17,7 @@ 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";>
   <parent>
-    <artifactId>jclouds-karaf-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 55ee413..5ed1d3b 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -18,7 +18,7 @@ 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";>
   <parent>
-    <artifactId>jclouds-karaf-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c207039..671b24a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
   </parent>
 
   <groupId>org.apache.jclouds</groupId>
-  <artifactId>jclouds-karaf-pom</artifactId>
+  <artifactId>jclouds-karaf</artifactId>
   <packaging>pom</packaging>
   <version>1.5.11-SNAPSHOT</version>
   <name>JClouds :: Karaf</name>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/recipe/pom.xml
----------------------------------------------------------------------
diff --git a/recipe/pom.xml b/recipe/pom.xml
index 0fcb525..360ea18 100644
--- a/recipe/pom.xml
+++ b/recipe/pom.xml
@@ -18,7 +18,7 @@ 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";>
   <parent>
-    <artifactId>jclouds-karaf-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index 779d6dc..b3b7c2d 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -18,7 +18,7 @@ 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";>
   <parent>
-    <artifactId>jclouds-karaf-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/urlhandler/pom.xml
----------------------------------------------------------------------
diff --git a/urlhandler/pom.xml b/urlhandler/pom.xml
index 6525e51..ef937f9 100644
--- a/urlhandler/pom.xml
+++ b/urlhandler/pom.xml
@@ -18,7 +18,7 @@ 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";>
   <parent>
-    <artifactId>jclouds-karaf-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f32ed375/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 6c50ae0..a693056 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -18,7 +18,7 @@ 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";>
   <parent>
-    <artifactId>jclouds-karaf-pom</artifactId>
+    <artifactId>jclouds-karaf</artifactId>
     <groupId>org.apache.jclouds</groupId>
     <version>1.5.11-SNAPSHOT</version>
   </parent>

Reply via email to