You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/05/16 04:18:54 UTC

cvs commit: maven-plugins/release/xdocs changes.xml

brett       2004/05/15 19:18:54

  Modified:    release  project.xml
               release/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.31      +6 -1      maven-plugins/release/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml	5 May 2004 11:00:59 -0000	1.30
  +++ project.xml	16 May 2004 02:18:54 -0000	1.31
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-release-plugin</id>
     <name>Maven Release Plug-in</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <description/>
     <shortDescription>Produce project release</shortDescription>
     <url>http://maven.apache.org/reference/plugins/release/</url>
  @@ -96,6 +96,11 @@
         <id>1.2</id>
         <name>1.2</name>
         <tag>MAVEN_RELEASE_1_2</tag>
  +    </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_RELEASE_1_3</tag>
       </version>
     </versions>
   </project>
  
  
  
  1.11      +1 -1      maven-plugins/release/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml	30 Apr 2004 14:38:43 -0000	1.10
  +++ changes.xml	16 May 2004 02:18:54 -0000	1.11
  @@ -25,7 +25,7 @@
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
     <body>
  -    <release version="1.3-SNAPSHOT" date="in CVS">
  +    <release version="1.3" date="2004-05-15">
         <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
         <action dev="brett" type="fix" issue="MPRELEASE-3">Change deploy:pom goal to pom:deploy goal</action>
       </release>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org