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/07/26 15:14:33 UTC

svn commit: r1365976 - /maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml

Author: hboutemy
Date: Thu Jul 26 13:14:33 2012
New Revision: 1365976

URL: http://svn.apache.org/viewvc?rev=1365976&view=rev
Log:
removed duplicate properties element

Modified:
    maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml

Modified: maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml?rev=1365976&r1=1365975&r2=1365976&view=diff
==============================================================================
--- maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml (original)
+++ maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml Thu Jul 26 13:14:33 2012
@@ -45,10 +45,6 @@ under the License.
   </scm>
 
   <url>${siteUrl}</url>
-  <properties>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor</siteDeployUrl>
-    <siteUrl>http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor</siteUrl>
-  </properties>
   <distributionManagement>
     <site>
       <id>${siteDeployId}</id>
@@ -59,6 +55,8 @@ under the License.
   <!-- NOTE: Configuration below this line is for integration tests. -->
   
   <properties>
+    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor</siteDeployUrl>
+    <siteUrl>http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor</siteUrl>
     <!-- The original Maven distribution to test. -->
     <mavenHome>${maven.home}</mavenHome>
     <!-- The (possibly instrumented copy of the) Maven distribution we actually use for the tests. -->