Author: ltheussl
Date: Mon May  7 02:33:59 2007
New Revision: 535814

URL: http://svn.apache.org/viewvc?view=rev&rev=535814
Log:
[maven-scm-plugin] prepare release 1.8.1

Modified:
    maven/maven-1/plugins/trunk/test/project.xml
    maven/maven-1/plugins/trunk/test/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/test/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/test/project.xml?view=diff&rev=535814&r1=535813&r2=535814
==============================================================================
--- maven/maven-1/plugins/trunk/test/project.xml (original)
+++ maven/maven-1/plugins/trunk/test/project.xml Mon May  7 02:33:59 2007
@@ -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>
@@ -56,6 +56,11 @@
       <id>1.8</id>
       <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>

Modified: maven/maven-1/plugins/trunk/test/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/test/xdocs/changes.xml?view=diff&rev=535814&r1=535813&r2=535814
==============================================================================
--- maven/maven-1/plugins/trunk/test/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/test/xdocs/changes.xml Mon May  7 02:33:59 2007
@@ -18,93 +18,93 @@
  * limitations under the License.
  */
  -->
-<document>
-  <properties>
-    <title>Changes</title>
-    <author email="[EMAIL PROTECTED]">dIon Gillard</author>
-  </properties>
-  <body>
-    <release version="1.8.1-SNAPSHOT" date="In SVN">
-      <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>
-      <action dev="ltheussl" type="fix" due-to="Dennis Lundberg" 
issue="MPTEST-68">SourceModifications sometimes does not work for test 
classes.</action>
-      <action dev="ltheussl" type="fix" due-to="Shinobu Kawai" 
issue="MPTEST-67">maven.compile.target is not used in test:compile.</action>
-    </release>
-    <release version="1.8" date="2006-05-07">
-      <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>
-      <action dev="ltheussl" type="fix" issue="MPTEST-49">
+<document> 
+  <properties> 
+    <title>Changes</title>  
+    <author email="[EMAIL PROTECTED]">dIon Gillard</author> 
+  </properties>  
+  <body> 
+    <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>  
+      <action dev="ltheussl" type="fix" due-to="Dennis Lundberg" 
issue="MPTEST-68">SourceModifications sometimes does not work for test 
classes.</action>  
+      <action dev="ltheussl" type="fix" due-to="Shinobu Kawai" 
issue="MPTEST-67">maven.compile.target is not used in test:compile.</action> 
+    </release>  
+    <release version="1.8" date="2006-05-07"> 
+      <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>  
+      <action dev="ltheussl" type="fix" issue="MPTEST-49"> 
         <code>test:test</code>should honour the
         <code>maven.test.compile.src.set</code>variable.
-      </action>
+      </action>  
       <action dev="ltheussl" type="add" issue="MPTEST-43">Set junit's
         <code>showoutput</code>attribute if Maven is executed in debug (-X) 
mode.
-      </action>
+      </action>  
       <action dev="ltheussl" type="add" issue="MPTEST-47" due-to="Henning 
Schmiedehausen">Allow to add additional elements to the test classpath, new 
property
         <code>maven.test.classpath</code>.
-      </action>
+      </action>  
       <action dev="ltheussl" type="add" issue="MPTEST-36">Display a warning if 
some tests do not pass (and
         <code>maven.test.failure.ignore=true</code>).
-      </action>
+      </action>  
       <action dev="ltheussl" type="add" issue="MPTEST-10">Add timeouts to the 
test plugin, new property
         <code>maven.junit.timeout</code>.
-      </action>
+      </action>  
       <action dev="ltheussl" type="add" issue="MPTEST-58" due-to="Mauro 
Botelho">Add ability to fail the build on test errors, new property
         <code>maven.test.error.ignore</code>.
-      </action>
+      </action>  
       <action dev="ltheussl" type="fix" issue="MPTEST-46">Do not execute
         <code>test:test-resources</code>and
         <code>test:compile</code>unless tests will be run.
