[maven-scm-plugin] prepare release 1.10.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@535821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-05-07 09:45:52 +00:00
parent ccbaeda8d3
commit a1cbf401f2
2 changed files with 218 additions and 213 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-xdoc-plugin</id> <id>maven-xdoc-plugin</id>
<name>Maven XDoc Plugin</name> <name>Maven XDoc Plugin</name>
<currentVersion>1.10.1-SNAPSHOT</currentVersion> <currentVersion>1.10.1</currentVersion>
<description>Convert xdocs into HTML.</description> <description>Convert xdocs into HTML.</description>
<shortDescription>Convert xdocs into HTML</shortDescription> <shortDescription>Convert xdocs into HTML</shortDescription>
<versions> <versions>
@ -77,6 +77,11 @@
<name>1.10</name> <name>1.10</name>
<tag>MAVEN_XDOC_1_10</tag> <tag>MAVEN_XDOC_1_10</tag>
</version> </version>
<version>
<id>1.10.1</id>
<name>1.10.1</name>
<tag>MAVEN_XDOC_1_10_1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -28,7 +28,7 @@
<author email="shinobu@apache.org">Shinobu Kawai</author> <author email="shinobu@apache.org">Shinobu Kawai</author>
</properties> </properties>
<body> <body>
<release version="1.10.1-SNAPSHOT" date="In SVN"> <release version="1.10.1" date="2007-05-07">
<action dev="shinobu" type="fix" issue="MPXDOC-200" due-to="Benoit Xhenseval">maven-xdoc-plugin-1.10.1-SNAPSHOT fails under JDK 6</action> <action dev="shinobu" type="fix" issue="MPXDOC-200" due-to="Benoit Xhenseval">maven-xdoc-plugin-1.10.1-SNAPSHOT fails under JDK 6</action>
<action dev="aheritier" type="add" issue="MPXDOC-203">New 'Built by Maven' logos - default changed to mavenlogo_builtby_w.png</action> <action dev="aheritier" type="add" issue="MPXDOC-203">New 'Built by Maven' logos - default changed to mavenlogo_builtby_w.png</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-202">Plugin fails with anonymous access and empty password in scm url.</action> <action dev="ltheussl" type="fix" issue="MPXDOC-202">Plugin fails with anonymous access and empty password in scm url.</action>