Repository: jclouds-cli Updated Branches: refs/heads/master 9ebe6557d -> 01dcca142
Renamed branding and runner Maven artifact IDs, and ignore .DS_Store files in .gitignore Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/01dcca14 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/01dcca14 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/01dcca14 Branch: refs/heads/master Commit: 01dcca142fad25cb126e2c51da64f8912d543178 Parents: 9ebe655 Author: Jeremy Daggett <[email protected]> Authored: Tue Sep 16 17:09:12 2014 -0700 Committer: Jeremy Daggett <[email protected]> Committed: Wed Sep 17 08:46:11 2014 -0700 ---------------------------------------------------------------------- .gitignore | 1 + branding/pom.xml | 2 +- runner/pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/01dcca14/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 8fe49ec..b5f6dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ .settings target eclipse-classes +*.DS_STORE http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/01dcca14/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index a05b00d..c742a6f 100644 --- a/branding/pom.xml +++ b/branding/pom.xml @@ -27,7 +27,7 @@ <version>2.0.0-SNAPSHOT</version> </parent> - <artifactId>branding</artifactId> + <artifactId>jclouds-cli-branding</artifactId> <packaging>bundle</packaging> <name>jclouds :: cli :: branding</name> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/01dcca14/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runner/pom.xml b/runner/pom.xml index e6fd799..2e030ce 100644 --- a/runner/pom.xml +++ b/runner/pom.xml @@ -27,7 +27,7 @@ <version>2.0.0-SNAPSHOT</version> </parent> - <artifactId>runner</artifactId> + <artifactId>jclouds-cli-runner</artifactId> <name>jclouds :: cli :: runner</name> <dependencies>
