You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/06/17 15:36:58 UTC

svn commit: r785595 - /jackrabbit/parent/trunk/pom.xml

Author: jukka
Date: Wed Jun 17 13:36:58 2009
New Revision: 785595

URL: http://svn.apache.org/viewvc?rev=785595&view=rev
Log:
Add an <scm/> section to help the release plugin

Modified:
    jackrabbit/parent/trunk/pom.xml

Modified: jackrabbit/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/parent/trunk/pom.xml?rev=785595&r1=785594&r2=785595&view=diff
==============================================================================
--- jackrabbit/parent/trunk/pom.xml (original)
+++ jackrabbit/parent/trunk/pom.xml Wed Jun 17 13:36:58 2009
@@ -46,6 +46,16 @@
     content repository.
   </description>
 
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/parent/trunk
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/parent/trunk
+    </developerConnection>
+    <url>http://svn.apache.org/viewvc/jackrabbit/parent/trunk</url>
+  </scm>
+
   <!-- =================================================================== -->
   <!-- B U I L D   S E T T I N G S                                         -->
   <!-- =================================================================== -->