You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bi...@apache.org on 2015/11/09 00:05:26 UTC

svn commit: r1713311 - /felix/trunk/tools/maven-bundle-plugin/pom.xml

Author: bimargulies
Date: Sun Nov  8 23:05:26 2015
New Revision: 1713311

URL: http://svn.apache.org/viewvc?rev=1713311&view=rev
Log:
Switch URL for auto-publication of bundle plugin doc to work with extpaths.

Modified:
    felix/trunk/tools/maven-bundle-plugin/pom.xml

Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/pom.xml?rev=1713311&r1=1713310&r2=1713311&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Sun Nov  8 23:05:26 2015
@@ -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>