You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2009/04/28 14:18:24 UTC

svn commit: r769358 - /maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt

Author: ltheussl
Date: Tue Apr 28 12:18:23 2009
New Revision: 769358

URL: http://svn.apache.org/viewvc?rev=769358&view=rev
Log:
Show the super pom for 2.1.x, not sure why 3.0 should be interesting and the url doesn't exist anyway. Point to tags instead of trunks.

Modified:
    maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt

Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt?rev=769358&r1=769357&r2=769358&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt (original)
+++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt Tue Apr 28 12:18:23 2009
@@ -69,11 +69,11 @@
  The Super POM is Maven's default POM. All POMs extend the Super POM unless explicitly set, meaning the configuration specified
  in the Super POM is inherited by the POMs you created for your projects. The snippet below is the Super POM for Maven 2.0.x.
 
-%{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/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/components/tags/maven-2.0/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}
 
- The snippet below is the Super POM for Maven 3.0.x.
+ The snippet below is the Super POM for Maven 2.1.x.
 
-%{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/components/trunk/maven-project-builder/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}
+%{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/components/tags/maven-2.1.0/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}
 
  {{{introduction-to-the-pom.html}[top]}}