You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/08/09 19:13:20 UTC

svn commit: r983740 - /directory/studio/trunk/pom.xml

Author: pamarcelot
Date: Mon Aug  9 17:13:19 2010
New Revision: 983740

URL: http://svn.apache.org/viewvc?rev=983740&view=rev
Log:
Fixed dom4j version.

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=983740&r1=983739&r2=983740&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Mon Aug  9 17:13:19 2010
@@ -1150,7 +1150,7 @@
       <dependency>
         <groupId>dom4j</groupId>
         <artifactId>dom4j</artifactId>
-        <version>${org.dom4j.dom4j.version}</version>
+        <version>${org.dom4j.version}</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>