You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/12/15 11:22:09 UTC

svn commit: r726669 - /servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml

Author: ffang
Date: Mon Dec 15 02:22:08 2008
New Revision: 726669

URL: http://svn.apache.org/viewvc?rev=726669&view=rev
Log:
[SM-1709]unify third party libs used across servicemix projects

Modified:
    servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml

Modified: servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml?rev=726669&r1=726668&r2=726669&view=diff
==============================================================================
--- servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/xfire-maven-plugin/trunk/pom.xml Mon Dec 15 02:22:08 2008
@@ -82,7 +82,7 @@
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>