Author: sgoeschl
Date: Thu Nov 10 23:53:43 2011
New Revision: 1200638
URL: http://svn.apache.org/viewvc?rev=1200638&view=rev
Log:
Fixed wrong SCM settings causing SVN tagging to fail
Modified:
turbine/maven/turbine-parent/trunk/pom.xml
Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1200638&r1=1200637&r2=1200638&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Nov 10 23:53:43 2011
@@ -62,8 +62,8 @@
a release of the turbine-parent POM.
-->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/maven/trunk/turbine-parent</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/maven/trunk/turbine-parent</developerConnection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/maven/turbine-parent/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/maven/turbine-parent/trunk</developerConnection>
<url>http://svn.apache.org/viewcvs/turbine/maven/trunk/turbine-parent</url>
</scm>