Author: ltheussl
Date: Sun Mar 26 12:37:32 2006
New Revision: 388960
URL: http://svn.apache.org/viewcvs?rev=388960&view=rev
Log:
[maven-scm-plugin] prepare release 3.0.1
Modified:
maven/maven-1/plugins/trunk/checkstyle/project.xml
maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/project.xml?rev=388960&r1=388959&r2=388960&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/project.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/project.xml Sun Mar 26 12:37:32 2006
@@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-checkstyle-plugin</id>
<name>Maven Checkstyle Plugin</name>
- <currentVersion>3.0.1-SNAPSHOT</currentVersion>
+ <currentVersion>3.0.1</currentVersion>
<description/>
<shortDescription>Produce Checkstyle report</shortDescription>
<versions>
@@ -65,6 +65,11 @@
<id>3.0</id>
<name>3.0</name>
<tag>MAVEN_CHECKSTYLE_3_0</tag>
+ </version>
+ <version>
+ <id>3.0.1</id>
+ <name>3.0.1</name>
+ <tag>MAVEN_CHECKSTYLE_3_0_1</tag>
</version>
</versions>
<developers>
Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml?rev=388960&r1=388959&r2=388960&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml Sun Mar 26
12:37:32 2006
@@ -24,10 +24,16 @@
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
<body>
- <release version="3.0.1-SNAPSHOT" date="in SVN">
- <action dev="ltheussl" type="fix" issue="MPCHECKSTYLE-52">The links to
source xref files does not honor <code>maven.jxr.destdir</code> and
<code>maven.jxr.destdir.test</code>.</action>
+ <release version="3.0.1" date="2006-03-26">
+ <action dev="ltheussl" type="fix" issue="MPCHECKSTYLE-52">The links to
source xref files does not honor
+ <code>maven.jxr.destdir</code>and
+ <code>maven.jxr.destdir.test</code>.
+ </action>
<action dev="ltheussl" type="fix" issue="MPCHECKSTYLE-38">RSS file has
incorrect links when used in multiproject build.</action>
- <action dev="ltheussl" type="fix"
issue="MPCHECKSTYLE-9"><code>maven.checkstyle.header.file</code> now defaults
to <code>${maven.license.licenseFile}</code>.</action>
+ <action dev="ltheussl" type="fix" issue="MPCHECKSTYLE-9">
+ <code>maven.checkstyle.header.file</code>now defaults to
+ <code>${maven.license.licenseFile}</code>.
+ </action>
<action dev="ltheussl" type="fix" issue="MPCHECKSTYLE-53"
due-to="Bernard Durfee">ClassCastException when moving from 2.5 to 3.0. Use a
jsl transform instead of ant's style task.</action>
</release>
<release version="3.0" date="2006-02-05">