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/05 22:47:44 UTC

svn commit: r782131 - in /cxf/trunk: maven-plugins/xml2fastinfoset-plugin/pom.xml parent/pom.xml

Author: dkulp
Date: Fri Jun  5 20:47:43 2009
New Revision: 782131

URL: http://svn.apache.org/viewvc?rev=782131&view=rev
Log:
Update to latest fastinfoset version

Modified:
    cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml
    cxf/trunk/parent/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=782131&r1=782130&r2=782131&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml (original)
+++ cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml Fri Jun  5 20:47:43 2009
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>com.sun.xml.fastinfoset</groupId>
             <artifactId>FastInfoset</artifactId>
-            <version>1.2.3</version>
+            <version>1.2.6</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=782131&r1=782130&r2=782131&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Fri Jun  5 20:47:43 2009
@@ -379,7 +379,7 @@
             <dependency>
                 <groupId>com.sun.xml.fastinfoset</groupId>
                 <artifactId>FastInfoset</artifactId>
-                <version>1.2.3</version>
+                <version>1.2.6</version>
             </dependency>