You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/03/02 10:10:20 UTC

svn commit: r1451855 - /incubator/onami/trunk/pom.xml

Author: simonetripodi
Date: Sat Mar  2 09:10:20 2013
New Revision: 1451855

URL: http://svn.apache.org/r1451855
Log:
@trivial: modules ordered by name ASC (parent excepted)

Modified:
    incubator/onami/trunk/pom.xml

Modified: incubator/onami/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/pom.xml?rev=1451855&r1=1451854&r2=1451855&view=diff
==============================================================================
--- incubator/onami/trunk/pom.xml (original)
+++ incubator/onami/trunk/pom.xml Sat Mar  2 09:10:20 2013
@@ -43,10 +43,10 @@
     <module>lifecycle</module>
     <module>logging</module>
     <module>scheduler</module>
+    <module>scopes</module>
     <module>spi</module>
     <module>test</module>
     <module>validation</module>
-    <module>scopes</module>
   </modules>
 
   <build>