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/28 03:38:39 UTC

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

Author: brett
Date: Tue Feb 27 18:38:38 2007
New Revision: 512575

URL: http://svn.apache.org/viewvc?view=rev&rev=512575
Log:
restore java 1.4 compat

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=512575&r1=512574&r2=512575
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Tue Feb 27 18:38:38 2007
@@ -267,7 +267,7 @@
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
+      <version>2.4</version>
       <scope>provided</scope>
     </dependency>
     <dependency>