You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/07/07 23:39:31 UTC

svn commit: r674652 - /continuum/trunk/pom.xml

Author: olamy
Date: Mon Jul  7 14:39:30 2008
New Revision: 674652

URL: http://svn.apache.org/viewvc?rev=674652&view=rev
Log:
[CONTINUUM-1816] Continuum trunk failed to start on unix os
revert commons-lang upgrade http://issues.apache.org/jira/browse/LANG-363
plexus-spring use this method, file path org/apache/maven/continuum/security.properties  is transformed to org\/apache\/maven\/continuum\/security.properties
This need to be fixed in plexus-spring !


Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=674652&r1=674651&r2=674652&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Mon Jul  7 14:39:30 2008
@@ -751,7 +751,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.4</version>
+        <version>2.3</version>
       </dependency>      
       <dependency>
         <groupId>commons-collections</groupId>