Keep naming more or less consistent

This commit is contained in:
Hugo Trippaers 2013-02-02 12:43:15 +01:00
parent d70327ae15
commit 9755d9b4a2
6 changed files with 60 additions and 59 deletions

View File

@ -27,7 +27,7 @@
</parent>
<artifactId>cloud-engine-service</artifactId>
<packaging>war</packaging>
<name>CloudStack Cloud-Engine Service</name>
<name>Apache CloudStack Cloud Engine Service</name>
<url>http://www.cloudstack.org</url>
<dependencies>
<dependency>

View File

@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-framework-events</artifactId>
<name>Apache CloudStack Event Notification Framework</name>
<name>Apache CloudStack Framework - Event Notification</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>

View File

@ -12,6 +12,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-framework-ipc</artifactId>
<name>Apache CloudStack Framework - IPC</name>
<parent>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloudstack-framework</artifactId>

View File

@ -19,7 +19,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">
<modelVersion>4.0.0</modelVersion>
<artifactId>cloudstack-framework</artifactId>
<name>Apache CloudStack framework POM</name>
<name>Apache CloudStack Framework</name>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.cloudstack</groupId>

View File

@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cloud-framework-rest</artifactId>
<name>CloudStack Framework for Providing REST</name>
<name>Apache CloudStack Framework - REST</name>
<build>
<defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory>

View File

@ -11,7 +11,7 @@
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-plugin-hypervisor-ucs</artifactId>
<version>4.1.0-SNAPSHOT</version>
<name>cloud-plugin-hypervisor-ucs</name>
<name>Apache CloudStack Plugin - Hypervisor UCS</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>