Revision: 889
          http://jwebunit.svn.sourceforge.net/jwebunit/?rev=889&view=rev
Author:   henryju
Date:     2010-11-29 16:19:05 +0000 (Mon, 29 Nov 2010)

Log Message:
-----------
Updated site plugin for Maven 2.2.1, minor doc fixes, plugin version lock.

Modified Paths:
--------------
    trunk/pom.xml
    trunk/src/site/xdoc/how-to-release.xml

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2010-11-24 16:13:09 UTC (rev 888)
+++ trunk/pom.xml       2010-11-29 16:19:05 UTC (rev 889)
@@ -210,6 +210,21 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-clean-plugin</artifactId>
+                    <version>2.4.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-install-plugin</artifactId>
+                    <version>2.3.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <version>2.3.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.6</version>
                 </plugin>
@@ -264,7 +279,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.1.1</version>
+                    <version>2.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Modified: trunk/src/site/xdoc/how-to-release.xml
===================================================================
--- trunk/src/site/xdoc/how-to-release.xml      2010-11-24 16:13:09 UTC (rev 
888)
+++ trunk/src/site/xdoc/how-to-release.xml      2010-11-29 16:19:05 UTC (rev 
889)
@@ -33,16 +33,16 @@
             <subsection name="Last checks and updates">
                 <p>
                        <ul>
-                               <li>Ensure you repository is up to date by 
running: <tt>svn update</tt></li>
-                               <li>Edit <tt>src/changes/changes.xml</tt> to 
set release date instead of "unknow"</li>
+                               <li>Ensure your repository is up to date by 
running: <tt>svn update</tt></li>
+                               <li>Edit <tt>src/changes/changes.xml</tt> to 
set the release date instead of "unknow"</li>
                                <li>Update readme.txt (at least update the 
version number)</li>
                                <li>Update JWebUnit latest version in 
src/site/xdoc/index.xml, src/site/xdoc/installation.xml, 
jwebunit-htmlunit-plugin/src/site/xdoc/index.xml, 
jwebunit-selenium-plugin/src/site/xdoc/index.xml</li>
                                <li>Commit the changes</li>
                        </ul>
                 </p>
                 <p>
-                    Now check that in your <tt>settings.xml</tt> (usually in 
<tt>$M2_HOME/conf</tt> or better in <tt>~/.m2</tt> 
-                    your JWebUnit details are correct:
+                    Now check that in your <tt>settings.xml</tt> (usually in 
<tt>~/.m2</tt>) 
+                    the JWebUnit server details are correct:
                     <source><![CDATA[                    
     <server>
       <id>jwebunit-website</id>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to