You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2008/03/12 10:22:16 UTC

svn commit: r636260 - /maven/doxia/doxia/trunk/pom.xml

Author: ltheussl
Date: Wed Mar 12 02:22:12 2008
New Revision: 636260

URL: http://svn.apache.org/viewvc?rev=636260&view=rev
Log:
Put modules in logical order

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=636260&r1=636259&r2=636260&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Wed Mar 12 02:22:12 2008
@@ -244,9 +244,9 @@
   </dependencies>
 
   <modules>
-    <module>doxia-core</module>
     <module>doxia-logging-api</module>
     <module>doxia-sink-api</module>
+    <module>doxia-core</module>
     <module>doxia-modules</module>
     <module>doxia-book</module>
     <module>doxia-maven-plugin</module>