Adding a name to the framework/jobs/pom.xml file Signed-off-by: Chip Childers <chip.child...@gmail.com>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0365d555 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0365d555 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0365d555 Branch: refs/heads/ui-vpc-redesign Commit: 0365d555cf50ad551427ebe2c5634b807bd6a9c0 Parents: cede6c1 Author: Chip Childers <chip.child...@gmail.com> Authored: Mon May 20 19:17:33 2013 +0100 Committer: Chip Childers <chip.child...@gmail.com> Committed: Mon May 20 19:17:33 2013 +0100 ---------------------------------------------------------------------- framework/jobs/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0365d555/framework/jobs/pom.xml ---------------------------------------------------------------------- diff --git a/framework/jobs/pom.xml b/framework/jobs/pom.xml index 5ae63af..cf1fdd5 100644 --- a/framework/jobs/pom.xml +++ b/framework/jobs/pom.xml @@ -19,6 +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>cloud-framework-jobs</artifactId> + <name>Apache CloudStack Framework - Jobs</name> <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack-framework</artifactId>