You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2008/11/18 23:20:19 UTC

svn commit: r718739 - /turbine/fulcrum/trunk/parent/pom.xml

Author: sgoeschl
Date: Tue Nov 18 14:20:19 2008
New Revision: 718739

URL: http://svn.apache.org/viewvc?rev=718739&view=rev
Log:
First run of maven-release-plugin failed miserably - I assume that my problem was the missing HTTPS URL for the developer SCM since commits are forbidden on non-secure communication channels.

Modified:
    turbine/fulcrum/trunk/parent/pom.xml

Modified: turbine/fulcrum/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml?rev=718739&r1=718738&r2=718739&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/pom.xml (original)
+++ turbine/fulcrum/trunk/parent/pom.xml Tue Nov 18 14:20:19 2008
@@ -58,7 +58,7 @@
   -->
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parent</connection>
-    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parent</developerConnection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parent</developerConnection>
     <url>http://svn.apache.org/viewcvs/turbine/fulcrum/trunk/parent</url>
   </scm>