brett       2004/03/06 16:31:28

  Modified:    release  project.xml
               release/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.26      +10 -2     maven-plugins/release/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml       4 Mar 2004 18:38:43 -0000       1.25
  +++ project.xml       7 Mar 2004 00:31:28 -0000       1.26
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,19 +18,19 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-release-plugin</id>
     <name>Maven Release Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description/>
     <shortDescription>Produce project release</shortDescription>
     <url>http://maven.apache.org/reference/plugins/release/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/release/</siteDirectory>
     <repository>
       <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/release/</connection>
  +    <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven-plugins/release/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/release/</url>
     </repository>
     <developers>
  @@ -89,4 +90,11 @@
         <version>20030211.143817</version>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_RELEASE_1_2</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.7       +8 -13     maven-plugins/release/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml       4 Mar 2004 18:38:44 -0000       1.6
  +++ changes.xml       7 Mar 2004 00:31:28 -0000       1.7
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -25,22 +26,16 @@
     </properties>
     <body>
       <release version="1.3-SNAPSHOT" date="in CVS">
  -      <action dev="bporter" type="add">
  -        Add POM transformer that updates currentVersion and the &lt;versions/&gt; 
element with a specified
  -        version and tag.
  -      </action>
  +      <action dev="bporter" type="add">Add POM transformer that updates 
currentVersion and the &lt;versions/&gt; element with a specified version and 
tag.</action>
       </release>
  -    <release version="1.2" date="2003-09-30">
  -      <action dev="jvanzyl" type="fix">
  -        Applied patch for <a 
href="http://jira.codehaus.org/secure/ViewIssue.jspa?id=11157";>MAVEN-542</a>.
  +    <release version="1.2" date="2004-03-07">
  +      <action dev="jvanzyl" type="fix">Applied patch for
  +        <a 
href="http://jira.codehaus.org/secure/ViewIssue.jspa?id=11157";>MAVEN-542</a>.
         </action>
       </release>
       <release version="1.1" date="2003-09-29">
         <action dev="dion" type="update">update to 
commons-jelly-20030902.160215</action>
  -      <action dev="dion" type="update">
  -        Upgrade to dom4j 1.4, maven 1.0-beta-10
  -      </action>
  +      <action dev="dion" type="update">Upgrade to dom4j 1.4, maven 
1.0-beta-10</action>
       </release>
  -  </body>  
  +  </body>
   </document>
  -
  
  
  

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

Reply via email to