You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/04/06 04:33:46 UTC

svn commit: r1585232 - /logging/log4j/log4j2/trunk/log4j-plugin-processor/pom.xml

Author: mattsicker
Date: Sun Apr  6 02:33:45 2014
New Revision: 1585232

URL: http://svn.apache.org/r1585232
Log:
Add relative path to parent.

Modified:
    logging/log4j/log4j2/trunk/log4j-plugin-processor/pom.xml

Modified: logging/log4j/log4j2/trunk/log4j-plugin-processor/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-plugin-processor/pom.xml?rev=1585232&r1=1585231&r2=1585232&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-plugin-processor/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-plugin-processor/pom.xml Sun Apr  6 02:33:45 2014
@@ -23,6 +23,7 @@
     <artifactId>log4j</artifactId>
     <groupId>org.apache.logging.log4j</groupId>
     <version>2.0-rc2-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>