[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-26 03:15:36 +00:00
parent 3ac04823c2
commit 01ccc1ba90
2 changed files with 7 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-SNAPSHOT</currentVersion>
<currentVersion>1.4</currentVersion>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Creates XDoc documentation from an FAQ XML document.</description>
<shortDescription>FAQ Plugin</shortDescription>
@@ -46,6 +46,11 @@
<name>1.3</name>
<tag>MAVEN_FAQ_1_3</tag>
</version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_FAQ_1_4</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -24,7 +24,7 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
<release version="1.4" date="2004-06-25">
<action dev="brett" type="fix" issue="MPFAQ-13">Correctly pass through CDATA content</action>
<action dev="brett" type="fix" issue="MPFAQ-12">Make sure maven.faq.src exists to avoid exceptions</action>
</release>