]> source.dussan.org Git - archiva.git/commitdiff
set pre-req in anticipation of upgrade to surefire 2.4
authorBrett Porter <brett@apache.org>
Fri, 21 Dec 2007 00:16:59 +0000 (00:16 +0000)
committerBrett Porter <brett@apache.org>
Fri, 21 Dec 2007 00:16:59 +0000 (00:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@606072 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 274ca1e3271670c0b52d4c09719288b669816dc1..4d179239ef0ce9fe640b06b7cc4b4b773eed1ce1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>