Author: ltheussl
Date: Sat Jan 7 22:36:31 2006
New Revision: 366994
URL: http://svn.apache.org/viewcvs?rev=366994&view=rev
Log:
[maven-scm-plugin] prepare release 1.6
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=366994&r1=366993&r2=366994&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/project.xml (original)
+++ maven/maven-1/plugins/trunk/faq/project.xml Sat Jan 7 22:36:31 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>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-faq-plugin</id>
<name>Maven FAQ Plug-in</name>
- <currentVersion>1.6-SNAPSHOT</currentVersion>
+ <currentVersion>1.6</currentVersion>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Creates XDoc documentation from an FAQ XML
document.</description>
<shortDescription>FAQ Plugin</shortDescription>
@@ -54,6 +54,11 @@
<id>1.5</id>
<name>1.5</name>
<tag>maven-faq-plugin-1.5</tag>
+ </version>
+ <version>
+ <id>1.6</id>
+ <name>1.6</name>
+ <tag>MAVEN_FAQ_1_6</tag>
</version>
</versions>
<developers>
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=366994&r1=366993&r2=366994&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/faq/xdocs/changes.xml Sat Jan 7 22:36:31 2006
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2005 The Apache Software Foundation.
@@ -22,18 +23,23 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
- <release version="1.6-SNAPSHOT" date="In SVN">
+ <release version="1.6" date="2006-01-07">
<action dev="ltheussl" type="update">Remove maven-xdoc-plugin v1.9.2
requirement.</action>
- <action dev="ltheussl" type="update">Deprecated
<code>maven.faq.toplinks</code> property. Use the <code>toplink</code>
attribute in the fml file instead.</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="update">Deprecated
+ <code>maven.faq.toplinks</code>property. Use the
+ <code>toplink</code>attribute in the fml file instead.
+ </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-tags-xml v1.0 -> v1.1</li>
- <li>dom4j v1.4-dev-8 -> v1.4</li>
- <li>xercesImpl v 2.4.0 -> v2.6.2</li>
- <li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
+ <li>commons-jelly-tags-xml v1.0 -> v1.1</li>
+ <li>dom4j v1.4-dev-8 -> v1.4</li>
+ <li>xercesImpl v 2.4.0 -> v2.6.2</li>
+ <li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
</ul>
</action>
- <action dev="ltheussl" type="add">New goal
<code>faq:validate</code>.</action>
+ <action dev="ltheussl" type="add">New goal
+ <code>faq:validate</code>.
+ </action>
</release>
<release version="1.5" date="2005-09-05">
<action dev="aheritier" type="update">It requires at least
maven-xdoc-plugin v1.9.2.</action>