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 15:57:01 UTC

svn commit: r788703 - /cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml

Author: dkulp
Date: Fri Jun 26 13:57:01 2009
New Revision: 788703

URL: http://svn.apache.org/viewvc?rev=788703&view=rev
Log:
Update fastinfoset version in plugin

Modified:
    cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml

Modified: cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml?rev=788703&r1=788702&r2=788703&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml (original)
+++ cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml Fri Jun 26 13:57:01 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>