dion        2004/07/14 17:25:13

  Modified:    pom/xdocs changes.xml
               pom      project.xml
  Log:
  Use 1.0 of maven
  
  Revision  Changes    Path
  1.13      +3 -1      maven-plugins/pom/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml       13 Jun 2004 05:26:16 -0000      1.12
  +++ changes.xml       15 Jul 2004 00:25:13 -0000      1.13
  @@ -24,7 +24,9 @@
     </properties>
     <body>
       <releases>
  -      <release version="1.4.1-SNAPSHOT" date="in CVS">
  +      <release version="1.4.2-SNAPSHOT" date="in CVS">
  +      </release>
  +      <release version="1.4.1" date="2004-06-19">
           <action dev="brett" type="fix">Build and run plugin against the installed 
version of Maven</action>
         </release>
         <release version="1.4" date="unknown">
  
  
  
  1.43      +2 -2      maven-plugins/pom/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/project.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- project.xml       25 Jun 2004 15:24:30 -0000      1.42
  +++ project.xml       15 Jul 2004 00:25:13 -0000      1.43
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-pom-plugin</id>
     <name>Maven POM Plugin</name>
  -  <currentVersion>1.4.1</currentVersion>
  +  <currentVersion>1.4.2-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Check Project Object Model</shortDescription>
     <url>http://maven.apache.org/reference/plugins/pom/</url>
  @@ -95,7 +95,7 @@
       <dependency>
         <groupId>maven</groupId>
         <artifactId>maven</artifactId>
  -      <version>1.0-rc2</version>
  +      <version>1.0</version>
       </dependency>
       <dependency>
         <groupId>isorelax</groupId>
  
  
  

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

Reply via email to