Repository: jclouds-labs Updated Branches: refs/heads/master 7f4534d6b -> 9f4b28a9b
Fixed artifactId typo Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/9f4b28a9 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/9f4b28a9 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/9f4b28a9 Branch: refs/heads/master Commit: 9f4b28a9bbce7779c48a0b2f51d29984726d582e Parents: 7f4534d Author: Jeremy Daggett <[email protected]> Authored: Tue May 20 12:30:19 2014 -0700 Committer: Jeremy Daggett <[email protected]> Committed: Thu May 22 08:45:51 2014 -0700 ---------------------------------------------------------------------- jclouds-representations/pom.xml | 4 ++-- jclouds-representations/representations-codec/pom.xml | 2 +- jclouds-representations/representations-core/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/9f4b28a9/jclouds-representations/pom.xml ---------------------------------------------------------------------- diff --git a/jclouds-representations/pom.xml b/jclouds-representations/pom.xml index 315e263..dc3c306 100644 --- a/jclouds-representations/pom.xml +++ b/jclouds-representations/pom.xml @@ -28,9 +28,9 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.jclouds.labs</groupId> - <artifactId>jclouds-represetations</artifactId> + <artifactId>jclouds-representations</artifactId> <packaging>pom</packaging> - <name>jclouds :: represetations</name> + <name>jclouds :: representations</name> <description>Representations objects for jclouds domain objects</description> <modules> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/9f4b28a9/jclouds-representations/representations-codec/pom.xml ---------------------------------------------------------------------- diff --git a/jclouds-representations/representations-codec/pom.xml b/jclouds-representations/representations-codec/pom.xml index a509b07..bc3adc3 100644 --- a/jclouds-representations/representations-codec/pom.xml +++ b/jclouds-representations/representations-codec/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.jclouds.labs</groupId> - <artifactId>jclouds-represetations</artifactId> + <artifactId>jclouds-representations</artifactId> <version>1.8.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/9f4b28a9/jclouds-representations/representations-core/pom.xml ---------------------------------------------------------------------- diff --git a/jclouds-representations/representations-core/pom.xml b/jclouds-representations/representations-core/pom.xml index 6b0aa2b..3068dda 100644 --- a/jclouds-representations/representations-core/pom.xml +++ b/jclouds-representations/representations-core/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.jclouds.labs</groupId> - <artifactId>jclouds-represetations</artifactId> + <artifactId>jclouds-representations</artifactId> <version>1.8.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
