You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/06/26 21:30:58 UTC

svn commit: r788827 - in /cxf/branches/2.2.x-fixes: ./ maven-plugins/xml2fastinfoset-plugin/pom.xml

Author: dkulp
Date: Fri Jun 26 19:30:58 2009
New Revision: 788827

URL: http://svn.apache.org/viewvc?rev=788827&view=rev
Log:
Merged revisions 788703 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r788703 | dkulp | 2009-06-26 09:57:01 -0400 (Fri, 26 Jun 2009) | 1 line
  
  Update fastinfoset version in plugin
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/maven-plugins/xml2fastinfoset-plugin/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jun 26 19:30:58 2009
@@ -1 +1 @@
-/cxf/trunk:782728-782730,783097,783294,783396,784059,784181-784184,784893,784895,785279-785282,785468,785621,785624,785651,785734,785866,786142,786271-786272,786395,786512,786514,786582-786583,786638,786647,786850,787200,787269,787277-787279,787290-787291,787305,787323,787366,787849,788030,788060,788187,788451
+/cxf/trunk:782728-782730,783097,783294,783396,784059,784181-784184,784893,784895,785279-785282,785468,785621,785624,785651,785734,785866,786142,786271-786272,786395,786512,786514,786582-786583,786638,786647,786850,787200,787269,787277-787279,787290-787291,787305,787323,787366,787849,788030,788060,788187,788451,788703

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/maven-plugins/xml2fastinfoset-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/maven-plugins/xml2fastinfoset-plugin/pom.xml?rev=788827&r1=788826&r2=788827&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/maven-plugins/xml2fastinfoset-plugin/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/maven-plugins/xml2fastinfoset-plugin/pom.xml Fri Jun 26 19:30:58 2009
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>com.sun.xml.fastinfoset</groupId>
             <artifactId>FastInfoset</artifactId>
-            <version>1.2.3</version>
+            <version>1.2.7</version>
         </dependency>
     </dependencies>
 </project>