Author: doll
Date: Thu Apr 17 06:25:41 2008
New Revision: 649087

URL: http://svn.apache.org/viewvc?rev=649087&view=rev
Log:
SHINDIG-200

Part of patch from Ian Boston. Fixes the java/pom.xml to have its scm urls 
point to the right place. 


Modified:
    incubator/shindig/trunk/java/pom.xml

Modified: incubator/shindig/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/pom.xml?rev=649087&r1=649086&r2=649087&view=diff
==============================================================================
--- incubator/shindig/trunk/java/pom.xml (original)
+++ incubator/shindig/trunk/java/pom.xml Thu Apr 17 06:25:41 2008
@@ -59,9 +59,9 @@
   </issueManagement>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/pom/parent</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/pom/parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/pom/parent</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java</url>
   </scm>
 
   <distributionManagement>


Reply via email to