You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/04/10 00:01:38 UTC

svn commit: r1311489 - /incubator/directmemory/trunk/pom.xml

Author: olamy
Date: Mon Apr  9 22:01:38 2012
New Revision: 1311489

URL: http://svn.apache.org/viewvc?rev=1311489&view=rev
Log:
fix deployment path

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1311489&r1=1311488&r2=1311489&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Mon Apr  9 22:01:38 2012
@@ -227,7 +227,7 @@ under the License.
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
     <implementation.build>${scmBranch}@r${buildNumber}; ${maven.build.timestamp}</implementation.build>
-    <siteUrlDeployment>scp://people.apache.org/www/incubator.apache.org/directmemory</siteUrlDeployment>
+    <siteUrlDeployment>scp://people.apache.org/www/incubator.apache.org/content/directmemory</siteUrlDeployment>
     <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
     <maven.compile.source>1.6</maven.compile.source>
     <maven.compile.target>1.6</maven.compile.target>