You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2008/12/16 02:16:53 UTC

svn commit: r726912 - /maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml

Author: vsiveton
Date: Mon Dec 15 17:16:53 2008
New Revision: 726912

URL: http://svn.apache.org/viewvc?rev=726912&view=rev
Log:
o fixed the distributionManagement url for 1.0.x

Modified:
    maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml

Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml?rev=726912&r1=726911&r2=726912&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml (original)
+++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/pom.xml Mon Dec 15 17:16:53 2008
@@ -105,7 +105,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools</url>
+      <url>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools-1.0.x</url>
     </site>
   </distributionManagement>