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

svn commit: r606072 - /maven/archiva/trunk/pom.xml

Author: brett
Date: Thu Dec 20 16:16:59 2007
New Revision: 606072

URL: http://svn.apache.org/viewvc?rev=606072&view=rev
Log:
set pre-req in anticipation of upgrade to surefire 2.4

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=606072&r1=606071&r2=606072&view=diff
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Thu Dec 20 16:16:59 2007
@@ -21,6 +21,9 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <prerequisites>
+    <maven>2.0.6</maven>
+  </prerequisites>
   
   <parent>
     <groupId>org.apache.maven.archiva</groupId>