You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2012/11/29 14:59:06 UTC

svn commit: r1415165 - /cxf/fediz/trunk/pom.xml

Author: coheigea
Date: Thu Nov 29 13:59:05 2012
New Revision: 1415165

URL: http://svn.apache.org/viewvc?rev=1415165&view=rev
Log:
Build services before plugins

Modified:
    cxf/fediz/trunk/pom.xml

Modified: cxf/fediz/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/pom.xml?rev=1415165&r1=1415164&r2=1415165&view=diff
==============================================================================
--- cxf/fediz/trunk/pom.xml (original)
+++ cxf/fediz/trunk/pom.xml Thu Nov 29 13:59:05 2012
@@ -206,8 +206,8 @@
     </organization>
 
     <modules>
-        <module>plugins</module>
         <module>services</module>
+        <module>plugins</module>
         <module>examples</module>
         <module>apache-fediz</module>
     </modules>