You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by do...@apache.org on 2008/04/17 15:25:44 UTC

svn commit: r649087 - /incubator/shindig/trunk/java/pom.xml

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>