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/31 19:13:22 UTC

[1/2] git commit: Use default Apache remote resources

Updated Branches:
  refs/heads/1.6.x 964f2694b -> a07ffce93


Use default Apache remote resources


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

Branch: refs/heads/1.6.x
Commit: 5d117b8dea4fed399adefdadad2c09a2ffe85b4d
Parents: 964f269
Author: Andrew Bayer <an...@gmail.com>
Authored: Fri May 31 09:44:39 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
Committed: Fri May 31 09:44:39 2013 -0700

----------------------------------------------------------------------
 pom.xml |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/5d117b8d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a346e92..eab8554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,23 +143,6 @@ limitations under the License.
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>${maven-remote-resources-plugin.version}</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>process</goal>
-            </goals>
-            <configuration>
-              <resourceBundles>
-                <resourceBundle>org.apache.jclouds:jclouds-resources:${jclouds.version}</resourceBundle>
-              </resourceBundles>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <version>${maven-release-plugin.version}</version>
         <configuration>


[2/2] git commit: Rename top-level artifact properly

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

Branch: refs/heads/1.6.x
Commit: a07ffce93b51080c660e7826120d796c93d1dc11
Parents: 5d117b8
Author: Andrew Bayer <an...@gmail.com>
Authored: Fri May 31 10:06:23 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
Committed: Fri May 31 10:06:23 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/a07ffce9/cache/pom.xml
----------------------------------------------------------------------
diff --git a/cache/pom.xml b/cache/pom.xml
index 19ad014..d81990c 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.6.1-incubating</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/chef/pom.xml
----------------------------------------------------------------------
diff --git a/chef/pom.xml b/chef/pom.xml
index eeb55f6..09eb3c3 100644
--- a/chef/pom.xml
+++ b/chef/pom.xml
@@ -19,7 +19,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.6.1-incubating</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/commands/pom.xml
----------------------------------------------------------------------
diff --git a/commands/pom.xml b/commands/pom.xml
index 6f54a5f..ddf8f28 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.6.1-incubating</version>
     <relativePath>..</relativePath>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 1c52e5e..8cb4618 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.6.1-incubating</version>
     <relativePath>..</relativePath>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 5fc02b9..a672570 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.6.1-incubating</version>
     <relativePath>..</relativePath>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index ca92983..ebae90d 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.6.1-incubating</version>
     <relativePath>..</relativePath>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eab8554..8a76631 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.6.1-incubating</version>
   <name>JClouds :: Karaf</name>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/recipe/pom.xml
----------------------------------------------------------------------
diff --git a/recipe/pom.xml b/recipe/pom.xml
index 9ef1be0..762d6ce 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.6.1-incubating</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index 7a30418..883fd8d 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.6.1-incubating</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/urlhandler/pom.xml
----------------------------------------------------------------------
diff --git a/urlhandler/pom.xml b/urlhandler/pom.xml
index 527ad5f..bee8a3e 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.6.1-incubating</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/a07ffce9/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 1e10ed1..c79e2be 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.6.1-incubating</version>
   </parent>