You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by se...@apache.org on 2013/07/08 19:08:06 UTC

svn commit: r1500844 - /creadur/rat/trunk/pom.xml

Author: sebb
Date: Mon Jul  8 17:08:06 2013
New Revision: 1500844

URL: http://svn.apache.org/r1500844
Log:
Oops, fogot Lang changed package/Maven coords

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1500844&r1=1500843&r2=1500844&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Mon Jul  8 17:08:06 2013
@@ -111,7 +111,8 @@ agnostic home for software distribution 
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>3.1</version>
+        <!-- Later versions use different package name / Maven coords -->
+        <version>2.6</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>