Just a thought: Why not using 1.0? Vincent
2009/3/4 <[email protected]>: > Author: jvanzyl > Date: Wed Mar 4 07:15:50 2009 > New Revision: 749930 > > URL: http://svn.apache.org/viewvc?rev=749930&view=rev > Log: > o note about doxia, it's not to be updated in 3.x > > Modified: > maven/components/trunk/pom.xml > > Modified: maven/components/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=749930&r1=749929&r2=749930&view=diff > ============================================================================== > --- maven/components/trunk/pom.xml (original) > +++ maven/components/trunk/pom.xml Wed Mar 4 07:15:50 2009 > @@ -45,18 +45,22 @@ > <properties> > <classWorldsVersion>1.3</classWorldsVersion> > <commonsCliVersion>1.0</commonsCliVersion> > + <!-- > + > + Do not update this, Doxia will be decoupled completely from 3.x and > someone can > + create a rendering engine for it if they like when the release > stabilizes. JVZ > + > + --> > <doxiaVersion>1.0-alpha-9</doxiaVersion> > <easyMockVersion>1.2_Java1.3</easyMockVersion> > - <junitVersion>3.8.1</junitVersion> > - > + <junitVersion>3.8.1</junitVersion> > <plexusVersion>1.0-beta-3.0.6</plexusVersion> > <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion> > <plexusInterpolationVersion>1.1</plexusInterpolationVersion> > <plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion> > <plexusUtilsVersion>1.5.8</plexusUtilsVersion> > <plexusJetty6Version>1.6</plexusJetty6Version> > - <plexusWebdavVersion>1.0</plexusWebdavVersion> > - > + <plexusWebdavVersion>1.0</plexusWebdavVersion> > <wagonVersion>1.0-beta-4</wagonVersion> > <modelBuilderVersion>1.5</modelBuilderVersion> > <mercuryVersion>1.0.0-alpha-4</mercuryVersion> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
