You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/02/12 09:59:57 UTC

svn commit: r1243213 - /maven/site/trunk/src/site/apt/pom.apt

Author: hboutemy
Date: Sun Feb 12 08:59:57 2012
New Revision: 1243213

URL: http://svn.apache.org/viewvc?rev=1243213&view=rev
Log:
updated super-pom referenced from 2.2.0 to 3.0.4

Modified:
    maven/site/trunk/src/site/apt/pom.apt

Modified: maven/site/trunk/src/site/apt/pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/pom.apt?rev=1243213&r1=1243212&r2=1243213&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/pom.apt (original)
+++ maven/site/trunk/src/site/apt/pom.apt Sun Feb 12 08:59:57 2012
@@ -494,9 +494,9 @@ mvn install:install-file -Dfile=non-mave
   Similar to the inheritance of objects in object oriented programming, POMs that extend
   a parent POM inherit certain values from that parent. Moreover, just as Java objects
   ultimately inherit from <<<java.lang.Object>>>, all Project Object Models inherit from
-  a base Super POM. The snippet below is the Super POM for Maven 2.2.0.
+  a base Super POM. The snippet below is the Super POM for Maven 3.0.4.
 
-%{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/maven-2/tags/maven-2.2.0/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}
+%{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/maven-3/tags/maven-3.0.4/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml}
 
   You can take a look at how the Super POM affects your Project Object Model by creating a
   minimal <<<pom.xml>>> and executing on the command line: <<<mvn help:effective-pom>>>