[maven-scm-plugin] prepare release 1.8.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@535814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-05-07 09:33:59 +00:00
parent 4d699dde8a
commit 1ccdf9916f
2 changed files with 77 additions and 72 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-test-plugin</id>
<name>Maven Test Plugin</name>
<currentVersion>1.8.1-SNAPSHOT</currentVersion>
<currentVersion>1.8.1</currentVersion>
<description>Run JUnit tests.</description>
<shortDescription>Run JUnit tests</shortDescription>
<versions>
@ -57,6 +57,11 @@
<name>1.8</name>
<tag>MAVEN_TEST_1_8</tag>
</version>
<version>
<id>1.8.1</id>
<name>1.8.1</name>
<tag>MAVEN_TEST_1_8_1</tag>
</version>
</versions>
<dependencies>
<dependency>

View File

@ -24,7 +24,7 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="1.8.1-SNAPSHOT" date="In SVN">
<release version="1.8.1" date="2007-05-07">
<action dev="ltheussl" type="update" issue="MPTEST-66">Document a backward-compat problem affecting version 1.8 of the plugin.</action>
<action dev="ltheussl" type="add" issue="MPTEST-71">New property to halt a build on test failures but after all tests have been run.</action>
<action dev="ltheussl" type="add" due-to="Nicolas de Loof" issue="MPTEST-69">New properties to configure compiler for test classes.</action>