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

svn commit: r681106 - in /james/mailet: base/trunk/pom.xml standard/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/base/trunk/pom.xml
    james/mailet/standard/trunk/pom.xml

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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org