[maven-scm-plugin] prepare release 3.0.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@388960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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>
|
||||
@@ -66,6 +66,11 @@
|
||||
<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>
|
||||
<developer>
|
||||
|
||||
@@ -24,10 +24,16 @@
|
||||
<author email="evenisse@ifrance.com">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">
|
||||
|
||||
Reference in New Issue
Block a user