On 3 March 2012 02:40, <[email protected]> wrote: > Author: ggregory > Date: Sat Mar 3 02:40:10 2012 > New Revision: 1296564 > > URL: http://svn.apache.org/viewvc?rev=1296564&view=rev > Log: > Add missing distributionManagement element. > > Modified: > commons/proper/commons-build-plugin/trunk/pom.xml > > Modified: commons/proper/commons-build-plugin/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1296564&r1=1296563&r2=1296564&view=diff > ============================================================================== > --- commons/proper/commons-build-plugin/trunk/pom.xml (original) > +++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Mar 3 02:40:10 2012 > @@ -41,7 +41,13 @@ > > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/</developerConnection> > > <url>http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/</url> > </scm> > - > + <distributionManagement> > + <site> > + <id>stagingSite</id> > + <name>Apache Staging Website</name> > + > <url>scp://people.apache.org/www/commons.apache.org/commons-build-plugin/</url>
Surely that's the live site, not the staging site? > + </site> > + </distributionManagement> > <developers> > <developer> > <name>Niall Pemberton</name> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
