You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/01/14 19:16:21 UTC

git commit: Fix POM that breaks the build

Updated Branches:
  refs/heads/javelin 9faf00bdc -> 61ff07e35


Fix POM that breaks the build


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/61ff07e3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/61ff07e3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/61ff07e3

Branch: refs/heads/javelin
Commit: 61ff07e35518c64e9c73679b2ff267d833163f48
Parents: 9faf00b
Author: Kelven Yang <ke...@gmail.com>
Authored: Mon Jan 14 10:16:07 2013 -0800
Committer: Kelven Yang <ke...@gmail.com>
Committed: Mon Jan 14 10:16:07 2013 -0800

----------------------------------------------------------------------
 engine/pom.xml         |    4 ++--
 engine/service/pom.xml |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/61ff07e3/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index e1681f1..0aca70e 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements. See the NOTICE file
@@ -16,7 +15,8 @@
   KIND, either express or implied. See the License for the
   specific language governing permissions and limitations
   under the License.
---><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">
+-->
+<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-engine</artifactId>
   <name>Apache CloudStack Cloud Engine</name>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/61ff07e3/engine/service/pom.xml
----------------------------------------------------------------------
diff --git a/engine/service/pom.xml b/engine/service/pom.xml
index fa8826b..cd4e953 100644
--- a/engine/service/pom.xml
+++ b/engine/service/pom.xml
@@ -16,7 +16,6 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<?xml version="1.0"?>
 <project
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
   xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">