[maven-scm-plugin] prepare release 1.9.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-06-15 15:38:47 +00:00
parent bd74219ef9
commit fca903f3b0
2 changed files with 7 additions and 4 deletions

View File

@@ -17,13 +17,12 @@
* limitations under the License.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-xdoc-plugin</id>
<name>Maven XDoc Plug-in</name>
<currentVersion>1.9.1-SNAPSHOT</currentVersion>
<currentVersion>1.9.1</currentVersion>
<description>Convert xdocs into HTML.</description>
<shortDescription>Convert xdocs into HTML</shortDescription>
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
@@ -70,6 +69,11 @@
<name>1.9</name>
<tag>maven-xdoc-plugin-1.9</tag>
</version>
<version>
<id>1.9.1</id>
<name>1.9.1</name>
<tag>maven-xdoc-plugin-1.9.1</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@@ -27,7 +26,7 @@
<author email="vincent.siveton@gmail.org">Vincent Siveton</author>
</properties>
<body>
<release version="1.9.1-SNAPSHOT" date="in SVN">
<release version="1.9.1" date="2005-06-16">
<action dev="brett" type="fix">Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1</action>
</release>
<release version="1.9" date="2005-06-09">