You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2006/07/10 21:28:33 UTC

svn commit: r420617 - /incubator/abdera/java/trunk/pom.xml

Author: jmsnell
Date: Mon Jul 10 12:28:33 2006
New Revision: 420617

URL: http://svn.apache.org/viewvc?rev=420617&view=rev
Log:
Updating the geronimo mailapi and activation dependency
One thing we need to keep in mind is that the Geronimo mailapi implementation does not currently handle RFC2047 encoding
properly.  We'll need this to properly support i18n and the APP spec's Title header.

Modified:
    incubator/abdera/java/trunk/pom.xml

Modified: incubator/abdera/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?rev=420617&r1=420616&r2=420617&view=diff
==============================================================================
--- incubator/abdera/java/trunk/pom.xml (original)
+++ incubator/abdera/java/trunk/pom.xml Mon Jul 10 12:28:33 2006
@@ -107,7 +107,7 @@
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-activation_1.0.2_spec</artifactId>
-        <version>1.0</version>
+        <version>1.1</version>
         <scope>compile</scope>
       </dependency>