Author: brett
Date: Wed Jun  8 19:42:16 2005
New Revision: 189687

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

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

Modified: maven/maven-1/plugins/trunk/xdoc/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/project.xml?rev=189687&r1=189686&r2=189687&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/project.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/project.xml Wed Jun  8 19:42:16 2005
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-xdoc-plugin</id>
   <name>Maven XDoc Plug-in</name>
-  <currentVersion>1.9-SNAPSHOT</currentVersion>
+  <currentVersion>1.9</currentVersion>
   <description>Convert xdocs into HTML.</description>
   <shortDescription>Convert xdocs into HTML</shortDescription>
   <url>http://maven.apache.org/reference/plugins/xdoc/</url>
@@ -65,6 +65,11 @@
       <name>1.8</name>
       <tag>MAVEN_XDOC_1_8</tag>
     </version>
+    <version>
+      <id>1.9</id>
+      <name>1.9</name>
+      <tag>maven-xdoc-plugin-1.9</tag>
+    </version>
   </versions>
   <developers>
     <developer>
@@ -98,7 +103,7 @@
     <developer>
       <name>Michal Maczka</name>
       <id>mmaczka</id>
-      <email>[EMAIL PROTECTED]</email>      
+      <email>[EMAIL PROTECTED]</email>
       <roles>
         <role>Java Developer</role>
       </roles>
@@ -142,7 +147,7 @@
         <role>Developer</role>
       </roles>
       <timezone>-3</timezone>
-    </developer>     
+    </developer>
   </developers>
   <contributors>
     <contributor>

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=189687&r1=189686&r2=189687&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Wed Jun  8 19:42:16 2005
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -16,6 +17,7 @@
  * limitations under the License.
  */
  -->
+
 <document>
   <properties>
     <title>Changes</title>
@@ -25,21 +27,27 @@
     <author email="[EMAIL PROTECTED]">Vincent Siveton</author>
   </properties>
   <body>
-    <release version="1.9-SNAPSHOT" date="in SCM">
+    <release version="1.9" date="2005-06-09">
       <action dev="aheritier" type="fix">Fix cvs usage entry in "project Info" 
menu. Add it if the repository element is defined in the pom (and not if the 
URL of the repository is defined).</action>
       <action dev="brett" type="add" issue="MPXDOC-128" due-to="Vincent 
Siveton">Added internationalization support.</action>
       <action dev="aheritier" type="fix" issue="MPXDOC-136" due-to="Vincent 
Siveton">NullPointerException with optionals pom items missing.</action>
       <action dev="aheritier" type="fix" issue="MPXDOC-132" due-to="Ignacio G. 
Mac Dowell">A link starting with https wasn't considered as an external 
link.</action>
-      <action dev="felipeal" type="add" issue="MPXDOC-129" due-to="Miguel 
Griffa">Add a <code>comment</code> property for dependencies</action>
+      <action dev="felipeal" type="add" issue="MPXDOC-129" due-to="Miguel 
Griffa">Add a
+        <code>comment</code>property for dependencies
+      </action>
       <action dev="brett" type="add">Added maven.xdoc.copy.excludes property 
which lists the files to exclude from the resources copy. This defaults to any 
images currently unused by Maven. Additionally, if you are not using the 
classic theme, maven.xdoc.copy.excludes.classic is used to eliminate images 
only for the classic theme</action>
-      <action dev="felipeal" type="add" issue="MPXDOC-118">Added new tag 
<code>&lt;escapeXml&gt;</code>.</action>
+      <action dev="felipeal" type="add" issue="MPXDOC-118">Added new tag
+        <code>&lt;escapeXml&gt;</code>.
+      </action>
       <action dev="epugh" type="add" issue="MPXDOC-124" due-to="Shinobu 
Kawai">Maven xdoc plugin clean up generated velocity log as part of calling 
clean.</action>
       <action dev="aheritier" type="add" issue="MPXDOC-123">New property 
(maven.xdoc.xml.copy) to copy only and not transform some xml files provided in 
the ${maven.docs.src} directory.</action>
       <action dev="brett" type="update">Make compatible with Maven 1.1</action>
       <action dev="aheritier" type="fix" issue="MPXDOC-117" due-to="Dennis 
Lundberg">Show version if maven.xdoc.date=right</action>
       <action dev="aheritier" type="fix" issue="MPXDOC-115" due-to="Brent 
Worden">Allow header images and links to use relative paths</action>
       <action dev="carlos" type="add" issue="MPFAQ-11">Added dt css 
style</action>
-      <action dev="brett" type="add">Add a legend for the symbols in the xdoc, 
disabled by setting <code>maven.xdoc.legend=false</code></action>
+      <action dev="brett" type="add">Add a legend for the symbols in the xdoc, 
disabled by setting
+        <code>maven.xdoc.legend=false</code>
+      </action>
       <action dev="michal" type="add">Add a support for "hierarchical" site 
navigation in breadcrumbs</action>
     </release>
     <release version="1.8" date="2004-07-10">



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

Reply via email to