brett       2004/03/06 17:21:41

  Modified:    test     project.xml
               test/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5
  
  Revision  Changes    Path
  1.24      +13 -6     maven-plugins/test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/test/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml       4 Mar 2004 18:39:12 -0000       1.23
  +++ project.xml       7 Mar 2004 01:21:41 -0000       1.24
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,21 +18,20 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-test-plugin</id>
     <name>Maven Test Plug-in</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  -  <description>Run JUnit tests.
  -    Requires Maven 1.0 RC2.</description>
  +  <currentVersion>1.5</currentVersion>
  +  <description>Run JUnit tests. Requires Maven 1.0 RC2.</description>
     <shortDescription>Run JUnit tests</shortDescription>
     <url>http://maven.apache.org/reference/plugins/test/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/test/</siteDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/src/plugins-build/test/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/test/</url>
  +    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/test/</connection>
  +    <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven-plugins/test/</developerConnection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/test/</url>
     </repository>
     <developers>
       <developer>
  @@ -72,4 +72,11 @@
         </properties>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_TEST_1_5</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.10      +12 -38    maven-plugins/test/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/test/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml       4 Mar 2004 18:39:12 -0000       1.9
  +++ changes.xml       7 Mar 2004 01:21:41 -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.
  @@ -22,54 +23,27 @@
       <title>Changes</title>
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
  -
     <body>
  -    <release version="1.5" date="in CVS">
  -      <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 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">
  -        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 
  +      <action dev="dion" type="update">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>
  +      <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>
  +      <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">
  -        Added xmlapis and xerces to project dependencies as per MAVEN-106
  -        bug report
  -      </action>
  +      <action dev="evenisse" type="fix">Fixed classpath for test:ui, test:single 
and test:match goals.</action>
  +      <action dev="dion" type="fix">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>
  +      <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>
  -
  
  
  

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

Reply via email to