You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2007/02/12 16:26:41 UTC

svn commit: r506485 - /maven/continuum/trunk/continuum-webapp/pom.xml

Author: brett
Date: Mon Feb 12 07:26:40 2007
New Revision: 506485

URL: http://svn.apache.org/viewvc?view=rev&rev=506485
Log:
fix lang version

Modified:
    maven/continuum/trunk/continuum-webapp/pom.xml

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?view=diff&rev=506485&r1=506484&r2=506485
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Mon Feb 12 07:26:40 2007
@@ -459,7 +459,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.1</version>
+      <version>2.2</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>