You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by ol...@apache.org on 2014/02/26 00:15:58 UTC

svn commit: r1571876 - /incubator/kalumet/site/pom.xml

Author: olamy
Date: Wed Feb 26 00:15:57 2014
New Revision: 1571876

URL: http://svn.apache.org/r1571876
Log:
fix sources checkout for the main site

Modified:
    incubator/kalumet/site/pom.xml

Modified: incubator/kalumet/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/site/pom.xml?rev=1571876&r1=1571875&r2=1571876&view=diff
==============================================================================
--- incubator/kalumet/site/pom.xml (original)
+++ incubator/kalumet/site/pom.xml Wed Feb 26 00:15:57 2014
@@ -120,6 +120,12 @@
             </reports>
           </reportSet>
         </reportSets>
+        <configuration>
+          <anonymousConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/kalumet/trunk/</anonymousConnection>
+          <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/kalumet/trunk/</developerConnection>
+          <webAccessUrl>http://svn.apache.org/viewvc/incubator/kalumet</webAccessUrl>
+          <checkoutDirectoryName>kalumet-trunk</checkoutDirectoryName>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>