Author: vsiveton
Date: Wed Apr 30 05:51:47 2008
New Revision: 652381

URL: http://svn.apache.org/viewvc?rev=652381&view=rev
Log:
o added Maven prerequisites

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=652381&r1=652380&r2=652381&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Wed Apr 30 05:51:47 2008
@@ -38,6 +38,10 @@
   <description>Doxia Sitetools generates sites, consisting of static and 
dynamic content that was generated by Doxia.</description>
   <url>http://maven.apache.org/doxia/doxia-sitetools</url>
 
+  <prerequisites>
+    <maven>2.0.4</maven>
+  </prerequisites>
+
   <properties>
     <projectVersion>${project.version}</projectVersion>
     <doxiaVersion>1.0-beta-1-SNAPSHOT</doxiaVersion>

Modified: maven/doxia/doxia/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=652381&r1=652380&r2=652381&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Wed Apr 30 05:51:47 2008
@@ -37,7 +37,11 @@
   <name>Doxia</name>
   <description>Doxia is a content generation framework that provides powerful 
techniques for generating static and dynamic content, supporting a variety of 
markup languages.</description>
   <url>http://maven.apache.org/doxia/doxia</url>
-  
+
+  <prerequisites>
+    <maven>2.0.6</maven>
+  </prerequisites>
+
   <properties>
     <projectVersion>${project.version}</projectVersion>
   </properties>


Reply via email to