Author: vsiveton
Date: Wed Apr  1 10:20:37 2009
New Revision: 760842

URL: http://svn.apache.org/viewvc?rev=760842&view=rev
Log:
o distributionManagement url for site should take care of the Shindig version

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=760842&r1=760841&r2=760842&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Wed Apr  1 10:20:37 2009
@@ -83,9 +83,10 @@
       <name>Apache Development Snapshot Repository</name>
       
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
     </snapshotRepository>
+    <!-- This is the technical website for Shindig 1.1.x -->
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/incubator.apache.org/shindig</url>
+      
<url>scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.1.x</url>
     </site>
   </distributionManagement>
 
@@ -686,26 +687,6 @@
           </plugin>
         </plugins>
       </reporting>
-      <properties>
-        <!-- You can override the site.html.dir property in your 
~/.m2/settings.xml file -->
-        <!-- <settings> -->
-        <!--   <profiles> -->
-        <!--     <profile> -->
-        <!--       <id>reporting</id> -->
-        <!--       <properties> -->
-        <!--         <site.html.dir> NEW VALUE </site.html.dir> -->
-        <!--       </properties> -->
-        <!--     </profile> -->
-        <!--   </profiles> -->
-        <!-- </settings> -->
-        
<site.html.dir>scp://people.apache.org/www/incubator.apache.org/shindig</site.html.dir>
-      </properties>
-      <distributionManagement>
-        <site>
-          <id>local</id>
-          <url>${site.html.dir}</url>
-        </site>
-      </distributionManagement>
     </profile>
 
     <profile>


Reply via email to