dev@glassfish.java.net

Code review request: POM file changes to integrate MS7 bundled docs

From: Paul Davies <paul.m.davies_at_oracle.com>
Date: Tue, 28 Dec 2010 10:27:30 -0800

Hi,

To integrate the latest bundled docs, I have edited the pom.xml file in
the v3 repo.

Issue: http://java.net/jira/browse/GLASSFISH-15361
Approved by: Nazrul Islam


svn diff
Index: pom.xml
===================================================================
--- pom.xml (revision 44117)
+++ pom.xml (working copy)
@@ -156,7 +156,7 @@
         <findbugs.exclude></findbugs.exclude>
         <btrace.version>1.0.5</btrace.version>
         <opendmk.version>1.0-b01-ea</opendmk.version>
- <v3-docs.version>3.1-b09</v3-docs.version>
+ <v3-docs.version>3.1-b10</v3-docs.version>
         <l10n.version>3.1-b20</l10n.version>
         <asm.version>3.1</asm.version>
         <shoal.version>1.5.24</shoal.version>

Tests that I ran:

   1. mvn clean install: build successful
   2. asadmin start-domain: domain started successfully
   3. Spot check updated Administration Console help pages: changes to
      online help correctly displayed
   4. Spot check updated man pages: changes correctly displayed.
   5. Ran Quick Look tests. Summary of results:
      testng-summary:

         [echo] [testng]
         [echo] [testng] ===============================================
         [echo] [testng] QuickLookTests
         [echo] [testng] Total tests run: 106, Failures: 0, Skips: 0
         [echo] [testng] ===============================================
         [echo] [testng]
    [INFO] Executed tasks
    [INFO]
    ------------------------------------------------------------------------
    [INFO] BUILD SUCCESSFUL
    [INFO]
    ------------------------------------------------------------------------
    [INFO] Total time: 6 minutes 54 seconds
    [INFO] Finished at: Tue Dec 28 10:07:47 PST 2010
    [INFO] Final Memory: 11M/64M
    [INFO]
    ------------------------------------------------------------------------

Thanks!
-Paul Davies