-      </action>
-      <action dev="ltheussl" type="fix" issue="MPTEST-59">
+      </action>  
+      <action dev="ltheussl" type="fix" issue="MPTEST-59"> 
         <code>test:single</code>should ignore
         <code>maven.test.skip=true</code>.
-      </action>
-      <action dev="ltheussl" type="fix" issue="MPTEST-39">Test failure doesn't 
halt execution of test suite.</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.</action>
-      <action dev="brett" type="add" due-to="Eric Hartmann" 
issue="MPTEST-55">Add maven.test.excludeXmlApis property to avoid duplicated 
Xerces</action>
-    </release>
-    <release version="1.7" date="2005-08-09">
-      <action dev="carlos" type="add">Added maven.junit.forkmode 
property</action>
-      <action dev="carlos" type="update">Allow multiple patterns in 
testmatchpattern and testnotmatchpattern</action>
-      <action dev="carlos" type="add">Added testnotmatchpattern that can be 
used in test:match</action>
-      <action dev="carlos" type="fix" issue="MPTEST-48">Deprecated testmatch 
property by testmatchpattern to allow more complex patterns in 
test:match</action>
-      <action dev="brett" type="update">Deprecate dependency handle</action>
-    </release>
-    <release version="1.6.2" date="2004-06-25">
-      <action dev="brett" type="fix" issue="MPTEST-32" due-to="Maxwell 
Grender-Jones">honour source modifications for test compilation</action>
-      <action dev="brett" type="fix" issue="MPTEST-31">handle JVM args 
correctly in test:match</action>
-    </release>
-    <release version="1.6.1" date="2004-05-19">
-      <action dev="brett" type="fix">only add xml-apis to classpath when 
forking to avoid classloader issues</action>
-    </release>
-    <release version="1.6" date="2004-05-15">
-      <action dev="brett" type="fix" issue="MPTEST-27" due-to="joseph 
benavidez">add maven.junit.envvars property</action>
-      <action dev="brett" type="fix" issue="MPTEST-26">add maven.junit.jvm 
property</action>
-      <action dev="brett" type="fix" issue="MPTEST-28">accept 
maven.test.failure.ignore == false</action>
-      <action dev="brett" type="fix" issue="MPTEST-25">Honour 
maven.test.failure.ignore for test:single and test:match</action>
-    </release>
-    <release version="1.5" date="2004-03-07">
-      <action dev="brett" type="fix">Honour maven.test.skip for other test 
goals, such as compile</action>
-      <action dev="dion" type="add">Added maven.junit.format property that 
defaults to brief. Changed formatters to use maven.junit.usefile consistently. 
Only set 'dir' property of junit task if fork != 'no'</action>
-    </release>
-    <release version="1.4" date="2003-09-29">
-      <action dev="dion" type="update" issue="MAVEN-309">Apply MAVEN-309. 
Reorganise classpaths so that it's test, build, dependencies and then 
JUnit</action>
+      </action>  
+      <action dev="ltheussl" type="fix" issue="MPTEST-39">Test failure doesn't 
halt execution of test suite.</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.</action>  
+      <action dev="brett" type="add" due-to="Eric Hartmann" 
issue="MPTEST-55">Add maven.test.excludeXmlApis property to avoid duplicated 
Xerces</action> 
+    </release>  
+    <release version="1.7" date="2005-08-09"> 
+      <action dev="carlos" type="add">Added maven.junit.forkmode 
property</action>  
+      <action dev="carlos" type="update">Allow multiple patterns in 
testmatchpattern and testnotmatchpattern</action>  
+      <action dev="carlos" type="add">Added testnotmatchpattern that can be 
used in test:match</action>  
+      <action dev="carlos" type="fix" issue="MPTEST-48">Deprecated testmatch 
property by testmatchpattern to allow more complex patterns in 
test:match</action>  
+      <action dev="brett" type="update">Deprecate dependency handle</action> 
+    </release>  
+    <release version="1.6.2" date="2004-06-25"> 
+      <action dev="brett" type="fix" issue="MPTEST-32" due-to="Maxwell 
Grender-Jones">honour source modifications for test compilation</action>  
+      <action dev="brett" type="fix" issue="MPTEST-31">handle JVM args 
correctly in test:match</action> 
+    </release>  
+    <release version="1.6.1" date="2004-05-19"> 
+      <action dev="brett" type="fix">only add xml-apis to classpath when 
forking to avoid classloader issues</action> 
+    </release>  
+    <release version="1.6" date="2004-05-15"> 
+      <action dev="brett" type="fix" issue="MPTEST-27" due-to="joseph 
benavidez">add maven.junit.envvars property</action>  
+      <action dev="brett" type="fix" issue="MPTEST-26">add maven.junit.jvm 
property</action>  
+      <action dev="brett" type="fix" issue="MPTEST-28">accept 
maven.test.failure.ignore == false</action>  
+      <action dev="brett" type="fix" issue="MPTEST-25">Honour 
maven.test.failure.ignore for test:single and test:match</action> 
+    </release>  
+    <release version="1.5" date="2004-03-07"> 
+      <action dev="brett" type="fix">Honour maven.test.skip for other test 
goals, such as compile</action>  
+      <action dev="dion" type="add">Added maven.junit.format property that 
defaults to brief. Changed formatters to use maven.junit.usefile consistently. 
Only set 'dir' property of junit task if fork != 'no'</action> 
+    </release>  
+    <release version="1.4" date="2003-09-29"> 
+      <action dev="dion" type="update" issue="MAVEN-309">Apply MAVEN-309. 
Reorganise classpaths so that it's test, build, dependencies and then 
JUnit</action>  
       <action dev="jstrachan" type="fix">You can now specify whether the 
