You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/03/01 09:20:46 UTC

svn commit: r917416 - in /servicemix/smx3/trunk: distributions/apache-servicemix-web/pom.xml distributions/apache-servicemix/pom.xml pom.xml servicemix-itests/pom.xml

Author: jbonofre
Date: Mon Mar  1 08:20:45 2010
New Revision: 917416

URL: http://svn.apache.org/viewvc?rev=917416&view=rev
Log:
[SMX-1936] Upgrade to use JavaMail 1.4.3.

Modified:
    servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml
    servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
    servicemix/smx3/trunk/pom.xml
    servicemix/smx3/trunk/servicemix-itests/pom.xml

Modified: servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml?rev=917416&r1=917415&r2=917416&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix-web/pom.xml Mon Mar  1 08:20:45 2010
@@ -126,7 +126,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.3</version>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml?rev=917416&r1=917415&r2=917416&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Mon Mar  1 08:20:45 2010
@@ -247,7 +247,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.3</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=917416&r1=917415&r2=917416&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Mon Mar  1 08:20:45 2010
@@ -48,6 +48,15 @@
         <url>http://svn.apache.org/viewcvs.cgi/servicemix/smx3/trunk/</url>
     </scm>
 
+    <repositories>
+       <!-- For javax.mail waiting for the new servicemix-pom release -->
+       <repository>
+          <id>java.net</id>
+          <name>Java.net Maven Repository</name>
+          <url>http://download.java.net/maven/2/</url>
+       </repository>
+    </repositories>
+
     <properties>
         <servicemix-utils-version>1.2.0</servicemix-utils-version>
         <servicemix-specs-version>1.4.0</servicemix-specs-version>

Modified: servicemix/smx3/trunk/servicemix-itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/servicemix-itests/pom.xml?rev=917416&r1=917415&r2=917416&view=diff
==============================================================================
--- servicemix/smx3/trunk/servicemix-itests/pom.xml (original)
+++ servicemix/smx3/trunk/servicemix-itests/pom.xml Mon Mar  1 08:20:45 2010
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.3</version>
     </dependency>
 
   </dependencies>