You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/11/25 09:40:27 UTC

svn commit: r1038953 - /geronimo/daytrader/branches/2.1/pom.xml

Author: xiaming
Date: Thu Nov 25 08:40:27 2010
New Revision: 1038953

URL: http://svn.apache.org/viewvc?rev=1038953&view=rev
Log:
Update wroing scm development connection url, should be https, not http

Modified:
    geronimo/daytrader/branches/2.1/pom.xml

Modified: geronimo/daytrader/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1/pom.xml?rev=1038953&r1=1038952&r2=1038953&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1/pom.xml (original)
+++ geronimo/daytrader/branches/2.1/pom.xml Thu Nov 25 08:40:27 2010
@@ -31,6 +31,12 @@
     <version>2.1.7-SNAPSHOT</version>
     <name>DayTrader :: Performance Benchmark Sample</name>
     <description>Java EE 5.0 Performance Benchmark Sample Application</description>
+    
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/branches/2.1/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/daytrader/branches/2.1/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/branches/2.1/</url>
+    </scm>
 
     <properties>
         <!-- This property is required by the car:package mojo -->
@@ -137,11 +143,7 @@
         </contributor>
     </contributors>
     <dependencies/>
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/branches/2.1/</connection>
-        <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/branches/2.1/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/branches/2.1/</url>
-    </scm>
+    
     <organization>
         <name>Apache Software Foundation</name>
         <url>http://www.apache.org/</url>