You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/04/29 17:24:46 UTC

cvs commit: maven-plugins/multiproject project.xml

vmassol     2004/04/29 08:24:46

  Modified:    multiproject project.xml
  Log:
  fixed <version> tags
  
  Revision  Changes    Path
  1.21      +4 -4      maven-plugins/multiproject/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	15 Apr 2004 06:16:16 -0000	1.20
  +++ project.xml	29 Apr 2004 15:24:46 -0000	1.21
  @@ -47,12 +47,12 @@
       <version>
         <id>1.2</id>
         <name>1.2</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_MULTIPROJECT_1_2</tag>
       </version>
       <version>
  -      <id>1.2</id>
  -      <name>1.2</name>
  -      <tag>MAVEN_MULTIPROJECT_1_2</tag>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>HEAD</tag>
       </version>
     </versions>
     <developers>
  
  
  

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