Author: norman
Date: Fri May  7 16:39:58 2010
New Revision: 942147

URL: http://svn.apache.org/viewvc?rev=942147&view=rev
Log:
Missed to update to mailet-base-1.1-SNAPSHOT to fix the NPE in MatcherInverter

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=942147&r1=942146&r2=942147&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri May  7 16:39:58 2010
@@ -243,7 +243,7 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mailet-base</artifactId>
-      <version>1.0</version>
+      <version>1.1-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>javax.mail</groupId>
@@ -264,7 +264,7 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mailet-base</artifactId>
-      <version>1.0</version>
+      <version>1.1-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
       <exclusions>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to