Author: rdonkin
Date: Thu May  8 12:57:54 2008
New Revision: 654605

URL: http://svn.apache.org/viewvc?rev=654605&view=rev
Log:
Maven knows only about 1.1 and 1.4

Modified:
    james/jsieve/trunk/pom.xml

Modified: james/jsieve/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=654605&r1=654604&r2=654605&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Thu May  8 12:57:54 2008
@@ -115,14 +115,14 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4.1</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
     
     <dependency>
       <groupId>javax.activation</groupId>
       <artifactId>activation</artifactId>
-      <version>1.1.1</version>
+      <version>1.1</version>
       <scope>test</scope>
     </dependency>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to