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 2005/12/14 15:32:45 UTC

svn commit: r356785 - /cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml

Author: jheymans
Date: Wed Dec 14 06:32:42 2005
New Revision: 356785

URL: http://svn.apache.org/viewcvs?rev=356785&view=rev
Log:
need at least the room scm URL

Modified:
    cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml

Modified: cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml?rev=356785&r1=356784&r2=356785&view=diff
==============================================================================
--- cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml (original)
+++ cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml Wed Dec 14 06:32:42 2005
@@ -5,11 +5,12 @@
   <packaging>pom</packaging>
   <name>Cocoon</name>
   <version>2.2.0-SNAPSHOT</version>
-  <!-- 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/cocoon/whiteboard/maven2/cocoon-flat-layout
+      scm:svn:http://svn.apache.org/repos/asf/cocoon/whiteboard/maven2/cocoon-flat-layout/trunk
     </connection>
+  </scm>
+  <!-- 
     <developerConnection>
       scm:svn:https://jheymans@svn.apache.org/repos/asf/cocoon/whiteboard/maven2/cocoon-flat-layout
     </developerConnection>
@@ -52,4 +53,4 @@
       </notifier>
     </notifiers>
   </ciManagement>
-</project>
\ No newline at end of file
+</project>