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/02/03 12:47:35 UTC

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

Author: jukka
Date: Tue Feb  3 11:47:34 2009
New Revision: 740277

URL: http://svn.apache.org/viewvc?rev=740277&view=rev
Log:
JCRSITE-1: Added an <scm/> section to make the Maven release plugin happy.

Modified:
    jackrabbit/parent/trunk/pom.xml

Modified: jackrabbit/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/parent/trunk/pom.xml?rev=740277&r1=740276&r2=740277&view=diff
==============================================================================
--- jackrabbit/parent/trunk/pom.xml (original)
+++ jackrabbit/parent/trunk/pom.xml Tue Feb  3 11:47:34 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                                         -->
   <!-- =================================================================== -->