You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/04/12 19:45:26 UTC

[maven-site] branch master updated: Updated references to Super POM to Maven 3.5.4

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 53798cc  Updated references to Super POM to Maven 3.5.4
53798cc is described below

commit 53798cc27aea3c67e4a2ece87e9d0e7fc0e47d4e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Apr 12 21:44:20 2019 +0200

    Updated references to Super POM to Maven 3.5.4
    
    Also removed a obsolete references to Maven 2.x
---
 content/apt/guides/introduction/introduction-to-the-pom.apt | 8 ++------
 content/apt/pom.apt                                         | 4 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/content/apt/guides/introduction/introduction-to-the-pom.apt b/content/apt/guides/introduction/introduction-to-the-pom.apt
index 144f010..b2de8f0 100644
--- a/content/apt/guides/introduction/introduction-to-the-pom.apt
+++ b/content/apt/guides/introduction/introduction-to-the-pom.apt
@@ -84,13 +84,9 @@ Introduction to the POM
 * {Super POM}
 
  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.
+ in the Super POM is inherited by the POMs you created for your projects. The snippet below is the Super POM for Maven 3.5.4.
 
-%{snippet|id=superpom|url=https://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 2.1.x.
-
-%{snippet|id=superpom|url=https://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}
+%{snippet|id=superpom|url=https://raw.githubusercontent.com/apache/maven/maven-3.5.4/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml}
 
  {{{./introduction-to-the-pom.html}[top]}}
 
diff --git a/content/apt/pom.apt b/content/apt/pom.apt
index c3999c0..a7cb430 100644
--- a/content/apt/pom.apt
+++ b/content/apt/pom.apt
@@ -704,9 +704,9 @@ Display parameters as parsed by Maven (in canonical form) and comparison result:
   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 3.0.4.
+  a base Super POM. The snippet below is the Super POM for Maven 3.5.4.
 
-%{snippet|id=superpom|url=https://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}
+%{snippet|id=superpom|url=https://raw.githubusercontent.com/apache/maven/maven-3.5.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>>>