You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/03 02:20:08 UTC

svn commit: r1333278 - in /maven/plugins/trunk/maven-plugins: site-pom.xml src/site-docs/apt/index.apt src/site/site.xml

Author: hboutemy
Date: Thu May  3 00:20:07 2012
New Revision: 1333278

URL: http://svn.apache.org/viewvc?rev=1333278&view=rev
Log:
added 23-SNAPSHOT in history

Modified:
    maven/plugins/trunk/maven-plugins/site-pom.xml
    maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt
    maven/plugins/trunk/maven-plugins/src/site/site.xml

Modified: maven/plugins/trunk/maven-plugins/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/site-pom.xml?rev=1333278&r1=1333277&r2=1333278&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/site-pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/site-pom.xml Thu May  3 00:20:07 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>22</version>
+    <version>23-SNAPSHOT</version>
     <relativePath>./pom.xml</relativePath>
   </parent>
 

Modified: maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt?rev=1333278&r1=1333277&r2=1333278&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt (original)
+++ maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt Thu May  3 00:20:07 2012
@@ -3,7 +3,7 @@
  -----
  Hervé Boutemy
  -----
- 2011-08-15
+ 2012-05-03
  -----
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -49,6 +49,8 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+| {{{http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?view=markup}23-SNAPSHOT}} ({{{http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?r1=HEAD&r2=1157988&diff_format=h}diff}}) |  |
+*--------------+------------+
 | {{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?view=markup}22}} ({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?r1=HEAD&r2=1135903&diff_format=h}diff}}) | 2011-08-18 |
 *--------------+------------+
 | {{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-21/pom.xml?view=markup}21}} ({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-21/pom.xml?r1=HEAD&r2=1103416&diff_format=h}diff}}) | 2011-06-18 |

Modified: maven/plugins/trunk/maven-plugins/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site/site.xml?rev=1333278&r1=1333277&r2=1333278&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-plugins/src/site/site.xml Thu May  3 00:20:07 2012
@@ -19,7 +19,8 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
   <body>
     <breadcrumbs>
       <item name="Plugins" href="http://maven.apache.org/plugins/index.html" />