Modified: websites/staging/maven/trunk/content/maven-2.x-eol.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-2.x-eol.html (original)
+++ websites/staging/maven/trunk/content/maven-2.x-eol.html Mon Jun 30 23:33:14 
2014
@@ -1,20 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Maven - Apache Maven 2.x End Of Life</title>
+    <title>Maven - End Of Life Apache Maven 2.x</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="author" content="Stephen Connolly" />
-        <meta name="Date-Creation-yyyymmdd" content="20140218" />
-    <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -41,10 +39,10 @@
         &gt;
                   <a href="index.html">Maven</a>
         &gt;
-        Apache Maven 2.x End Of Life
+        End Of Life Apache Maven 2.x
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>
@@ -246,11 +244,17 @@
 <p>The Apache Maven Project Team would like to inform you that the Apache 
Maven 2.x has reached its end of life and is no longer supported.</p>
 <p>Apache Maven 2.x had its last release - version 2.2.1 - in November 
2009.</p>
 <p>This means:</p>
+
 <ul>
+  
 <li>security vulnerability reports will not be checked against the 2.x 
branch</li>
+  
 <li>the 2.x download pages will be removed.</li>
+  
 <li>the latest 2.x release will be removed from the mirror system</li>
-<li>the links to any 2.x specific documentation will be moved to <a 
href="./archives/maven-2.x/index.html">http://maven.apache.org/archives/maven-2.x/</a>.</li></ul>
+  
+<li>the links to any 2.x specific documentation will be moved to <a 
href="./archives/maven-2.x/index.html">http://maven.apache.org/archives/maven-2.x/</a>.</li>
+</ul>
 <p>The Apache Maven Team.</p></div>
       </div>
     </div>

Modified: websites/staging/maven/trunk/content/maven-conventions.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-conventions.html (original)
+++ websites/staging/maven/trunk/content/maven-conventions.html Mon Jun 30 
23:33:14 2014
@@ -1,20 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
-    <title>Maven - Maven Features</title>
+    <title>Maven - Maven Conventions</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="author" content="Jason van Zyl
-Brett Porter" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -41,10 +39,10 @@ Brett Porter" />
         &gt;
                   <a href="index.html">Maven</a>
         &gt;
-        Maven Features
+        Maven Conventions
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>
@@ -251,9 +249,9 @@ Brett Porter" />
 <p>These identifiers should be comprised of <i>lowercase</i> letters, digits, 
and hyphens only.</p>
 <p>In general you should select a group ID that describes the entire product, 
and artifact IDs that are the basis of filenames for each item you distribute. 
The artifact ID may or may not overlap the group ID.</p>
 <p>For example:</p>
+
 <div class="source">
-<pre>
-maven : maven-core
+<pre>maven : maven-core
 maven : wagon-api
 </pre></div>
 <p>As previously mentioned, the artifact ID should be the basis of the 
filename for the project, as by default Maven will use that and the version to 
assemble the filename. Having the version as part of the filename is strongly 
recommended to ensure that the version can be determined at a glance without 
having to check a possibly non-existant manifest, or compare file sizes with 
the official releases.</p>

Modified: websites/staging/maven/trunk/content/maven-jsr330.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-jsr330.html (original)
+++ websites/staging/maven/trunk/content/maven-jsr330.html Mon Jun 30 23:33:14 
2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -42,7 +42,7 @@
         Maven & JSR-330
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/maven-logging.html
==============================================================================
--- websites/staging/maven/trunk/content/maven-logging.html (original)
+++ websites/staging/maven/trunk/content/maven-logging.html Mon Jun 30 23:33:14 
2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -42,7 +42,7 @@
         Maven 3.1.x logging
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.

Modified: websites/staging/maven/trunk/content/maven1.html
==============================================================================
--- websites/staging/maven/trunk/content/maven1.html (original)
+++ websites/staging/maven/trunk/content/maven1.html Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -42,7 +42,7 @@
         Information for Maven 1.0 Users
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/common-bugs.html
==============================================================================
--- websites/staging/maven/trunk/content/plugin-developers/common-bugs.html 
(original)
+++ websites/staging/maven/trunk/content/plugin-developers/common-bugs.html Mon 
Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Benjamin Bentmann" />
         <meta name="Date-Creation-yyyymmdd" content="20080829" />
