You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/05/29 23:31:48 UTC

svn commit: r661487 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt

Author: dennisl
Date: Thu May 29 14:31:48 2008
New Revision: 661487

URL: http://svn.apache.org/viewvc?rev=661487&view=rev
Log:
o Add version elements to POM examples.

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt?rev=661487&r1=661486&r2=661487&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/templatefile.apt Thu May 29 14:31:48 2008
@@ -50,6 +50,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-beta-5</version>
         <configuration>
           <templateFile>${basedir}/maven-site.vm</templateFile>
         </configuration>
@@ -71,6 +72,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-beta-4</version>
         <configuration>
           <templateDirectory>${basedir}</templateDirectory>
           <template>maven-site.vm</template>