brett       2004/03/10 04:53:34

  Modified:    announcement project.xml
               announcement/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.0
  
  Revision  Changes    Path
  1.7       +9 -2      maven-plugins/announcement/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       7 Mar 2004 23:01:24 -0000       1.6
  +++ project.xml       10 Mar 2004 12:53:33 -0000      1.7
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-announcement-plugin</id>
     <name>Maven Announcement plugin</name>
  -  <currentVersion>1.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <shortDescription>Produce release announcement</shortDescription>
     <url>http://maven.apache.org/reference/plugins/announcement/</url>
     <!-- TODO: Create JIRA project and replace xxxx by JIRA project id -->
  @@ -67,4 +67,11 @@
       <report>maven-license-plugin</report>
       <report>maven-linkcheck-plugin</report>
     </reports>
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>MAVEN_ANNOUNCEMENT_1_0</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.5       +6 -16     maven-plugins/announcement/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml       4 Mar 2004 17:58:48 -0000       1.4
  +++ changes.xml       10 Mar 2004 12:53:33 -0000      1.5
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,22 +23,11 @@
       <title>Announcement plugin changes</title>
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
  -
     <body>
  -
  -    <release version="1.0" date="in CVS">
  -      <action dev="evenisse" ty�="update">
  -        Update to ASL v.2
  -      </action>
  -      <action dev="jvanzyl" type="update">
  -        Remove the need for ${pom} interpolation in properties. The
  -        use of the maven:property tag is now used to glean a default property.
  -      </action>
  -      <action dev="vmassol" type="add">
  -        Initial creation.
  -      </action>              
  +    <release version="1.0" date="2004-03-10">
  +      <action dev="evenisse" type="update">Update to ASL v.2</action>
  +      <action dev="jvanzyl" type="update">Remove the need for ${pom} interpolation 
in properties. The use of the maven:property tag is now used to glean a default 
property.</action>
  +      <action dev="vmassol" type="add">Initial creation.</action>
       </release>
  -
     </body>
   </document>
  -
  
  
  

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

Reply via email to