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/03/08 22:01:39 UTC

svn commit: r1575607 - /logging/log4j/log4j2/trunk/log4j-bom/pom.xml

Author: mattsicker
Date: Sat Mar  8 21:01:39 2014
New Revision: 1575607

URL: http://svn.apache.org/r1575607
Log:
Fix deprecated warning from bom.

Modified:
    logging/log4j/log4j2/trunk/log4j-bom/pom.xml

Modified: logging/log4j/log4j2/trunk/log4j-bom/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-bom/pom.xml?rev=1575607&r1=1575606&r2=1575607&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-bom/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-bom/pom.xml Sat Mar  8 21:01:39 2014
@@ -12,7 +12,7 @@
   <name>Apache Log4j 2 BOM</name>
   <description>Apache Log4j 2 Bill of Material</description>
   <artifactId>log4j-bom</artifactId>
-  <version>${parent.version}</version>
+  <version>${project.parent.version}</version>
   <packaging>pom</packaging>
   <dependencyManagement>
     <dependencies>