Updated Branches:
  refs/heads/1.5.x b6f32d344 -> f797f8a3b

Rename top-level artifact properly


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/commit/f797f8a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/f797f8a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/f797f8a3

Branch: refs/heads/1.5.x
Commit: f797f8a3bafba484436fe4d999ccadecb5174dbb
Parents: b6f32d3
Author: Andrew Bayer <[email protected]>
Authored: Fri May 31 10:12:49 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Fri May 31 10:19:32 2013 -0700

----------------------------------------------------------------------
 assembly/pom.xml |    9 +++++----
 branding/pom.xml |    4 ++--
 pom.xml          |    2 +-
 runner/pom.xml   |    2 +-
 4 files changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/f797f8a3/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index c3baf6c..eec3ff3 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -17,14 +17,15 @@
 
 <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-cli-pom</artifactId>
+    <artifactId>jclouds-cli</artifactId>
     <groupId>org.apache.jclouds.cli</groupId>
     <version>1.5.11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.jclouds.cli</groupId>
-  <artifactId>jclouds-cli</artifactId>
+  <artifactId>jclouds-cli-assembly</artifactId>
+  <version>1.5.11-SNAPSHOT</version>
   <name>jclouds :: cli :: assembly</name>
 
   <dependencies>
@@ -291,7 +292,7 @@
               <descriptors>
                 <descriptor>src/main/assembly/unix.xml</descriptor>
               </descriptors>
-              <finalName>${project.artifactId}-${project.version}</finalName>
+              <finalName>jclouds-cli-${project.version}</finalName>
               <tarLongFileMode>gnu</tarLongFileMode>
               <appendAssemblyId>false</appendAssemblyId>
             </configuration>
@@ -306,7 +307,7 @@
               <descriptors>
                 <descriptor>src/main/assembly/win.xml</descriptor>
               </descriptors>
-              <finalName>${project.artifactId}-${project.version}</finalName>
+              <finalName>jclouds-cli-${project.version}</finalName>
               <appendAssemblyId>false</appendAssemblyId>
             </configuration>
           </execution>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/f797f8a3/branding/pom.xml
----------------------------------------------------------------------
diff --git a/branding/pom.xml b/branding/pom.xml
index 7d7b328..6ceade5 100644
--- a/branding/pom.xml
+++ b/branding/pom.xml
@@ -16,7 +16,7 @@
 -->
 <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-cli-pom</artifactId>
+    <artifactId>jclouds-cli</artifactId>
     <groupId>org.apache.jclouds.cli</groupId>
     <version>1.5.11-SNAPSHOT</version>
   </parent>
@@ -44,4 +44,4 @@
     </resources>
   </build>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/f797f8a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d36064..b4736f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <groupId>org.apache.jclouds.cli</groupId>
-  <artifactId>jclouds-cli-pom</artifactId>
+  <artifactId>jclouds-cli</artifactId>
   <packaging>pom</packaging>
   <name>jclouds :: cli</name>
   <version>1.5.11-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/f797f8a3/runner/pom.xml
----------------------------------------------------------------------
diff --git a/runner/pom.xml b/runner/pom.xml
index eb27018..e054102 100644
--- a/runner/pom.xml
+++ b/runner/pom.xml
@@ -17,7 +17,7 @@
 
 <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-cli-pom</artifactId>
+    <artifactId>jclouds-cli</artifactId>
     <groupId>org.apache.jclouds.cli</groupId>
     <version>1.5.11-SNAPSHOT</version>
   </parent>

Reply via email to