Author: ltheussl
Date: Wed Apr 26 22:47:35 2006
New Revision: 397422

URL: http://svn.apache.org/viewcvs?rev=397422&view=rev
Log:
[maven-scm-plugin] prepare release 1.5.1

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

Modified: maven/maven-1/plugins/trunk/junit-report/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/junit-report/project.xml?rev=397422&r1=397421&r2=397422&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/junit-report/project.xml (original)
+++ maven/maven-1/plugins/trunk/junit-report/project.xml Wed Apr 26 22:47:35 
2006
@@ -17,14 +17,12 @@
  * limitations under the License.
  */
  -->
-
-<project xmlns="http://maven.apache.org/POM/3.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 
http://maven.apache.org/maven-v3_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/3.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 
http://maven.apache.org/maven-v3_0_0.xsd";>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-junit-report-plugin</id>
   <name>Maven JUnit Report Plugin</name>
-  <currentVersion>1.5.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.5.1</currentVersion>
   <description>Reports from JUnit tests.</description>
   <shortDescription>Reports from JUnit tests</shortDescription>
   
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJUNITREPORT</issueTrackingUrl>
@@ -38,6 +36,11 @@
       <id>1.5</id>
       <name>1.5</name>
       <tag>MAVEN_JUNIT_REPORT_1_5</tag>
+    </version>
+    <version>
+      <id>1.5.1</id>
+      <name>1.5.1</name>
+      <tag>MAVEN_JUNIT_REPORT_1_5_1</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml?rev=397422&r1=397421&r2=397422&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml Wed Apr 26 
22:47:35 2006
@@ -17,7 +17,6 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
@@ -25,15 +24,17 @@
     <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.5.1-SNAPSHOT" date="in SVN">
+    <release version="1.5.1" date="2006-04-26">
       <action dev="ltheussl" type="fix" issue="MPJUNITREPORT-2">Fix 
formatting/escaping of error messages.</action>
-      <action dev="ltheussl" type="add" issue="MPJUNITREPORT-10">Add ability 
to specify a custom jsl transform. New property 
<code>maven.junit.report.jsl</code>.</action>
+      <action dev="ltheussl" type="add" issue="MPJUNITREPORT-10">Add ability 
to specify a custom jsl transform. New property
+        <code>maven.junit.report.jsl</code>.
+      </action>
       <action dev="ltheussl" type="add" issue="MPJUNITREPORT-11" 
due-to="Cyrille Le Clerc">Keep nested exceptions in truncated stack 
traces.</action>
       <action dev="ltheussl" type="add" issue="MPJUNITREPORT-6" 
due-to="Cyrille Le Clerc">Include System.out/System.err in the generated 
report.</action>
       <action dev="ltheussl" type="fix" issue="MPJUNITREPORT-8">Add 
description for default goal.</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 : 
+      <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>commons-jelly-tags-xml v1.0 -> v1.1</li>
+          <li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
         </ul>
       </action>
       <action dev="brett" type="fix">Fix documentation, add default 
goal</action>
@@ -55,6 +56,6 @@
         <code>maven.test.failure.ignore</code>is forced to true during the 
execution of the tests (so that report generation do not fail if the tests 
fail) but it is not reset to its initial value aftewards, thus causing issues 
for other plugins thereafter relying on it.
       </action>
     </release>
-    <release version="1.2" date="?"></release>
+    <release version="1.2" date="?"/>
   </body>
 </document>


Reply via email to