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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]