You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by ma...@apache.org on 2011/06/26 00:33:23 UTC

svn commit: r1139637 - /incubator/gora/branches/0.1.1-incubating/pom.xml

Author: mattmann
Date: Sat Jun 25 22:33:23 2011
New Revision: 1139637

URL: http://svn.apache.org/viewvc?rev=1139637&view=rev
Log:
fix dev connection

Modified:
    incubator/gora/branches/0.1.1-incubating/pom.xml

Modified: incubator/gora/branches/0.1.1-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/pom.xml?rev=1139637&r1=1139636&r2=1139637&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/pom.xml Sat Jun 25 22:33:23 2011
@@ -25,8 +25,8 @@
     <name>Apache Gora</name>
 
        <scm>
-        <connection>scm:svn:scm:svn:http://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating</connection>
-        <developerConnection>scm:svn:scm:svn:http://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/gora/tags/0.1.1-incubating</developerConnection>
       </scm>
 
     <build>