You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/09/28 22:00:37 UTC

svn commit: r699885 - /continuum/site/pom.xml

Author: olamy
Date: Sun Sep 28 13:00:37 2008
New Revision: 699885

URL: http://svn.apache.org/viewvc?rev=699885&view=rev
Log:
[CONTINUUM-1877] Incorrect svn urls on site "source repository" page
Submitted by Kenneth Liu


Modified:
    continuum/site/pom.xml

Modified: continuum/site/pom.xml
URL: http://svn.apache.org/viewvc/continuum/site/pom.xml?rev=699885&r1=699884&r2=699885&view=diff
==============================================================================
--- continuum/site/pom.xml (original)
+++ continuum/site/pom.xml Sun Sep 28 13:00:37 2008
@@ -46,7 +46,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.1</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -60,6 +60,9 @@
         </reportSets>
         <configuration>
           <checkoutDirectoryName>continuum</checkoutDirectoryName>
+          <webAccessUrl>http://svn.apache.org/viewvc/continuum/trunk</webAccessUrl>
+          <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/continuum/trunk</anonymousConnection>
+          <developerConnection>scm:svn:https://svn.apache.org/repos/asf/continuum/trunk</developerConnection>
         </configuration>
       </plugin>
     </plugins>