Skip to content

Commit 61ff07e

Browse files
committed
Fix POM that breaks the build
1 parent 9faf00b commit 61ff07e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

engine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!--
32
Licensed to the Apache Software Foundation (ASF) under one
43
or more contributor license agreements. See the NOTICE file
@@ -16,7 +15,8 @@
1615
KIND, either express or implied. See the License for the
1716
specific language governing permissions and limitations
1817
under the License.
19-
--><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">
18+
-->
19+
<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">
2020
<modelVersion>4.0.0</modelVersion>
2121
<artifactId>cloud-engine</artifactId>
2222
<name>Apache CloudStack Cloud Engine</name>

engine/service/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
specific language governing permissions and limitations
1717
under the License.
1818
-->
19-
<?xml version="1.0"?>
2019
<project
2120
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
2221
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

0 commit comments

Comments
 (0)