You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/04/10 22:01:23 UTC

svn commit: r393038 - /cocoon/trunk/core/pom.xml

Author: jheymans
Date: Mon Apr 10 13:01:21 2006
New Revision: 393038

URL: http://svn.apache.org/viewcvs?rev=393038&view=rev
Log:
fixing module location vs artifactid for continuum

Modified:
    cocoon/trunk/core/pom.xml

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/core/pom.xml?rev=393038&r1=393037&r2=393038&view=diff
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Mon Apr 10 13:01:21 2006
@@ -39,7 +39,10 @@
 
   <modules>
     <module>cocoon-blocks-fw</module>
-		<module>cocoon-core</module>
-		<module>cocoon-webapp</module>
-	</modules>
+    <module>cocoon-core</module>
+    <module>cocoon-webapp</module>
+  </modules>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/core</connection>
+  </scm>
 </project>