You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2011/12/17 14:49:45 UTC

svn commit: r1215488 - /webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml

Author: veithen
Date: Sat Dec 17 13:49:45 2011
New Revision: 1215488

URL: http://svn.apache.org/viewvc?rev=1215488&view=rev
Log:
Switched apache-mime4j-core to a release version and updated the versions of some other dependencies.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml?rev=1215488&r1=1215487&r2=1215488&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml Sat Dec 17 13:49:45 2011
@@ -340,12 +340,12 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-activation_1.1_spec</artifactId>
-                <version>1.0.2</version>
+                <version>1.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-javamail_1.4_spec</artifactId>
-                <version>1.6</version>
+                <version>1.7.1</version>
             </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>
@@ -421,7 +421,7 @@
             <dependency>
                 <groupId>org.apache.james</groupId>
                 <artifactId>apache-mime4j-core</artifactId>
-                <version>0.8-SNAPSHOT</version>
+                <version>0.7.1</version>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>