You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ev...@apache.org on 2004/09/11 14:21:30 UTC

cvs commit: maven-components/maven-core/docs/apt inheritance.apt

evenisse    2004/09/11 05:21:30

  Modified:    maven-core/docs/apt inheritance.apt
  Log:
  Fix format.
  
  Revision  Changes    Path
  1.2       +8 -3      maven-components/maven-core/docs/apt/inheritance.apt
  
  Index: inheritance.apt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/docs/apt/inheritance.apt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- inheritance.apt	10 Aug 2004 17:59:30 -0000	1.1
  +++ inheritance.apt	11 Sep 2004 12:21:30 -0000	1.2
  @@ -26,18 +26,23 @@
    The super model is where we place all the values which we believe to be standard, values that can be shared and
    utilized across all your maven projects.
   
  ++-----+
    m0 <- m1 <- m2
  ++-----+
   
    which is transformed into
   
  ++-----+
    super model <- m0 <- m1 <- m2
  ++-----+
   
  -
  ++-----+
   <project>
  - <modelVersion></modelVersion>
  + <modelVersion>4.0.0</modelVersion>
    <parent>
      <groupId></groupId>
      <artifactId></artifactId>
      <version></version>
    </parent>
  -</project>
  \ No newline at end of file
  +</project>
  ++-----+
  \ No newline at end of file