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 2012/08/16 00:03:27 UTC

svn commit: r1373651 - /maven/scm/trunk/pom.xml

Author: hboutemy
Date: Wed Aug 15 22:03:27 2012
New Revision: 1373651

URL: http://svn.apache.org/viewvc?rev=1373651&view=rev
Log:
removed properties for site not really useful

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=1373651&r1=1373650&r2=1373651&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Wed Aug 15 22:03:27 2012
@@ -35,14 +35,9 @@
 
   <name>Maven SCM</name>
   <description>Maven SCM provides a common API for doing SCM operations.</description>
-  <url>${siteUrl}</url>
+  <url>http://maven.apache.org/scm/</url>
   <inceptionYear>2003</inceptionYear>
 
-  <properties>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/scm/</siteDeployUrl>
-    <siteUrl>http://maven.apache.org/scm/</siteUrl>
-  </properties>
-
   <mailingLists>
     <mailingList>
       <name>Maven Developer List</name>
@@ -135,7 +130,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>${siteDeployUrl}</url>
+      <url>scp://people.apache.org/www/maven.apache.org/scm/</url>
     </site>
   </distributionManagement>