fixing relative path to companions parent

git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/companions/zeroconf/trunk@1159039 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 710b027..8946ba3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 		<groupId>log4j</groupId>
 		<artifactId>apache-log4j-companions-parent</artifactId>
 		<version>1.0-SNAPSHOT</version>
-		<relativePath>.../apache-log4j-companions-parent</relativePath>
+		<relativePath>../apache-log4j-companions-parent</relativePath>
 	</parent>
 	<groupId>log4j</groupId>
 	<artifactId>apache-log4j-zeroconf</artifactId>