You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by ba...@apache.org on 2008/07/30 18:20:08 UTC

svn commit: r681106 - /james/mailet/api/trunk/pom.xml

Author: bago
Date: Wed Jul 30 09:20:06 2008
New Revision: 681106

URL: http://svn.apache.org/viewvc?rev=681106&view=rev
Log:
declare javax.mail 1.4.1 as a dependency in poms.

Modified:
    james/mailet/api/trunk/pom.xml

Modified: james/mailet/api/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=681106&r1=681105&r2=681106&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Wed Jul 30 09:20:06 2008
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.1</version>
     </dependency>
     
     <dependency>