brett       2004/05/15 19:30:27

  Modified:    faq      project.xml
               faq/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.31      +7 -1      maven-plugins/faq/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/faq/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml       16 May 2004 01:35:47 -0000      1.30
  +++ project.xml       16 May 2004 02:30:27 -0000      1.31
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-faq-plugin</id>
     <name>Maven FAQ Plug-in</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>Creates XDoc documentation from an FAQ XML document.</description>
     <shortDescription>FAQ Plugin</shortDescription>
  @@ -41,6 +41,11 @@
         <name>1.2</name>
         <tag>MAVEN_FAQ_1_2</tag>
       </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_FAQ_1_3</tag>
  +    </version>
     </versions>
     <developers>
       <developer>
  @@ -79,6 +84,7 @@
         <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>
  
  
  
  1.13      +3 -4      maven-plugins/faq/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/faq/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml       12 May 2004 15:12:21 -0000      1.12
  +++ changes.xml       16 May 2004 02:30:27 -0000      1.13
  @@ -24,10 +24,9 @@
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
     <body>
  -    <release version="1.3-SNAPSHOT" date="in CVS">
  -      <action dev="vmassol" type="update" issue="MPFAQ-9">
  -        Only register/deregister the FAQ reports if there are 
  -        <code>.fml</code> files present in the project.
  +    <release version="1.3" date="2004-05-15">
  +      <action dev="vmassol" type="update" issue="MPFAQ-9">Only register/deregister 
the FAQ reports if there are
  +        <code>.fml</code>files present in the project.
         </action>
         <action dev="brett" type="fix" issue="MPFAQ-8">Escape anchor tags and 
references so spaces can be used in id</action>
       </release>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to