Ooops thanks for this Felix. Alex
On Tue, Aug 19, 2008 at 2:46 AM, <[EMAIL PROTECTED]> wrote: > Author: felixk > Date: Mon Aug 18 23:46:22 2008 > New Revision: 686967 > > URL: http://svn.apache.org/viewvc?rev=686967&view=rev > Log: > Fix scm urls > > Modified: > directory/project/trunk/pom.xml > > Modified: directory/project/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=686967&r1=686966&r2=686967&view=diff > > ============================================================================== > --- directory/project/trunk/pom.xml (original) > +++ directory/project/trunk/pom.xml Mon Aug 18 23:46:22 2008 > @@ -176,9 +176,9 @@ > </contributors> > > <scm> > - <connection>scm:svn: > http://svn.apache.org/repos/asf/directory/project/branches/bigbang > </connection> > - <developerConnection>scm:svn: > https://svn.apache.org/repos/asf/directory/project/branches/bigbang > </developerConnection> > - <url>http://svn.apache.org/viewvc/directory/project/branches/bigbang > </url> > + <connection>scm:svn: > http://svn.apache.org/repos/asf/directory/project/trunk</connection> > + <developerConnection>scm:svn: > https://svn.apache.org/repos/asf/directory/project/trunk > </developerConnection> > + <url>http://svn.apache.org/viewvc/directory/project/trunk</url> > </scm> > > <build> > > > -- Microsoft gives you Windows, Linux gives you the whole house ...
