brett       2004/05/12 06:59:00

  Modified:    war      project.xml
               war/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.6
  
  Revision  Changes    Path
  1.25      +6 -1      maven-plugins/war/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml       2 May 2004 14:17:02 -0000       1.24
  +++ project.xml       12 May 2004 13:59:00 -0000      1.25
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-war-plugin</id>
     <name>Maven WAR Plugin</name>
  -  <currentVersion>1.6-SNAPSHOT</currentVersion>
  +  <currentVersion>1.6</currentVersion>
     <description>War Plugin for Maven</description>
     <shortDescription>War Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/war/</url>
  @@ -39,6 +39,11 @@
         <id>1.5</id>
         <name>1.5</name>
         <tag>MAVEN_WAR_1_5</tag>
  +    </version>
  +    <version>
  +      <id>1.6</id>
  +      <name>1.6</name>
  +      <tag>MAVEN_WAR_1_6</tag>
       </version>
     </versions>
     <branches/>
  
  
  
  1.26      +1 -2      maven-plugins/war/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/xdocs/changes.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- changes.xml       30 Apr 2004 14:38:45 -0000      1.25
  +++ changes.xml       12 May 2004 13:59:00 -0000      1.26
  @@ -24,14 +24,13 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.6" date="in CVS">
  +    <release version="1.6" date="2004-05-12">
         <action dev="brett" type="fix" issue="MPWAR-25">preserve last modified time 
of source files in the exploded webapp</action>
         <action dev="brett" type="fix" issue="MPWAR-1">Call test:test regardless of 
whether sources are present as it contains build logic</action>
         <action dev="dion" type="fix" issue="MPWAR-24">Remove extra call to 
java:compile</action>
         <action dev="dion" type="update" issue="MPWAR-21">Allow automated generation 
of manifest Class-Path</action>
         <action dev="dion" type="update" issue="MPWAR-22">Allow customizing of 
MANIFEST.MF</action>
       </release>
  -    
       <release version="1.5" date="2004-03-07">
         <action dev="dion" type="fix" issue="MAVEN-986">Fix for MAVEN-986. Allow 
resources to be copied when no sources present</action>
         <action dev="vmassol" type="add">Use the new
  
  
  

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

Reply via email to