Please confirm if my correction here in this commit is right:
http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?r1=627108&r2=627107&pathrev=627108 Thanks, Alex On Feb 12, 2008 4:04 PM, Alex Karasulu <[EMAIL PROTECTED]> wrote: > Yes you are right thanks for pointing this out. It's a mistake but > unfortunatley we have already deployed :(. So next release we can fix it. > > Alex > > > > On Feb 12, 2008 4:01 PM, Felix Knecht <[EMAIL PROTECTED]> wrote: > > > Hi Alex > > > > Sorry for disturbing, but for me the new developerConnection looks > > somehow strange. > > > > Regards > > Felix > > > > > > > > > > > > Modified: directory/shared/trunk/pom.xml > > > URL: > > http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=627100&r1=627099&r2=627100&view=diff > > > > > ============================================================================== > > > --- directory/shared/trunk/pom.xml (original) > > > +++ directory/shared/trunk/pom.xml Tue Feb 12 12:54:51 2008 > > > @@ -27,7 +27,7 @@ > > > <artifactId>shared-parent</artifactId> > > > <name>Apache Directory Shared</name> > > > <packaging>pom</packaging> > > > - <version>0.9.8</version> > > > + <version>0.9.9-SNAPSHOT</version> > > > > > > <modules> > > > <module>asn1</module> > > > @@ -200,9 +200,9 @@ > > > </profiles> > > > > > > <scm> > > > - <connection>scm:svn: > > https://svn.apache.org/repos/asf/directory/shared/releases/0.9.8 > > </connection> > > > - <developerConnection>scm:svn: > > https://svn.apache.org/repos/asf/directory/shared/releases/0.9.8 > > </developerConnection> > > > - <url>http://svn.apache.org/viewvc/directory/shared/releases/0.9.8 > > </url> > > > + <connection>scm:svn: > > http://svn.apache.org/repos/asf/directory/shared/trunk</connection> > > > + <developerConnection>scm:svn: > > https://svn.apache.org/repos/asf/directory/project/releases/9/shared-parent > > </developerConnection> > > > + <url> > > http://svn.apache.org/viewvc/directory/project/releases/9/shared-parent > > </url> > > > </scm> > > > > > > </project> > > > > > > > > > > >
