You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2015/03/19 10:05:07 UTC

[2/2] jclouds-cli git commit: Fixed CLI branding dependency

Fixed CLI branding dependency


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

Branch: refs/heads/master
Commit: 473e69bef396ecda1cacb0d2fe09ff0bc3856d38
Parents: e14b051
Author: Ignasi Barrera <na...@apache.org>
Authored: Sun Mar 15 01:07:07 2015 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Sun Mar 15 01:07:07 2015 +0100

----------------------------------------------------------------------
 assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/473e69be/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index e5d2680..c01c997 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -34,7 +34,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.jclouds.cli</groupId>
-      <artifactId>branding</artifactId>
+      <artifactId>jclouds-cli-branding</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>