You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2010/07/10 10:56:37 UTC

svn commit: r962795 - /cayenne/main/branches/STABLE-3.0/docs/doc/pom.xml

Author: aadamchik
Date: Sat Jul 10 08:56:37 2010
New Revision: 962795

URL: http://svn.apache.org/viewvc?rev=962795&view=rev
Log:
confluence is now accessed over HTTPS

Modified:
    cayenne/main/branches/STABLE-3.0/docs/doc/pom.xml

Modified: cayenne/main/branches/STABLE-3.0/docs/doc/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.0/docs/doc/pom.xml?rev=962795&r1=962794&r2=962795&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.0/docs/doc/pom.xml (original)
+++ cayenne/main/branches/STABLE-3.0/docs/doc/pom.xml Sat Jul 10 08:56:37 2010
@@ -255,7 +255,7 @@
 								</goals>
 								<configuration>
 									<outputDirectory>src/main/resources/doc</outputDirectory>
-									<baseUrl>http://cwiki.apache.org/confluence/</baseUrl>
+									<baseUrl>https://cwiki.apache.org/confluence/</baseUrl>
 									<startPage>Documentation</startPage>
 									<spaceName>CAYDOC30</spaceName>
 								</configuration>