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/05 23:21:14 UTC

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

Author: aheritier
Date: Mon Sep  5 14:21:10 2005
New Revision: 278850

URL: http://svn.apache.org/viewcvs?rev=278850&view=rev
Log:
[maven-scm-plugin] prepare release 1.5

Modified:
    maven/maven-1/plugins/trunk/faq/project.xml
    maven/maven-1/plugins/trunk/faq/xdocs/changes.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=278850&r1=278849&r2=278850&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/project.xml (original)
+++ maven/maven-1/plugins/trunk/faq/project.xml Mon Sep  5 14:21:10 2005
@@ -17,13 +17,12 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-faq-plugin</id>
   <name>Maven FAQ Plug-in</name>
-  <currentVersion>1.5-SNAPSHOT</currentVersion>
+  <currentVersion>1.5</currentVersion>
   <gumpRepositoryId>jakarta</gumpRepositoryId>
   <description>Creates XDoc documentation from an FAQ XML document.</description>
   <shortDescription>FAQ Plugin</shortDescription>
@@ -51,6 +50,11 @@
       <name>1.4</name>
       <tag>MAVEN_FAQ_1_4</tag>
     </version>
+    <version>
+      <id>1.5</id>
+      <name>1.5</name>
+      <tag>maven-faq-plugin-1.5</tag>
+    </version>
   </versions>
   <developers>
     <developer>
@@ -99,7 +103,6 @@
       <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
     </dependency>
     <!-- core dependencies which i'd have thought Maven introduced -->
-
     <dependency>
       <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>

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=278850&r1=278849&r2=278850&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/faq/xdocs/changes.xml Mon Sep  5 14:21:10 2005
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
@@ -22,7 +23,7 @@
     <author email="dion@apache.org">dIon Gillard</author>
   </properties>
   <body>
-    <release version="1.5-SNAPSHOT" date="in SVN">
+    <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>
       <action dev="aheritier" type="add" issue="MPFAQ-15" due-to="Lukas Theussl">Adding a "top" link beside each answer.</action>



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