Author: crossley
Date: Wed Jun 25 00:39:29 2008
New Revision: 671452
URL: http://svn.apache.org/viewvc?rev=671452&view=rev
Log:
Link to Resolver release notes from the changes file. Commence v1.3
Modified:
xml/commons/trunk/src/documentation/content/xdocs/components/resolver/resolver-release-notes.xml
xml/commons/trunk/status.xml
Modified: xml/commons/trunk/src/documentation/content/xdocs/components/resolver/resolver-release-notes.xml
URL: http://svn.apache.org/viewvc/xml/commons/trunk/src/documentation/content/xdocs/components/resolver/resolver-release-notes.xml?rev=671452&r1=671451&r2=671452&view=diff
==============================================================================
--- xml/commons/trunk/src/documentation/content/xdocs/components/resolver/resolver-release-notes.xml
(original)
+++ xml/commons/trunk/src/documentation/content/xdocs/components/resolver/resolver-release-notes.xml
Wed Jun 25 00:39:29 2008
@@ -21,11 +21,11 @@
<article>
<articleinfo>
<title>org.apache.xml.resolver Release Notes</title>
-<subtitle>Version 1.2</subtitle>
-<pubdate>November 2006</pubdate>
+<subtitle>Version 1.3-dev</subtitle>
+<pubdate>June 2008</pubdate>
<copyright>
- <year>2003</year><year>2006</year>
+ <year>2003</year><year>2006</year><year>2008</year>
<holder>The Apache Software Foundation.</holder>
</copyright>
</articleinfo>
@@ -36,6 +36,12 @@
and the <ulink url="http://xml.apache.org/commons/changes.html">Changes</ulink>
notes.
</para>
+<section id="s.v1.3">
+<title>Apache XML Commons Resolver v1.3</title>
+<para>
+</para>
+</section>
+
<section id="s.v1.2">
<title>Apache XML Commons Resolver v1.2</title>
<para>
@@ -49,8 +55,6 @@
<para>
Fixed several bugs including one involving the use of "file: URLs".
</para>
-<para>
-</para>
</section>
<section id="s.v1.1">
Modified: xml/commons/trunk/status.xml
URL: http://svn.apache.org/viewvc/xml/commons/trunk/status.xml?rev=671452&r1=671451&r2=671452&view=diff
==============================================================================
--- xml/commons/trunk/status.xml (original)
+++ xml/commons/trunk/status.xml Wed Jun 25 00:39:29 2008
@@ -97,6 +97,9 @@
<changes>
<!-- Add new releases here -->
<release version="xml-commons-resolver-1.3-dev" date="not-yet-released">
+ <action type="update" context="docs" dev="crossley">
+ Added <link href="site:resolver/release-notes">release notes</link> for
some of the main items.
+ </action>
</release>
<release version="xml-commons-external-1.4.01-dev" date="not-yet-released">
|