You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/04/12 23:17:19 UTC

svn commit: r1325520 - /maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/site/pom.xml

Author: hboutemy
Date: Thu Apr 12 21:17:19 2012
New Revision: 1325520

URL: http://svn.apache.org/viewvc?rev=1325520&view=rev
Log:
fixed site and scm urls

Modified:
    maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/site/pom.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/site/pom.xml?rev=1325520&r1=1325519&r2=1325520&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/site/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/site/pom.xml Thu Apr 12 21:17:19 2012
@@ -35,13 +35,13 @@ under the License.
   <packaging>pom</packaging>
 
   <description>Website for the Apache Maven Doxia Eclipse Editor plugin.</description>
-  <url>http://maven.apache.org/doxia</url><!-- TODO -->
+  <url>http://maven.apache.org/doxia/doxia-tools/doxia-ide/eclipse/</url>
 
   <!-- The project basedir and not the site -->
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-ide/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-ide/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/</url>
   </scm>
   <issueManagement>
     <system>jira</system>