-    <meta name="Date-Revision-yyyymmdd" content="20140628" />
+    <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Common Bugs and Pitfalls
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-build-time-to-manifest.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-build-time-to-manifest.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-build-time-to-manifest.html
 Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Vincent Siveton" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Cookbook - How To Add Build Time To A JAR Manifest
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-svn-revision-to-manifest.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-svn-revision-to-manifest.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/add-svn-revision-to-manifest.html
 Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Vincent Siveton" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Cookbook - How To Add SVN Revision To A JAR Manifest
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/attach-source-javadoc-artifacts.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/attach-source-javadoc-artifacts.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/attach-source-javadoc-artifacts.html
 Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Vincent Siveton" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Cookbook - How to attach source and javadoc artifacts
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/generate-assembly.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/generate-assembly.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/generate-assembly.html
 Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Vincent Siveton" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Cookbook - How To Generate Assembly
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/index.html
==============================================================================
--- websites/staging/maven/trunk/content/plugin-developers/cookbook/index.html 
(original)
+++ websites/staging/maven/trunk/content/plugin-developers/cookbook/index.html 
Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -15,7 +15,7 @@
         <meta name="author" content="Brett Porter
 Vincent Siveton" />
         <meta name="Date-Creation-yyyymmdd" content="20090802" />
-    <meta name="Date-Revision-yyyymmdd" content="20140628" />
+    <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -45,7 +45,7 @@ Vincent Siveton" />
         Plugins Cookbook
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/cookbook/plexus-plugin-upgrade.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/cookbook/plexus-plugin-upgrade.html
 (original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/cookbook/plexus-plugin-upgrade.html
 Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Hervé Boutemy" />
         <meta name="Date-Creation-yyyymmdd" content="20120602" />
-    <meta name="Date-Revision-yyyymmdd" content="20140628" />
+    <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -44,7 +44,7 @@
         Cookbook - How To Upgrade from Plexus Javadoc Tags to Plexus Java 
Annotations
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/plugin-developers/index.html
==============================================================================
--- websites/staging/maven/trunk/content/plugin-developers/index.html (original)
+++ websites/staging/maven/trunk/content/plugin-developers/index.html Mon Jun 
30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Brett Porter" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Plugin Developers Centre
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/plugin-documenting.html
==============================================================================
--- 
websites/staging/maven/trunk/content/plugin-developers/plugin-documenting.html 
(original)
+++ 
websites/staging/maven/trunk/content/plugin-developers/plugin-documenting.html 
Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Vincent Siveton" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Developers centre - Documentation Plugins Strategies
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: 
websites/staging/maven/trunk/content/plugin-developers/plugin-testing.html
==============================================================================
--- websites/staging/maven/trunk/content/plugin-developers/plugin-testing.html 
(original)
+++ websites/staging/maven/trunk/content/plugin-developers/plugin-testing.html 
Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" 
media="print" />
         <meta name="author" content="Vincent Siveton" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -43,7 +43,7 @@
         Developers centre - Testing Plugins Strategies
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/plugin-management.html
==============================================================================
--- websites/staging/maven/trunk/content/plugin-management.html (original)
+++ websites/staging/maven/trunk/content/plugin-management.html Mon Jun 30 
23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -42,7 +42,7 @@
         Project Plugin Management
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/plugins.html
==============================================================================
--- websites/staging/maven/trunk/content/plugins.html (original)
+++ websites/staging/maven/trunk/content/plugins.html Mon Jun 30 23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20140628" />
+        <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -42,7 +42,7 @@
         Project Build Plugins
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/plugins/index.html
==============================================================================
--- websites/staging/maven/trunk/content/plugins/index.html (original)
+++ websites/staging/maven/trunk/content/plugins/index.html Mon Jun 30 23:33:14 
2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -18,7 +18,7 @@ Dennis Lundberg
 Olivier Lamy
 Benson Margulies" />
         <meta name="Date-Creation-yyyymmdd" content="20140419" />
-    <meta name="Date-Revision-yyyymmdd" content="20140628" />
+    <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -48,7 +48,7 @@ Benson Margulies" />
         Available Plugins
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>

Modified: websites/staging/maven/trunk/content/plugins/localization.html
==============================================================================
--- websites/staging/maven/trunk/content/plugins/localization.html (original)
+++ websites/staging/maven/trunk/content/plugins/localization.html Mon Jun 30 
23:33:14 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <!--
- | Generated by Apache Maven Doxia at 2014-06-28
+ | Generated by Apache Maven Doxia at 2014-06-30
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -15,7 +15,7 @@
         <meta name="author" content="Dennis Lundberg
 Vincent Siveton" />
         <meta name="Date-Creation-yyyymmdd" content="20120312" />
-    <meta name="Date-Revision-yyyymmdd" content="20140628" />
+    <meta name="Date-Revision-yyyymmdd" content="20140630" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript"></script>
@@ -45,7 +45,7 @@ Vincent Siveton" />
         Localization of Plugins
         </div>
             <div class="xright">        
-                                    Last Published: 2014-06-28
+                                    Last Published: 2014-06-30
             </div>
       <div class="clear">
         <hr/>


Reply via email to