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 2010/08/04 18:02:36 UTC

svn commit: r982315 - /jackrabbit/branches/2.1/pom.xml

Author: jukka
Date: Wed Aug  4 16:02:36 2010
New Revision: 982315

URL: http://svn.apache.org/viewvc?rev=982315&view=rev
Log:
2.1: Fix incorrect <scm/> settings

Modified:
    jackrabbit/branches/2.1/pom.xml

Modified: jackrabbit/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.1/pom.xml?rev=982315&r1=982314&r2=982315&view=diff
==============================================================================
--- jackrabbit/branches/2.1/pom.xml (original)
+++ jackrabbit/branches/2.1/pom.xml Wed Aug  4 16:02:36 2010
@@ -58,9 +58,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/jackrabbit/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/branches/2.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/branches/2.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/jackrabbit/branches/2.1</url>
   </scm>
 
   <build>