evenisse    2004/07/15 01:25:35

  Modified:    xdocs/reference Tag: MAVEN-1_0-BRANCH user-guide.xml
  Log:
  Fix typo.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.63.4.10 +2 -2      maven/xdocs/reference/user-guide.xml
  
  Index: user-guide.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/user-guide.xml,v
  retrieving revision 1.63.4.9
  retrieving revision 1.63.4.10
  diff -u -r1.63.4.9 -r1.63.4.10
  --- user-guide.xml    28 Jun 2004 09:39:10 -0000      1.63.4.9
  +++ user-guide.xml    15 Jul 2004 08:25:35 -0000      1.63.4.10
  @@ -202,7 +202,7 @@
       <extend>project.xml</extend>
       
       <groupId>super-extendo</groupId>
  -    <artifactId>super-extendo<artifactId>
  +    <artifactId>super-extendo</artifactId>
       <name>Super Extendo</name>
   
       <build>
  @@ -1066,7 +1066,7 @@
   
      <dependency>
        <groupId>commons-jelly</groupId>
  -     <artifactId>commons-jelly</groupId>
  +     <artifactId>commons-jelly</artifactId>
        <version>SNAPSHOT</version>
      </dependency>
   
  
  
  

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

Reply via email to