Thanks Felix I missed these. Alex
On Thu, May 8, 2008 at 2:02 AM, <[EMAIL PROTECTED]> wrote: > Author: felixk > Date: Wed May 7 23:02:45 2008 > New Revision: 654423 > > URL: http://svn.apache.org/viewvc?rev=654423&view=rev > Log: > Fix scm urls > > Modified: > directory/installers/trunk/pom.xml > > Modified: directory/installers/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/directory/installers/trunk/pom.xml?rev=654423&r1=654422&r2=654423&view=diff > > ============================================================================== > --- directory/installers/trunk/pom.xml (original) > +++ directory/installers/trunk/pom.xml Wed May 7 23:02:45 2008 > @@ -486,9 +486,9 @@ > </modules> > > <scm> > - <connection>scm:svn: > http://svn.apache.org/repos/asf/directory/installers/branches/bigbang > </connection> > - <url> > http://svn.apache.org/repos/asf/directory/installers/branches/bigbang > </url> > - <developerConnection>scm:svn: > https://svn.apache.org/repos/asf/directory/installers/branches/bigbang > </developerConnection> > + <connection>scm:svn: > http://svn.apache.org/repos/asf/directory/installers/trunk</connection> > + <url>http://svn.apache.org/repos/asf/directory/installers/trunk</url> > + <developerConnection>scm:svn: > https://svn.apache.org/repos/asf/directory/installers/trunk > </developerConnection> > </scm> > > <build> > > >
