o Adjust case.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@757201 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/examples/generic-pom-generation.apt b/src/site/apt/examples/generic-pom-generation.apt
index 6ca2429..3895540 100644
--- a/src/site/apt/examples/generic-pom-generation.apt
+++ b/src/site/apt/examples/generic-pom-generation.apt
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  2009-03-13
+  2009-03-22
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -30,7 +30,7 @@
 
   There are times when you do not have a POM for a 3rd party artifact.
   For instance, when installing a proprietary or commercial JAR into a repository.
-  The install plugin can create a generic POM in this case which
+  The Install Plugin can create a generic POM in this case which
   contains the minimal set of POM elements required by Maven, such as groupId,
   artifactId, version, packaging.  You tell Maven to generate a POM by setting the
   <<<generatePom>>> parameter to <<<true>>>.
diff --git a/src/site/apt/examples/installing-checksums.apt b/src/site/apt/examples/installing-checksums.apt
index 8edf531..671d8a4 100644
--- a/src/site/apt/examples/installing-checksums.apt
+++ b/src/site/apt/examples/installing-checksums.apt
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  2009-03-13
+  2009-03-22
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -28,7 +28,7 @@
 
 Creating artifact checksums
 
-  The install plugin can create integrity checksums (MD5, SHA-1)
+  The Install Plugin can create integrity checksums (MD5, SHA-1)
   for the artifacts during installation. Checksums are cryptographic hash
   functions and are used to check the integrity of the associated file. This can be
   activated by setting the <<<createChecksum>>> parameter to <<<true>>>.
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 02805ee..89339de 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  2009-03-13
+  2009-03-22
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -40,7 +40,7 @@
 
 * Goals Overview
 
-  The install plugin has 3 goals:
+  The Install Plugin has 3 goals:
 
   * {{{install-mojo.html}install:install}} is used to automatically install the
     project's main artifact (the JAR, WAR or EAR), its POM and any attached artifacts