brett       2004/10/23 05:50:53

  Modified:    war      project.xml
               war/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.6.1
  
  Revision  Changes    Path
  1.30      +6 -1      maven-plugins/war/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml       18 Oct 2004 14:12:02 -0000      1.29
  +++ project.xml       23 Oct 2004 12:50:53 -0000      1.30
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-war-plugin</id>
     <name>Maven WAR Plugin</name>
  -  <currentVersion>1.7-SNAPSHOT</currentVersion>
  +  <currentVersion>1.6.1</currentVersion>
     <description>War Plugin for Maven</description>
     <shortDescription>War Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/war/</url>
  @@ -44,6 +44,11 @@
         <id>1.6</id>
         <name>1.6</name>
         <tag>MAVEN_WAR_1_6</tag>
  +    </version>
  +    <version>
  +      <id>1.6.1</id>
  +      <name>1.6.1</name>
  +      <tag>MAVEN_WAR_1_6_1</tag>
       </version>
     </versions>
     <branches/>
  
  
  
  1.33      +9 -10     maven-plugins/war/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/xdocs/changes.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- changes.xml       15 Oct 2004 11:05:20 -0000      1.32
  +++ changes.xml       23 Oct 2004 12:50:53 -0000      1.33
  @@ -24,19 +24,18 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.7-SNAPSHOT" date="in CVS">
  -      <action dev="felipeal" type="fix" issue="MPWAR-33">Removed attribute 
<code>update=true</code> from <code>ant:jar</code> call, so now a fresh WAR is created 
on each run.</action>
  -      <action dev="vmassol" type="update">
  -        Made the <code>maven.war.final.name</code> property public as it is 
  -        required by several other plugins and before this change the only 
  -        way is for these plugins was to call the non-public 
  -        <code>war:init</code> goal.
  +    <release version="1.6.1" date="2004-10-23">
  +      <action dev="felipeal" type="fix" issue="MPWAR-33">Removed attribute
  +        <code>update=true</code>from
  +        <code>ant:jar</code>call, so now a fresh WAR is created on each run.
  +      </action>
  +      <action dev="vmassol" type="update">Made the
  +        <code>maven.war.final.name</code>property public as it is required by 
several other plugins and before this change the only way is for these plugins was to 
call the non-public
  +        <code>war:init</code>goal.
         </action>
         <action dev="carlos" type="update">Splitted war:webapp in war:war-resources 
and war:webapp.</action>
         <action dev="brett" type="update">Deprecated war:load hook goal</action>
  -      <action dev="dion" type="fix" issue="MPWAR-22">
  -        Allow use of maven.war.manifest to specify the manifest file location.
  -      </action>
  +      <action dev="dion" type="fix" issue="MPWAR-22">Allow use of 
maven.war.manifest to specify the manifest file location.</action>
         <action dev="dion" type="update">Make docs more readable.</action>
       </release>
       <release version="1.6" date="2004-05-12">
  
  
  

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

Reply via email to