You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2012/10/10 12:50:04 UTC

svn commit: r1396540 - /chemistry/opencmis/trunk/pom.xml

Author: gabriele
Date: Wed Oct 10 10:50:03 2012
New Revision: 1396540

URL: http://svn.apache.org/viewvc?rev=1396540&view=rev
Log:
fixed docs download url for dist

Modified:
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1396540&r1=1396539&r2=1396540&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Wed Oct 10 10:50:03 2012
@@ -209,7 +209,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compile.source>1.5</maven.compile.source>
         <maven.compile.target>1.5</maven.compile.target>
-        <docs.start.url>${project.url}/opencmis.html</docs.start.url>
+        <docs.start.url>http://chemistry.apache.org/java/opencmis.html</docs.start.url>
         <docs.download.directory>${project.build.directory}/downloaded-site</docs.download.directory>
         <!--  
             | Here we configure Maven documentation site (incl. Javadocs) deployment