Switch URL for auto-publication of bundle plugin doc to work with extpaths.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1713311 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/maven-bundle-plugin/pom.xml b/tools/maven-bundle-plugin/pom.xml
index da31198..57fc0b4 100644
--- a/tools/maven-bundle-plugin/pom.xml
+++ b/tools/maven-bundle-plugin/pom.xml
@@ -100,7 +100,7 @@
               </dependency>
             </dependencies>
             <configuration>
-              <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/felix/components/${maven.site.path}</topSiteURL>
+              <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/felix/content/components/${maven.site.path}</topSiteURL>
             </configuration>
           </plugin>
           <plugin>