Further cleanup of pom.xmls.

This commit is contained in:
Ilkka Seppala
2014-12-06 14:19:37 +02:00
parent c312fce43b
commit 9a75cb11c3
27 changed files with 5 additions and 251 deletions

View File

@ -1,4 +1,6 @@
<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">
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.iluwatar</groupId>
@ -6,4 +8,4 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>service-locator</artifactId>
</project>
</project>