o Minor tweaks to the site.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@900460 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/mdo/verifications.mdo b/src/main/mdo/verifications.mdo
index 108f9a3..bdfe2cc 100644
--- a/src/main/mdo/verifications.mdo
+++ b/src/main/mdo/verifications.mdo
@@ -21,10 +21,10 @@
   <id>verifications</id>
   <name>Verifications</name>
   <description><![CDATA[
-    Project-specific configuration file for the Verifier plugin. It contains
+    Project-specific configuration file for the Verifier Plugin. It contains
     definitions of the files and directories to be checked after an
-    integration test has run. It can also check for file content against 
-    regexps.]]></description>
+    integration test has run. It can also check for file content against
+    regular expressions.]]></description>
   <defaults>
     <default>
       <key>package</key>
@@ -64,7 +64,7 @@
         <field>
           <name>contains</name>
           <version>1.0.0</version>
-          <description><![CDATA[Check the content against this regexp.]]></description>
+          <description><![CDATA[Check the content against this regular expression.]]></description>
           <required>false</required>
           <type>String</type>
         </field>
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 5649791..0ddf963 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -3,7 +3,7 @@
  ------
  Denis Cabasson
  ------
- 20 july 2006
+ 2010-01-18
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -32,7 +32,7 @@
 
 * Goals Overview
 
-  * {{{./verify-mojo.html}verifier:verify}} Verifies the existence or non-existence of files/directories and optionally checks file content against a regexp.
+  * {{{./verify-mojo.html}verifier:verify}} Verifies the existence or non-existence of files/directories and optionally checks file content against a regular expression.
 
 * Usage
 
diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 3a07fc1..f580007 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -3,12 +3,12 @@
  ------
  Denis Cabasson
  ------
- 20 july 2006
+ 2010-01-18
  ------
 
 Usage
 
-  To verify file system resources during your build, add the Verifier plugin in
+  To verify file system resources during your build, add the Verifier Plugin in
   your <<<pom.xml>>> under the <<<build>>> section. You will also need to
   create a {{{verifications.html}<<<verifications.xml>>>}} file that contains
   the verification rules. Add the path to that file to the
@@ -41,8 +41,8 @@
 [...]
 +---------
 
-  The Verifier plugin will fail your build if the verification rules found in
-  the <<<verificationFile>>> fails. If you do not want the Verifier plugin to
+  The Verifier Plugin will fail your build if the verification rules found in
+  the <<<verificationFile>>> fails. If you do not want the Verifier Plugin to
   fail your build you can set the configuration element <<<\<failOnError\>>>>
   to <<<false>>>.
 
diff --git a/src/site/site.xml b/src/site/site.xml
index f4a85eb..d527d50 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,8 +21,7 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
-  name="Maven Verifier plugin">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>