[MPOM-124] use pom property to automatically track updates

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1745097 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/site-pom.xml b/site-pom.xml
index c957300..7d1c7b4 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>18</version>
+    <version>19-SNAPSHOT</version>
     <relativePath>./pom.xml</relativePath>
   </parent>
 
diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 45e7525..2e31d55 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -65,11 +65,11 @@
     of a list of plugins. See the {{{./plugin-management.html}Plugin Management report}} for
     the complete list with versions. 
     
-  ** The compiler plugin is set to default to Java 1.6 and UTF-8 source.
+  ** The compiler plugin is set to default to Java $context.get("maven.compiler.source") and $context.get("project.build.sourceEncoding") source.
     
   ** the jar plugin is set to add default specification and implementation entries.
     
-  ** the resources plugin is set for UTF-8.
+  ** the resources plugin is set for $context.get("project.build.sourceEncoding").
     
   ** the release plugin: the release plugin is set, via the
     \<arguments\> configuration element, to enable the
@@ -117,7 +117,7 @@
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
   trunk: {{{https://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?view=markup}$project.version}}
-  ({{{https://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?r1=HEAD&r2=1675930&diff_format=h}diff}})
+  ({{{https://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?r1=HEAD&r2=1743964&diff_format=h}diff}})
 #end
 
 *--------------+------------+