You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/01/12 10:45:50 UTC

svn commit: r1230455 - /incubator/amber/trunk/pom.xml

Author: simonetripodi
Date: Thu Jan 12 09:45:50 2012
New Revision: 1230455

URL: http://svn.apache.org/viewvc?rev=1230455&view=rev
Log:
site distribution management id not really useful (ssh pwd is always prompted, so even if configuring it in settings.xml it has no effects)

Modified:
    incubator/amber/trunk/pom.xml

Modified: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1230455&r1=1230454&r2=1230455&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Thu Jan 12 09:45:50 2012
@@ -242,7 +242,7 @@
   </issueManagement>
   <distributionManagement>
     <site>
-      <id>website</id>
+      <name>Apache Amber website</name>
       <url>scp://people.apache.org/www/incubator.apache.org/amber/</url>
     </site>
   </distributionManagement>