dev@glassfish.java.net

Please review pom.xml files

From: Kim Haase <Camilla.Haase_at_Sun.COM>
Date: Mon, 09 Nov 2009 17:11:05 -0500

Please review the following pom.xml changes needed to bump the version
number for the v3-docs and to correct the name of the help artifact for
JavaMail/JNDI.

Thanks very much.

Kim Haase

Index: pom.xml
===================================================================
--- pom.xml (revision 33922)
+++ pom.xml (working copy)
@@ -158,7 +158,7 @@
          <findbugs.exclude></findbugs.exclude>
          <btrace.version>1.0.5</btrace.version>
          <opendmk.version>1.0-b01-ea</opendmk.version>
- <v3-docs.version>3.0-b05</v3-docs.version>
+ <v3-docs.version>3.0-b06</v3-docs.version>
          <l10n.version>3.0-b70</l10n.version>
      </properties>

@@ -1032,7 +1032,7 @@
              </dependency>
              <dependency>
                  <groupId>org.glassfish.admingui</groupId>
- <artifactId>console-jmail-plugin-help</artifactId>
+ <artifactId>console-common-full-plugin-help</artifactId>
                  <version>${v3-docs.version}</version>
              </dependency>
              <dependency>
Index: packager/glassfish-common-full/pom.xml
===================================================================
--- packager/glassfish-common-full/pom.xml (revision 33939)
+++ packager/glassfish-common-full/pom.xml (working copy)
@@ -106,7 +106,7 @@
         </dependency>
         <dependency>
             <groupId>org.glassfish.admingui</groupId>
- <artifactId>console-jmail-plugin-help</artifactId>
+ <artifactId>console-common-full-plugin-help</artifactId>
         </dependency>
         <!-- now, listing package dependencies so that their content
               can be excluded during staging -->