You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/14 16:56:48 UTC

svn commit: r280869 - in /maven/maven-1/plugins/trunk/faq: project.xml xdocs/changes.xml xdocs/index.xml

Author: aheritier
Date: Wed Sep 14 07:56:42 2005
New Revision: 280869

URL: http://svn.apache.org/viewcvs?rev=280869&view=rev
Log:
1.6-SNAPSHOT : compatible with maven 1.1 only because of maven-plugin-plugin-1.7 :-(

Modified:
    maven/maven-1/plugins/trunk/faq/project.xml
    maven/maven-1/plugins/trunk/faq/xdocs/changes.xml
    maven/maven-1/plugins/trunk/faq/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/faq/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/project.xml?rev=280869&r1=280868&r2=280869&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/project.xml (original)
+++ maven/maven-1/plugins/trunk/faq/project.xml Wed Sep 14 07:56:42 2005
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-faq-plugin</id>
   <name>Maven FAQ Plug-in</name>
-  <currentVersion>1.5</currentVersion>
+  <currentVersion>1.6-SNAPSHOT</currentVersion>
   <gumpRepositoryId>jakarta</gumpRepositoryId>
   <description>Creates XDoc documentation from an FAQ XML document.</description>
   <shortDescription>FAQ Plugin</shortDescription>

Modified: maven/maven-1/plugins/trunk/faq/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/xdocs/changes.xml?rev=280869&r1=280868&r2=280869&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/faq/xdocs/changes.xml Wed Sep 14 07:56:42 2005
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
@@ -23,6 +22,8 @@
     <author email="dion@apache.org">dIon Gillard</author>
   </properties>
   <body>
+    <release version="1.6-SNAPSHOT" date="In SVN" description="FAQ plugin compatible with maven 1.1 only">
+    </release>
     <release version="1.5" date="2005-09-05">
       <action dev="aheritier" type="add" issue="MPFAQ-19" due-to="Lukas Theussl">Optional toplinks and layout fix.</action>
       <action dev="aheritier" type="fix" issue="MPFAQ-16" due-to="Lukas Theussl">FAQ plugin does not produce valid XHTML 1.0 Transitional.</action>

Modified: maven/maven-1/plugins/trunk/faq/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/xdocs/index.xml?rev=280869&r1=280868&r2=280869&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/faq/xdocs/index.xml Wed Sep 14 07:56:42 2005
@@ -67,7 +67,8 @@
       </source>
     </section>
     <section name="Requirements">
-      <p>Be Careful, the following plugins must be installed to use the FAQ plugin :</p>
+      <p>Maven 1.1 is required.</p>
+      <p>Also be careful, the following plugins must be installed to use the FAQ plugin :</p>
       <ul>
         <li>maven-plugin-plugin 1.7 (at least)</li>
         <li>maven-xdoc-plugin 1.9.2 (at least)</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org