dev@glassfish.java.net

pom.xml review - new version of JavaMail

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Thu, 09 Feb 2012 14:02:04 -0800

I'm getting close to releasing a new version of JavaMail - 1.4.5.
In the mean time, I've released a "release candidate" version.
I'd like to update GlassFish to use it. The change is below.
This change passes quicklook.

$ svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 52507)
+++ pom.xml (working copy)
@@ -95,7 +95,7 @@
          <!-- Set sourceEncoding property to eliminate warning with "File
encoding not set" -->
          <!-- when running FindBugs plugin. -->
          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <mail.version>1.4.4</mail.version>
+ <mail.version>1.4.5-rc1</mail.version>
          <management-api.version>1.1-rev-1</management-api.version>
          <jms-api.version>1.1-rev-1</jms-api.version>
          <servlet-api.version>3.0.1</servlet-api.version>