You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/06 22:00:57 UTC

svn commit: r664108 - /servicemix/servicemix-pom/trunk/pom.xml

Author: chirino
Date: Fri Jun  6 13:00:57 2008
New Revision: 664108

URL: http://svn.apache.org/viewvc?rev=664108&view=rev
Log:
don't include the site distribution lcoation since each smx branch will have a different config for that.

Modified:
    servicemix/servicemix-pom/trunk/pom.xml

Modified: servicemix/servicemix-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/servicemix-pom/trunk/pom.xml?rev=664108&r1=664107&r2=664108&view=diff
==============================================================================
--- servicemix/servicemix-pom/trunk/pom.xml (original)
+++ servicemix/servicemix-pom/trunk/pom.xml Fri Jun  6 13:00:57 2008
@@ -192,10 +192,6 @@
             <name>Apache Development Snapshot Repository</name>
             <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
         </snapshotRepository>
-        <site>
-            <id>servicemix</id>
-            <url>scpexe://people.apache.org/www/servicemix.apache.org/dist/servicemix-${version}/site</url>
-        </site>
     </distributionManagement>
 
 </project>