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:11:18 UTC

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

Author: bimargulies
Date: Sun Nov  8 23:11:18 2015
New Revision: 1713315

URL: http://svn.apache.org/viewvc?rev=1713315&view=rev
Log:
Edited the wrong place.

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=1713315&r1=1713314&r2=1713315&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Sun Nov  8 23:11:18 2015
@@ -49,11 +49,10 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/felix/components/${maven.site.path}</url>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/felix/content/components/${maven.site.path}</url>
     </site>
   </distributionManagement>
 
-
  <properties>
    <felix.java.version>6</felix.java.version>
    <maven.site.path>bundle-plugin-archives/bundle-plugin-LATEST</maven.site.path>