Author: ltheussl
Date: Mon May 7 01:17:18 2007
New Revision: 535778
URL: http://svn.apache.org/viewvc?view=rev&rev=535778
Log:
[maven-scm-plugin] prepare release 1.9.2
Modified:
maven/maven-1/plugins/trunk/changelog/project.xml
maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/changelog/project.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changelog/project.xml?view=diff&rev=535778&r1=535777&r2=535778
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/project.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/project.xml Mon May 7 01:17:18 2007
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-changelog-plugin</id>
<name>Maven Changelog Plugin</name>
- <currentVersion>1.9.2-SNAPSHOT</currentVersion>
+ <currentVersion>1.9.2</currentVersion>
<description>The Changelog plugin generates reports about recent changes to
the SCM repository.</description>
<shortDescription>Produce SCM changelog reports.</shortDescription>
<versions>
@@ -77,6 +77,11 @@
<name>1.9.1</name>
<tag>MAVEN_CHANGELOG_1_9_1</tag>
</version>
+ <version>
+ <id>1.9.2</id>
+ <name>1.9.2</name>
+ <tag>MAVEN_CHANGELOG_1_9_2</tag>
+ </version>
</versions>
<contributors>
<contributor>
@@ -205,13 +210,13 @@
<artifactId>regexp</artifactId>
<version>1.3</version>
</dependency>
- <!-- Required because of the EnhancedStringTokenizer class -->
+ <!-- Required because of the EnhancedStringTokenizer class -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven</artifactId>
<version>1.0.2</version>
</dependency>
- <!-- Required because of the Developer class -->
+ <!-- Required because of the Developer class -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-model</artifactId>
@@ -220,7 +225,7 @@
<comment>This library is already loaded by maven's core. Be careful to
use the same version number as in the core.</comment>
</properties>
</dependency>
- <!-- Required to build under for JDK 1.3 because we fork junit -->
+ <!-- Required to build under for JDK 1.3 because we fork junit -->
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?view=diff&rev=535778&r1=535777&r2=535778
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Mon May 7 01:17:18
2007
@@ -18,121 +18,123 @@
* limitations under the License.
*/
-->
-<document>
- <properties>
- <title>Changelog plugin changes</title>
- <author email="[EMAIL PROTECTED]">dIon Gillard</author>
- <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
- </properties>
- <body>
- <release version="1.9.2-SNAPSHOT" date="In SVN">
- <action dev="ltheussl" type="fix" issue="MPCHANGELOG-89">Plugin fails
with anonymous access and empty password in scm url.</action>
- <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade
maven-model to version 3.0.2.</action>
- <action dev="ltheussl" type="add">New property
<code>maven.changelog.useDeveloperConnection</code>.</action>
- <action dev="ltheussl" type="add" issue="MPCHANGELOG-86"
due-to="Christoph Jerolimov">Support time period in MKS changelog
parser.</action>
- <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to
Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the
xml-resolver dependency for xerces.</action>
- <action dev="aheritier" type="update">Upgrade to Junit 3.8.2.</action>
- </release>
- <release version="1.9.1" date="2006-03-26">
+<document>
+ <properties>
+ <title>Changelog plugin changes</title>
+ <author email="[EMAIL PROTECTED]">dIon Gillard</author>
+ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
+ </properties>
+ <body>
+ <release version="1.9.2" date="2007-05-07">
+ <action dev="ltheussl" type="fix" issue="MPCHANGELOG-89">Plugin fails
with anonymous access and empty password in scm url.</action>
+ <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade
maven-model to version 3.0.2.</action>
+ <action dev="ltheussl" type="add">New property
+ <code>maven.changelog.useDeveloperConnection</code>.
+ </action>
+ <action dev="ltheussl" type="add" issue="MPCHANGELOG-86"
due-to="Christoph Jerolimov">Support time period in MKS changelog
parser.</action>
+ <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to
Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the
xml-resolver dependency for xerces.</action>
+ <action dev="aheritier" type="update">Upgrade to Junit 3.8.2.</action>
+ </release>
+ <release version="1.9.1" date="2006-03-26">
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-82">Don't construct
links to files if
<code>repository.url</code>is absent.
- </action>
- <action dev="ltheussl" type="fix"
issue="MPCHANGELOG-83">NullPointerException if developer's id is
missing.</action>
- <action dev="ltheussl" type="fix" issue="MPCHANGELOG-75">Replace
netbeans's cvslib-3.6 by cvsclient-20051129.</action>
- </release>
- <release version="1.9" date="2006-01-29">
+ </action>
+ <action dev="ltheussl" type="fix"
issue="MPCHANGELOG-83">NullPointerException if developer's id is
missing.</action>
+ <action dev="ltheussl" type="fix" issue="MPCHANGELOG-75">Replace
netbeans's cvslib-3.6 by cvsclient-20051129.</action>
+ </release>
+ <release version="1.9" date="2006-01-29">
<action dev="ltheussl" type="add">New '
<code>lastRelease</code>' option for
<code>maven.changelog.date</code>.
- </action>
- <action dev="ltheussl" type="fix" issue="MPCHANGELOG-81" due-to="Dennis
Lundberg">Some valid scm urls are not allowed.</action>
- <action dev="ltheussl" type="fix" issue="MPCHANGELOG-72" due-to="Pascal
Larin">Auto select factory from connection doesn't work if provider name length
different from 3.</action>
- <action dev="ltheussl" type="add" issue="MPCHANGELOG-80"
due-to="Christoph Jerolimov">Add MKS SI support.</action>
+ </action>
+ <action dev="ltheussl" type="fix" issue="MPCHANGELOG-81" due-to="Dennis
Lundberg">Some valid scm urls are not allowed.</action>
+ <action dev="ltheussl" type="fix" issue="MPCHANGELOG-72" due-to="Pascal
Larin">Auto select factory from connection doesn't work if provider name length
different from 3.</action>
+ <action dev="ltheussl" type="add" issue="MPCHANGELOG-80"
due-to="Christoph Jerolimov">Add MKS SI support.</action>
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-69">Changelog
returns 0 entries on Windows with CVS (not CVSNT). New property
<code>maven.changelog.quoteDate</code>.
- </action>
+ </action>
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-74">Changelog
plugin creates wrong links for Subversion repositories. New property
<code>maven.changelog.svn.baseurl</code>.
- </action>
+ </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>ant v1.5.3-1 -> v1.6.5</li>
- <li>commons-jelly-tags-xml v1.0 -> v1.1</li>
- <li>commons-logging v1.0.3 -> v1.0.4</li>
- <li>maven v1.0 -> v1.0.2</li>
- <li>maven-model v3.0.0 -> v3.0.1</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="fix" issue="MPCHANGELOG-70" due-to="Arnaud
Bailly">Incorrect parsing of SVN log files when username contains
spaces.</action>
- </release>
- <release version="1.8.2" date="2005-06-15">
- <action dev="brett" type="fix" issue="MPCHANGELOG-66">Avoid
NullPointerException when no type is given</action>
- <action dev="brett" type="fix" issue="MPCHANGELOG-65" due-to="Fuad
Efendi">Corrected parsing of VSS results</action>
- <action dev="epugh" type="fix" issue="MPCHANGELOG-64">Corrected parsing
of .cvspass</action>
- </release>
- <release version="1.8.1" date="2005-06-06">
- <action dev="brett" type="fix" issue="MPCHANGELOG-23">Determine default
factory from connection - no need to configure for SCMs other than CVS.</action>
- <action dev="brett" type="add" issue="MPCHANGELOG-49" due-to="Freddy
Mallet">Add VSS support</action>
- <action dev="brett" type="fix" issue="MPCHANGELOG-25" due-to="Neil
Palmer">Corrected link for viewcvs configured with muliple cvs
repository.</action>
- <action dev="brett" type="fix" issue="MPCHANGELOG-57" due-to="Sebastian
Scholze">Correctly parse (no author) from SVN logs</action>
- <action dev="brett" type="fix" issue="MPCHANGELOG-53" due-to="Kenneth
Leider">Add CVS monitor support</action>
- <action dev="brett" type="fix" issue="MPCHANGELOG-47">Quote argument
with < in it on Windows for the CVS provider - required if using
CVSNT</action>
- <action dev="brett" type="fix" issue="MPCHANGELOG-55">Fix problem
parsing revisions on Linux introduced by MPCHANGELOG-29</action>
- <action dev="brett" type="fix" issue="MPCHANGELOG-63" due-to="David
Jackman">Add the ability to show several sets of changes</action>
- <action dev="brett" type="fix">Allow local CVSROOT to only have 5 tokens
(no host name)</action>
- </release>
- <release version="1.7.2" date="2005-01-08">
- <action dev="brett" type="fix" issue="MPCHANGELOG-29" due-to="Matthew
Daniel">Fix subversion revision passing on Windows</action>
- <action dev="felipeal" type="fix" issue="MPCHANGELOG-48" due-to="Erwin
van der Koogh">Handles new CVS date format (introduced by cvs 1.12).</action>
- <action dev="evenisse" type="fix" issue="MPCHANGELOG-45" due-to="Jim
Crossley">Perforce Repository URL should include project.</action>
- <action dev="dion" type="fix" issue="MPCHANGELOG-46" due-to="Juha
Komulainen">Handle ViewCVS URLs with ? in them.</action>
- </release>
- <release version="1.7.1" date="2004-07-12">
- <action dev="dion" type="fix" issue="MPCHANGELOG-36" due-to="Matt
Read">changelog.xml author tag in Clearcase contains developer.id.</action>
- <action dev="dion" type="fix" issue="MPCHANGELOG-34" due-to="Saito
Kazuo">Plugin does not find the password for the CVSROOT in .cvspass if the
CVSROOT in .cvspass is preceded by a "/1".</action>
- </release>
- <release version="1.7" date="2004-07-08">
- <action dev="evenisse" type="fix">Add the possibility to specify a date
format for input stream (Starteam only).</action>
- </release>
- <release version="1.6" date="2004-06-25">
- <action dev="brett" type="fix" issue="MPCHANGELOG-34" due-to="Rafael
Santiago, Jr.">Prevent any NPE depending on certain repository definition
conditions</action>
- <action dev="brett" type="fix">Build and run plugin against the
installed version of Maven</action>
- <action dev="evenisse" type="fix" issue="MPCHANGELOG-39">Fix date format
with clearcase.</action>
- <action dev="dion" type="update">Allow empty passwords in
create-cvspass</action>
- </release>
- <release version="1.5" date="2004-05-16">
- <action dev="dion" type="fix" due-to="Tim Shadel"
issue="MPCHANGELOG-22">Parsing of windows user names (domain\user) was
broken.</action>
- <action dev="dion" type="fix" due-to="Archimedes Trajano">Bad
documentation for goals</action>
- <action dev="dion" type="update">Add changelog:create-cvspass goal for
creating the required .cvspass file Add documentation on .cvspass file for
CVSNT users.</action>
- <action dev="brett" type="update" issue="MPCHANGELOG-31">Use Netbean 3.6
version of cvslib to fix cvs 1.11.2 bug.</action>
- <action dev="dion" type="update">Increase password read failure from
debug to warning and provide more information</action>
- </release>
- <release version="1.4" date="2004-03-07">
- <action dev="dion" type="fix" issue="MPCHANGELOG-28">Fix bad
HTML</action>
- <action dev="evenisse" type="update">Add maven.changelog.basedir
property.</action>
- <action dev="epugh" type="update">If, using the cvslib, fails, then fall
back to using the command line call to the cvs executable.</action>
- <action dev="epugh" type="update">Added java based CVS library using
cvslib. Removed requirement for cvs executable.</action>
- <action dev="jcrossley" type="update" issue="MPCHANGELOG-7">Add support
for Perforce SCM and cleaned up some docs.</action>
- <action dev="brett" type="fix" issue="MPCHANGELOG-30" due-to="fabrizio
giustina">Fix CDATA sections in comments.</action>
- </release>
- <release version="1.3" date="2003-09-29">
- <action dev="dion" type="update" issue="MPCHANGELOG-6">Add support of
IBM Rational ClearCase SCM.</action>
- <action dev="dion" type="update">Upgrade to maven 1.0 beta 10</action>
- <action dev="dion" type="update">Upgrade to commons-logging
1.0.3</action>
- <action dev="dion" type="fix">Remove classloader property stuff</action>
- <action dev="evenisse" type="fix">Add xml declaration to generated
report. Fixed for character encoding.</action>
- <action dev="evenisse" type="fix" due-to="Bruce Chenoweth"
issue="MPCHANGELOG-8">Escape filename.</action>
- <action dev="evenisse" type="fix" issue="MPCHANGELOG-9">I register
reports only if source, test,... exists. So, corresponding entrys in menu will
appear only if reports are registered.</action>
- <action dev="evenisse" type="fix" issue="MPCHANGELOG-10">Corrected link
for viewcvs configured with muliple cvs repository.</action>
- </release>
- <release version="1.2" date="UNKNOWN">
- <action dev="dion" type="add">Added more documentation</action>
- <action dev="dion" type="add">Reworked CVS changelog plugin to use the
project repository connection string, rather than relying on
CVS/Entries</action>
- </release>
- <release version="1.1" date="2002-08-01">
- <action dev="smor" type="fix" issue="MPCHANGELOG-11"/>
- </release>
- </body>
+ <ul>
+ <li>ant v1.5.3-1 -> v1.6.5</li>
+ <li>commons-jelly-tags-xml v1.0 -> v1.1</li>
+ <li>commons-logging v1.0.3 -> v1.0.4</li>
+ <li>maven v1.0 -> v1.0.2</li>
+ <li>maven-model v3.0.0 -> v3.0.1</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="fix" issue="MPCHANGELOG-70" due-to="Arnaud
Bailly">Incorrect parsing of SVN log files when username contains
spaces.</action>
+ </release>
+ <release version="1.8.2" date="2005-06-15">
+ <action dev="brett" type="fix" issue="MPCHANGELOG-66">Avoid
NullPointerException when no type is given</action>
+ <action dev="brett" type="fix" issue="MPCHANGELOG-65" due-to="Fuad
Efendi">Corrected parsing of VSS results</action>
+ <action dev="epugh" type="fix" issue="MPCHANGELOG-64">Corrected parsing
of .cvspass</action>
+ </release>
+ <release version="1.8.1" date="2005-06-06">
+ <action dev="brett" type="fix" issue="MPCHANGELOG-23">Determine default
factory from connection - no need to configure for SCMs other than
CVS.</action>
+ <action dev="brett" type="add" issue="MPCHANGELOG-49" due-to="Freddy
Mallet">Add VSS support</action>
+ <action dev="brett" type="fix" issue="MPCHANGELOG-25" due-to="Neil
Palmer">Corrected link for viewcvs configured with muliple cvs
repository.</action>
+ <action dev="brett" type="fix" issue="MPCHANGELOG-57" due-to="Sebastian
Scholze">Correctly parse (no author) from SVN logs</action>
+ <action dev="brett" type="fix" issue="MPCHANGELOG-53" due-to="Kenneth
Leider">Add CVS monitor support</action>
+ <action dev="brett" type="fix" issue="MPCHANGELOG-47">Quote argument
with < in it on Windows for the CVS provider - required if using
CVSNT</action>
+ <action dev="brett" type="fix" issue="MPCHANGELOG-55">Fix problem
parsing revisions on Linux introduced by MPCHANGELOG-29</action>
+ <action dev="brett" type="fix" issue="MPCHANGELOG-63" due-to="David
Jackman">Add the ability to show several sets of changes</action>
+ <action dev="brett" type="fix">Allow local CVSROOT to only have 5 tokens
(no host name)</action>
+ </release>
+ <release version="1.7.2" date="2005-01-08">
+ <action dev="brett" type="fix" issue="MPCHANGELOG-29" due-to="Matthew
Daniel">Fix subversion revision passing on Windows</action>
+ <action dev="felipeal" type="fix" issue="MPCHANGELOG-48" due-to="Erwin
van der Koogh">Handles new CVS date format (introduced by cvs 1.12).</action>
+ <action dev="evenisse" type="fix" issue="MPCHANGELOG-45" due-to="Jim
Crossley">Perforce Repository URL should include project.</action>
+ <action dev="dion" type="fix" issue="MPCHANGELOG-46" due-to="Juha
Komulainen">Handle ViewCVS URLs with ? in them.</action>
+ </release>
+ <release version="1.7.1" date="2004-07-12">
+ <action dev="dion" type="fix" issue="MPCHANGELOG-36" due-to="Matt
Read">changelog.xml author tag in Clearcase contains developer.id.</action>
+ <action dev="dion" type="fix" issue="MPCHANGELOG-34" due-to="Saito
Kazuo">Plugin does not find the password for the CVSROOT in .cvspass if the
CVSROOT in .cvspass is preceded by a "/1".</action>
+ </release>
+ <release version="1.7" date="2004-07-08">
+ <action dev="evenisse" type="fix">Add the possibility to specify a date
format for input stream (Starteam only).</action>
+ </release>
+ <release version="1.6" date="2004-06-25">
+ <action dev="brett" type="fix" issue="MPCHANGELOG-34" due-to="Rafael
Santiago, Jr.">Prevent any NPE depending on certain repository definition
conditions</action>
+ <action dev="brett" type="fix">Build and run plugin against the
installed version of Maven</action>
+ <action dev="evenisse" type="fix" issue="MPCHANGELOG-39">Fix date format
with clearcase.</action>
+ <action dev="dion" type="update">Allow empty passwords in
create-cvspass</action>
+ </release>
+ <release version="1.5" date="2004-05-16">
+ <action dev="dion" type="fix" due-to="Tim Shadel"
issue="MPCHANGELOG-22">Parsing of windows user names (domain\user) was
broken.</action>
+ <action dev="dion" type="fix" due-to="Archimedes Trajano">Bad
documentation for goals</action>
+ <action dev="dion" type="update">Add changelog:create-cvspass goal for
creating the required .cvspass file Add documentation on .cvspass file for
CVSNT users.</action>
+ <action dev="brett" type="update" issue="MPCHANGELOG-31">Use Netbean 3.6
version of cvslib to fix cvs 1.11.2 bug.</action>
+ <action dev="dion" type="update">Increase password read failure from
debug to warning and provide more information</action>
+ </release>
+ <release version="1.4" date="2004-03-07">
+ <action dev="dion" type="fix" issue="MPCHANGELOG-28">Fix bad
HTML</action>
+ <action dev="evenisse" type="update">Add maven.changelog.basedir
property.</action>
+ <action dev="epugh" type="update">If, using the cvslib, fails, then fall
back to using the command line call to the cvs executable.</action>
+ <action dev="epugh" type="update">Added java based CVS library using
cvslib. Removed requirement for cvs executable.</action>
+ <action dev="jcrossley" type="update" issue="MPCHANGELOG-7">Add support
for Perforce SCM and cleaned up some docs.</action>
+ <action dev="brett" type="fix" issue="MPCHANGELOG-30" due-to="fabrizio
giustina">Fix CDATA sections in comments.</action>
+ </release>
+ <release version="1.3" date="2003-09-29">
+ <action dev="dion" type="update" issue="MPCHANGELOG-6">Add support of
IBM Rational ClearCase SCM.</action>
+ <action dev="dion" type="update">Upgrade to maven 1.0 beta 10</action>
+ <action dev="dion" type="update">Upgrade to commons-logging
1.0.3</action>
+ <action dev="dion" type="fix">Remove classloader property stuff</action>
+ <action dev="evenisse" type="fix">Add xml declaration to generated
report. Fixed for character encoding.</action>
+ <action dev="evenisse" type="fix" due-to="Bruce Chenoweth"
issue="MPCHANGELOG-8">Escape filename.</action>
+ <action dev="evenisse" type="fix" issue="MPCHANGELOG-9">I register
reports only if source, test,... exists. So, corresponding entrys in menu will
appear only if reports are registered.</action>
+ <action dev="evenisse" type="fix" issue="MPCHANGELOG-10">Corrected link
for viewcvs configured with muliple cvs repository.</action>
+ </release>
+ <release version="1.2" date="UNKNOWN">
+ <action dev="dion" type="add">Added more documentation</action>
+ <action dev="dion" type="add">Reworked CVS changelog plugin to use the
project repository connection string, rather than relying on
CVS/Entries</action>
+ </release>
+ <release version="1.1" date="2002-08-01">
+ <action dev="smor" type="fix" issue="MPCHANGELOG-11"/>
+ </release>
+ </body>
</document>