You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/08/28 18:07:22 UTC

svn commit: r689869 - /geronimo/server/trunk/pom.xml

Author: dwoods
Date: Thu Aug 28 09:07:21 2008
New Revision: 689869

URL: http://svn.apache.org/viewvc?rev=689869&view=rev
Log:
GERONIMO-4272 upgrade to latest Javamail uber jar

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=689869&r1=689868&r2=689869&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Aug 28 09:07:21 2008
@@ -180,14 +180,15 @@
                 <version>1.0.1</version>
             </dependency>
 
-            <!-- NOTA BENE: use the org.apache.geronimo.javamail/geronimo-javamail_1.4_mail uber jar
-            containing both the spec and the providers in order that users can actually use mail
-            without advanced degrees in geronimo classloading.  DO NOT add or replace this with
-            org.apache.geronimo.specs/geronimo-javamail_1.4_spec -->
+            <!-- Use org.apache.geronimo.javamail/geronimo-javamail_1.4_mail
+              uber jar containing both the spec and the providers in order that
+              users can actually use mail without advanced degrees in geronimo
+              classloading.  DO NOT add or replace this with
+              org.apache.geronimo.specs/geronimo-javamail_1.4_spec -->
             <dependency>
                 <groupId>org.apache.geronimo.javamail</groupId>
                 <artifactId>geronimo-javamail_1.4_mail</artifactId>
-                <version>1.5</version>
+                <version>1.6-SNAPSHOT</version>
             </dependency>
 
             <dependency>