You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ie...@apache.org on 2009/05/07 12:03:09 UTC

svn commit: r772581 - /incubator/shindig/branches/1.0.x-incubating/pom.xml

Author: ieb
Date: Thu May  7 10:03:08 2009
New Revision: 772581

URL: http://svn.apache.org/viewvc?rev=772581&view=rev
Log:
Reverting changes to the site url to move into reporting as staging URL

Modified:
    incubator/shindig/branches/1.0.x-incubating/pom.xml

Modified: incubator/shindig/branches/1.0.x-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/pom.xml?rev=772581&r1=772580&r2=772581&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Thu May  7 10:03:08 2009
@@ -73,7 +73,7 @@
   <!-- D I S T R I B U T I O N  M A N A G E M E N T                           -->
   <!-- ====================================================================== -->
   <distributionManagement>
-    <!-- This is the technical website for Shindig 1.0.x (SNAPSHOT) -->
+    <!-- This is the technical website for Shindig 1.0.x -->
     <site>
       <id>apache.website</id>
       <url>scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.0.x</url>
@@ -679,13 +679,6 @@
 
     <profile>
       <id>release</id>
-      <distributionManagement>
-        <!-- This is the technical website for Shindig 1.0.x (release) -->
-        <site>
-           <id>apache.website</id>
-          <url>scp://people.apache.org/www/incubator.apache.org/shindig/shindig-1.0.x/${pom.version}</url>
-        </site>
-      </distributionManagement>
       <build>
         <plugins>
           <!-- We want to sign the artifact, the POM, and all attached artifacts -->