source (java) or classes (class) files are searched when using the test plugin 
via the property: maven.test.search.classdir. It defaults to use (java) to 
preserve backwards compatibilty. Using (class) allows you to work with 
alternative languages that compile to bytecode like
-        <a href="http://groovy.codehaus.org/";>Groovy</a>
-      </action>
-      <action dev="evenisse" type="fix">Check if unitTest tag is present in 
pom before copy resources.</action>
-    </release>
-    <release version="1.3" date="Unknown">
-      <action dev="evenisse" type="add">Add jvmarg support for junit. Add 
properties documentation.</action>
-    </release>
-    <release version="1.2" date="2003-02-11">
-      <action dev="evenisse" type="fix">Fixed classpath for test:ui, 
test:single and test:match goals.</action>
-      <action dev="dion" type="fix" issue="MAVEN-106">Added xmlapis and xerces 
to project dependencies as per MAVEN-106 bug report</action>
-    </release>
-    <release version="1.1" date="2002-10-01">
-      <action dev="vmassol" type="fix">The test plugin now works again if the 
project has not tests defined. The introduction of the 
&lt;test:test-resources&gt; goal had broken this feature.</action>
-    </release>
-  </body>
+        <a href="http://groovy.codehaus.org/";>Groovy</a> 
+      </action>  
+      <action dev="evenisse" type="fix">Check if unitTest tag is present in 
pom before copy resources.</action> 
+    </release>  
+    <release version="1.3" date="Unknown"> 
+      <action dev="evenisse" type="add">Add jvmarg support for junit. Add 
properties documentation.</action> 
+    </release>  
+    <release version="1.2" date="2003-02-11"> 
+      <action dev="evenisse" type="fix">Fixed classpath for test:ui, 
test:single and test:match goals.</action>  
+      <action dev="dion" type="fix" issue="MAVEN-106">Added xmlapis and xerces 
to project dependencies as per MAVEN-106 bug report</action> 
+    </release>  
+    <release version="1.1" date="2002-10-01"> 
+      <action dev="vmassol" type="fix">The test plugin now works again if the 
project has not tests defined. The introduction of the 
&lt;test:test-resources&gt; goal had broken this feature.</action> 
+    </release> 
+  </body> 
 </document>


Reply via email to