jvanzyl     2004/06/05 22:50:24

  Modified:    maven-model maven.mdo
  Log:
  o tweak the model for v3 and v4 generation
  
  Revision  Changes    Path
  1.34      +4 -4      maven-components/maven-model/maven.mdo
  
  Index: maven.mdo
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- maven.mdo 6 Jun 2004 05:26:37 -0000       1.33
  +++ maven.mdo 6 Jun 2004 05:50:24 -0000       1.34
  @@ -25,7 +25,7 @@
     <classes>
       <class>
         <name>Model</name>
  -      <version>4.0.0</version>
  +      <version>3.0.0+</version>
         <fields>
           <field>
             <name>extend</name>
  @@ -574,7 +574,7 @@
           </field>
           <field>
             <name>groupId</name>
  -          <version>4.0.0</version>
  +          <version>3.0.0+</version>
             <required>true</required>
             <description>
               The project group that produced the dependency, e.g.
  @@ -584,7 +584,7 @@
           </field>
           <field>
             <name>artifactId</name>
  -          <version>4.0.0</version>
  +          <version>3.0.0+</version>
             <required>true</required>
             <description>
               The unique id for an artifact produced by the project group, e.g.
  @@ -652,7 +652,7 @@
         </fields>
         <codeSegments>
           <codeSegment>
  -          <version>3.0.0+</version>
  +          <version>4.0.0</version>
             <code>
               public String getId()
               {
  
  
  

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

Reply via email to