You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/14 18:58:56 UTC

svn commit: r922920 - /maven/skins/trunk/maven-stylus-skin/pom.xml

Author: hboutemy
Date: Sun Mar 14 17:58:56 2010
New Revision: 922920

URL: http://svn.apache.org/viewvc?rev=922920&view=rev
Log:
overrided scm info to avoid inherited values calculated from parent svn tag

Modified:
    maven/skins/trunk/maven-stylus-skin/pom.xml

Modified: maven/skins/trunk/maven-stylus-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-stylus-skin/pom.xml?rev=922920&r1=922919&r2=922920&view=diff
==============================================================================
--- maven/skins/trunk/maven-stylus-skin/pom.xml (original)
+++ maven/skins/trunk/maven-stylus-skin/pom.xml Sun Mar 14 17:58:56 2010
@@ -34,6 +34,11 @@ under the License.
   <name>Maven Site Skin</name>
   <description>Maven Site Skin</description>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-stylus-skin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-stylus-skin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/skins/trunk/maven-stylus-skin/</url>
+  </scm>
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MSKINS/component/12534</url>