Author: ltheussl
Date: Sun Jun 18 21:17:08 2006
New Revision: 415239
URL: http://svn.apache.org/viewvc?rev=415239&view=rev
Log:
[maven-scm-plugin] prepare release 1.10
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/viewvc/maven/maven-1/plugins/trunk/xdoc/project.xml?rev=415239&r1=415238&r2=415239&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/project.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/project.xml Sun Jun 18 21:17:08 2006
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -16,13 +17,12 @@
* limitations under the License.
*/
-->
-<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-xdoc-plugin</id>
<name>Maven XDoc Plugin</name>
- <currentVersion>1.10-SNAPSHOT</currentVersion>
+ <currentVersion>1.10</currentVersion>
<description>Convert xdocs into HTML.</description>
<shortDescription>Convert xdocs into HTML</shortDescription>
<versions>
@@ -70,6 +70,11 @@
<id>1.9.2</id>
<name>1.9.2</name>
<tag>maven-xdoc-plugin-1.9.2</tag>
+ </version>
+ <version>
+ <id>1.10</id>
+ <name>1.10</name>
+ <tag>MAVEN_XDOC_1_10</tag>
</version>
</versions>
<developers>
Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=415239&r1=415238&r2=415239&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Sun Jun 18 21:17:08 2006
@@ -26,9 +26,9 @@
<author email="[EMAIL PROTECTED]">Vincent Siveton</author>
</properties>
<body>
- <release version="1.10-SNAPSHOT" date="in SVN">
+ <release version="1.10" date="2006-06-18">
<action dev="ltheussl" type="update" issue="MPXDOC-170">The 'Development
Process' menu link now leads to an internal page.</action>
- <action dev="ltheussl" type="fix" issue="MPXDOC-17">Fix xml entities in
xdoc source files (only in Maven 1.1 because of a bug in an old Jelly
version).</action>
+ <action dev="ltheussl" type="fix" issue="MPXDOC-17">Fix xml entities in
xdoc source files (only in Maven 1.1 because of a bug in an old Jelly
version).</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-194">Add i18n support
for links and breadcrumbs.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Replace the
deprecated xmlParserAPIs by xml-apis 1.3.03.</action>
<action dev="ltheussl" type="add" issue="MPXDOC-192">Add a public DTD
identifier for xdoc.</action>
@@ -40,37 +40,58 @@
<action dev="aheritier" type="add">New attribute fileSuffix for the tag
doc:registerReport allow to use another extension than '.html' for a report
link.</action>
<action dev="ltheussl" type="add">Include instructions for ClearCase,
Starteam and Perforce access in the scm-usage page.</action>
<action dev="ltheussl" type="add" issue="MPXDOC-191">Include
dependencies' scope in dependencies page.</action>
- <action dev="ltheussl" type="add" issue="MPXDOC-190">Include the new
theme <code>maven-stylus.css</code>.</action>
+ <action dev="ltheussl" type="add" issue="MPXDOC-190">Include the new
theme
+ <code>maven-stylus.css</code>.
+ </action>
<action dev="ltheussl" type="add" issue="MPXDOC-189">Document the use of
pom settings by the xdoc plugin.</action>
<action dev="ltheussl" type="update">The name of the cvs-usage page has
changed to scm-usage.html. If you have a link directly to this page, you will
have to update it.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-130">CVS usage page is
blank when using Subversion.</action>
- <action dev="ltheussl" type="fix" issue="MPXDOC-185">Fix broken
<code>maven.xdoc.date=navigation-top</code> and
<code>navigation-bottom</code>.</action>
+ <action dev="ltheussl" type="fix" issue="MPXDOC-185">Fix broken
+ <code>maven.xdoc.date=navigation-top</code>and
+ <code>navigation-bottom</code>.
+ </action>
<action dev="ltheussl" type="add" issue="MPXDOC-183" due-to="Niall
Pemberton">Enable user-defined custom templates.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-187">Correct cvs
checkout instructions on cvs-usage page.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-125" due-to="Shinobu
Kawai Yoshida">Url and timezone not used for contributor.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-186">Mailing list links
break if the address starts with http.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-177">Internationalized
sites have no images.</action>
- <action dev="ltheussl" type="add" issue="MPXDOC-164">New goal
<code>xdoc:sitemap</code> to generate a sitemap.</action>
- <action dev="aheritier" type="update" issue="MAVEN-1712">Update
dependencies to match ones in maven 1.1 core and to unify them between plugins.
The following dependencies are updated :
+ <action dev="ltheussl" type="add" issue="MPXDOC-164">New goal
+ <code>xdoc:sitemap</code>to generate a sitemap.
+ </action>
+ <action dev="aheritier" type="update" issue="MAVEN-1712">Update
dependencies to match ones in maven 1.1 core and to unify them between plugins.
The following dependencies are updated :
<ul>
- <li>commons-jelly v1.0-RC1 -> v1.0</li>
- <li>commons-logging v1.0.3 -> v1.0.4</li>
- <li>maven-model v3.0.0 -> v3.0.1</li>
+ <li>commons-jelly v1.0-RC1 -> v1.0</li>
+ <li>commons-logging v1.0.3 -> v1.0.4</li>
+ <li>maven-model v3.0.0 -> v3.0.1</li>
</ul>
</action>
- <action dev="ltheussl" type="fix" issue="MPXDOC-178" due-to="Phil
Steitz"><code>maven.ui.navcol.width</code> has no effect.</action>
+ <action dev="ltheussl" type="fix" issue="MPXDOC-178" due-to="Phil
Steitz">
+ <code>maven.ui.navcol.width</code>has no effect.
+ </action>
<action dev="ltheussl" type="fix" issue="MPXDOC-176">When there's no
user provided documentation, some generated docs don't get copied to
site.</action>
- <action dev="ltheussl" type="fix" issue="MPXDOC-175" due-to="Phil
Steitz">Menus with <code>type="header"</code> are not processed by
<code>site.jsl</code>.</action>
- <action dev="ltheussl" type="fix" issue="MPXDOC-174">Unclear error
message when <code><currentVersion/></code> in <code>project.xml</code>
file not defined.</action>
- <action dev="ltheussl" type="add" issue="MPXDOC-141" due-to="M. Sean
Gilligan">Perform JSL transforms on xdocs <strong>only</strong> when they have
changed.</action>
+ <action dev="ltheussl" type="fix" issue="MPXDOC-175" due-to="Phil
Steitz">Menus with
+ <code>type="header"</code>are not processed by
+ <code>site.jsl</code>.
+ </action>
+ <action dev="ltheussl" type="fix" issue="MPXDOC-174">Unclear error
message when
+ <code><currentVersion/></code>in
+ <code>project.xml</code>file not defined.
+ </action>
+ <action dev="ltheussl" type="add" issue="MPXDOC-141" due-to="M. Sean
Gilligan">Perform JSL transforms on xdocs
+ <strong>only</strong>when they have changed.
+ </action>
<action dev="ltheussl" type="add" issue="MPXDOC-169">Add xdoc tag
library documentation to the plugin site.</action>
- <action dev="ltheussl" type="fix" issue="MPXDOC-87">Fix
<code>xdoc:validate</code>.</action>
+ <action dev="ltheussl" type="fix" issue="MPXDOC-87">Fix
+ <code>xdoc:validate</code>.
+ </action>
<action dev="ltheussl" type="fix" issue="MPXDOC-106" due-to="Jerome
Lacoste">One cannot call xdoc:copy-user-resources directly.</action>
<action dev="ltheussl" type="add" issue="MPXDOC-126" due-to="Maarten
Coene">Add support for more powered-by banners.</action>
<action dev="ltheussl" type="add" issue="MPXDOC-80" due-to="Joerg
Schaible">Support global theme.</action>
<action dev="ltheussl" type="add" issue="MPXDOC-24" due-to="Gilles
Dodinet">Add a navigation bar.</action>
<action dev="ltheussl" type="add" issue="MPXDOC-158">Add an optional id
tag to sub/sections, so they can be referenced.</action>
- <action dev="ltheussl" type="add" issue="MPXDOC-144">Add a property to
override <code>navigation.xml</code>.</action>
+ <action dev="ltheussl" type="add" issue="MPXDOC-144">Add a property to
override
+ <code>navigation.xml</code>.
+ </action>
<action dev="ltheussl" type="add" issue="MPXDOC-127" due-to="Shinobu
Kawai Yoshida">Show organization in header even if logo not set.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-47">Ampersands in
navigation.xml being escaped twice.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-133">Ampersand in
section/subsection not correct.</action>