brett       2004/03/06 17:09:18

  Modified:    junit-report project.xml
               junit-report/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5
  
  Revision  Changes    Path
  1.25      +11 -6     maven-plugins/junit-report/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml       4 Mar 2004 18:36:14 -0000       1.24
  +++ project.xml       7 Mar 2004 01:09:18 -0000       1.25
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,27 +18,31 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-junit-report-plugin</id>
     <name>Maven JUnit Report Plug-in</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  -  <description>Reports from JUnit tests.
  -    Requires Maven 1.0 RC2.</description>
  +  <currentVersion>1.5</currentVersion>
  +  <description>Reports from JUnit tests. Requires Maven 1.0 RC2.</description>
     <shortDescription>Reports from JUnit tests</shortDescription>
     <url>http://maven.apache.org/reference/plugins/junit-report/</url>
     
<siteDirectory>/www/maven.apache.org/reference/plugins/junit-report/</siteDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/src/plugins-build/junit-report/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/junit-report/</url>
  +    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/junit-report/</connection>
  +    <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven-plugins/junit-report/</developerConnection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/junit-report/</url>
     </repository>
     <versions>
       <version>
         <id>1.4</id>
         <name>1.4</name>
         <tag>MAVEN_JUNIT_REPORT_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_JUNIT_REPORT_1_5</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.10      +12 -30    maven-plugins/junit-report/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml       4 Mar 2004 18:36:14 -0000       1.9
  +++ changes.xml       7 Mar 2004 01:09:18 -0000       1.10
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -23,42 +24,23 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
  -
     <body>
  -
  -    <release version="1.5" date="in CVS">
  -      <action dev="dion" type="update">
  -        Apply MPJUNITREPORT-3
  -      </action>
  +    <release version="1.5" date="2004-03-07">
  +      <action dev="dion" type="update">Apply MPJUNITREPORT-3</action>
       </release>
  -
       <release version="1.4" date="2004-01-29">
  -      <action dev="vmassol" type="update">
  -        Added new goal <code>junit-report:report</code> which is is the same
  -        as the <code>maven-junit-report-plugin:report</code> goal (but in a
  -        simpler short form that can be called from other plugins).
  +      <action dev="vmassol" type="update">Added new goal
  +        <code>junit-report:report</code>which is is the same as the
  +        <code>maven-junit-report-plugin:report</code>goal (but in a simpler short 
form that can be called from other plugins).
         </action>
       </release>
  -    
       <release version="1.3" date="2003-09-29">
  -      <action dev="evenisse" type="fix" due-to="Kuisong Tong">
  -        Fixed MAVEN-452. Patch for charter encoding.
  -      </action>
  -      <action dev="evenisse" type="fix">
  -        Fixed MAVEN-493. I register reports only if source, test,... exists.
  -        So, corresponding entrys in menu will appear only if reports are registered.
  +      <action dev="evenisse" type="fix" due-to="Kuisong Tong">Fixed MAVEN-452. 
Patch for charter encoding.</action>
  +      <action dev="evenisse" type="fix">Fixed MAVEN-493. I register reports only if 
source, test,... exists. So, corresponding entrys in menu will appear only if reports 
are registered.</action>
  +      <action dev="vmassol" type="fix">The
  +        <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>
  -      <action dev="vmassol" type="fix">
  -        The <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="?"></release>
     </body>
   </document>
  -
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to