[maven-scm-plugin] prepare release 1.6.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-29 10:24:06 +00:00
parent 5fa09f9104
commit 2690cd21f2
2 changed files with 66 additions and 61 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-simian-plugin</id>
<name>Maven Simian Plugin</name>
<currentVersion>1.6.1-SNAPSHOT</currentVersion>
<currentVersion>1.6.1</currentVersion>
<description>Simian Plugin for Maven</description>
<shortDescription>Simian Plugin for Maven</shortDescription>
<package>org.apache.maven.simian</package>
@ -47,6 +47,11 @@
<name>1.6</name>
<tag>MAVEN_SIMIAN_1_6</tag>
</version>
<version>
<id>1.6.1</id>
<name>1.6.1</name>
<tag>MAVEN_SIMIAN_1_6_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -17,68 +17,68 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="rinkrank at codehaus.org">Aslak Hellesoy</author>
<author email="maurice@maguyane.net">Maurice Montg?nie</author>
</properties>
<body>
<release version="1.6.1-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="ltheussl" type="fix" issue="MPSIMIAN-16">plugin:deregister does not work.</action>
</release>
<release version="1.6" date="2006-01-29">
<action dev="ltheussl" type="fix" issue="MPSIMIAN-11" due-to="Thomas Recloux">Includes/excludes pattern does not support multiple patterns.</action>
<document>
<properties>
<title>Changes</title>
<author email="rinkrank at codehaus.org">Aslak Hellesoy</author>
<author email="maurice@maguyane.net">Maurice Montg?nie</author>
</properties>
<body>
<release version="1.6.1" date="2006-10-29">
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="ltheussl" type="fix" issue="MPSIMIAN-16">plugin:deregister does not work.</action>
</release>
<release version="1.6" date="2006-01-29">
<action dev="ltheussl" type="fix" issue="MPSIMIAN-11" due-to="Thomas Recloux">Includes/excludes pattern does not support multiple patterns.</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 -&gt; v1.6.5</li>
<li>commons-jelly v1.0-beta-4 -&gt; v1.0</li>
<li>commons-logging v1.0.3 -&gt; v1.0.4</li>
</ul>
</action>
<action dev="epugh" type="fix" issue="MPSIMIAN-15">Tag library warning when using simian 1.5</action>
<action dev="epugh" type="fix" issue="MPSIMIAN-12" due-to="James Dickinson">Simian report contains broken links to xref/xref-test directories</action>
</release>
<release version="1.5" date="2005-07-11">
<action dev="epugh" type="add" issue="MPSIMIAN-7">Add include/exclude pattern for test directories.</action>
<action dev="benoitx" type="update" issue="MPSIMIAN-14">Upgrade to Simian 2.2.4 and XML file output from Simian.</action>
<action dev="dion" type="update">Ant dependency changed to 1.5.3.1.</action>
</release>
<release version="1.4" date="2004-05-15">
<action dev="vmassol" type="fix">Gracefully inform users when the plugin is executed on a project with no source.</action>
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
</release>
<release version="1.3" date="2004-03-10">
<action dev="dion" type="fix" issue="MPSIMIAN-4">Apply MPSIMIAN-4. Fix HTML.</action>
<action dev="epugh" type="add">Allow classes to be included/excluded.</action>
<action dev="dion" type="fix">Allow test case to be run.</action>
<action dev="dion" type="update">Upgrade to ant 1.6.</action>
<action dev="dion" type="update" issue="MAVEN-890">Apply MAVEN-890. Allow unit tests to be skipped.</action>
</release>
<release version="1.2" date="2003-09-29">
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
<action dev="dion" type="fix">Fix class name having 'xref.' or 'xref-test.' on the beginning</action>
<action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
<ul>
<li>ant v1.5.3-1 -&gt; v1.6.5</li>
<li>commons-jelly v1.0-beta-4 -&gt; v1.0</li>
<li>commons-logging v1.0.3 -&gt; v1.0.4</li>
</ul>
</action>
<action dev="epugh" type="fix" issue="MPSIMIAN-15">Tag library warning when using simian 1.5</action>
<action dev="epugh" type="fix" issue="MPSIMIAN-12" due-to="James Dickinson">Simian report contains broken links to xref/xref-test directories</action>
</release>
<release version="1.5" date="2005-07-11">
<action dev="epugh" type="add" issue="MPSIMIAN-7">Add include/exclude pattern for test directories.</action>
<action dev="benoitx" type="update" issue="MPSIMIAN-14">Upgrade to Simian 2.2.4 and XML file output from Simian.</action>
<action dev="dion" type="update">Ant dependency changed to 1.5.3.1.</action>
</release>
<release version="1.4" date="2004-05-15">
<action dev="vmassol" type="fix">Gracefully inform users when the plugin is executed on a project with no source.</action>
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
</release>
<release version="1.3" date="2004-03-10">
<action dev="dion" type="fix" issue="MPSIMIAN-4">Apply MPSIMIAN-4. Fix HTML.</action>
<action dev="epugh" type="add">Allow classes to be included/excluded.</action>
<action dev="dion" type="fix">Allow test case to be run.</action>
<action dev="dion" type="update">Upgrade to ant 1.6.</action>
<action dev="dion" type="update" issue="MAVEN-890">Apply MAVEN-890. Allow unit tests to be skipped.</action>
</release>
<release version="1.2" date="2003-09-29">
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
<action dev="dion" type="fix">Fix class name having 'xref.' or 'xref-test.' on the beginning</action>
<action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
<action dev="dion" type="fix">Fix
<code>Couldn't find relative path ...</code>message on windows under multiproject build. Paths with
<code>..</code>in them were absolute, but it meant that the 'startsWith' logic was flawed. Changed to using the canonical path.
</action>
<action dev="dion" type="fix">Add sourceModification include/excludes</action>
<action dev="dion" type="fix">Handle file paths with embedded spaces</action>
</release>
<release version="1.1.1" date="2003-07-09 (In JIRA)">
<action dev="maurice" type="add">New optional options introduced in Simian 1.9.1.</action>
</release>
<release version="1.1" date="2003-07-08 (In JIRA)">
<action dev="rinkrank" type="add">Now parses test sources too.</action>
<action dev="rinkrank" type="add">Report displays the similarity treshold.</action>
<action dev="rinkrank" type="update">Updated to use Simian 1.9.1</action>
<action dev="rinkrank" type="update">Removed the simian jar from the plugin.</action>
<action dev="rinkrank" type="fix">Reset site doc colour scheme to default.</action>
</release>
<release version="1.0-alpha-1" date="2003-06-25 (In JIRA)">
<action dev="rinkrank" type="add">First release.</action>
</release>
</body>
</action>
<action dev="dion" type="fix">Add sourceModification include/excludes</action>
<action dev="dion" type="fix">Handle file paths with embedded spaces</action>
</release>
<release version="1.1.1" date="2003-07-09 (In JIRA)">
<action dev="maurice" type="add">New optional options introduced in Simian 1.9.1.</action>
</release>
<release version="1.1" date="2003-07-08 (In JIRA)">
<action dev="rinkrank" type="add">Now parses test sources too.</action>
<action dev="rinkrank" type="add">Report displays the similarity treshold.</action>
<action dev="rinkrank" type="update">Updated to use Simian 1.9.1</action>
<action dev="rinkrank" type="update">Removed the simian jar from the plugin.</action>
<action dev="rinkrank" type="fix">Reset site doc colour scheme to default.</action>
</release>
<release version="1.0-alpha-1" date="2003-06-25 (In JIRA)">
<action dev="rinkrank" type="add">First release.</action>
</release>
</body>
</document>