You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/01/23 20:32:42 UTC

svn commit: r737160 - /geronimo/server/trunk/pom.xml

Author: gawor
Date: Fri Jan 23 11:32:41 2009
New Revision: 737160

URL: http://svn.apache.org/viewvc?rev=737160&view=rev
Log:
switch to saaj 1.3.2

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=737160&r1=737159&r2=737160&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Jan 23 11:32:41 2009
@@ -1707,7 +1707,7 @@
             <dependency>
                 <groupId>com.sun.xml.messaging.saaj</groupId>
                 <artifactId>saaj-impl</artifactId>
-                <version>1.3</version>
+                <version>1.3.2</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.activation</groupId>