The next release will be 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@267543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-09-04 01:40:57 +00:00
parent 2949d03f62
commit 3274a28db7
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-faq-plugin</id>
<name>Maven FAQ Plug-in</name>
<currentVersion>1.4.1-SNAPSHOT</currentVersion>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Creates XDoc documentation from an FAQ XML document.</description>
<shortDescription>FAQ Plugin</shortDescription>

View File

@@ -22,7 +22,7 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.4.1-SNAPSHOT" date="in SVN">
<release version="1.5-SNAPSHOT" date="in SVN">
<action dev="aheritier" type="fix" issue="MPFAQ-16" due-to="Lukas Theussl">FAQ plugin does not produce valid XHTML 1.0 Transitional.</action>
<action dev="aheritier" type="add" issue="MPFAQ-15" due-to="Lukas Theussl">Adding a "top" link beside each answer.</action>
<action dev="dion" type="update" issue="MPFAQ-14" due-to="florent ramiere">Document .fml extension requirement</action>