Sorry, I've been pushing them to the maven2 repository because the converter isn't handling m2 projects in the m1 repository yet.
I'll copy these across on ibiblio, and we can correct later. - Brett Emmanuel Venisse wrote: >Brett, > >These dependencies aren't on ibiblio. > > <dependency> > <groupId>maven</groupId> > <artifactId>wagon-provider-api</artifactId> >- <version>1.0-alpha-2-SNAPSHOT</version> >+ <version>1.0-alpha-3-SNAPSHOT</version> > </dependency> > <dependency> > <groupId>maven</groupId> > <artifactId>wagon-http</artifactId> >- <version>1.0-alpha-2-SNAPSHOT</version> >+ <version>1.0-alpha-2</version> > </dependency> > <dependency> > <groupId>maven</groupId> > <artifactId>wagon-ftp</artifactId> >- <version>1.0-alpha-2-SNAPSHOT</version> >+ <version>1.0-alpha-2</version> > </dependency> > <dependency> > <groupId>maven</groupId> > <artifactId>wagon-ssh</artifactId> >- <version>1.0-alpha-2-SNAPSHOT</version> >+ <version>1.0-alpha-2</version> > </dependency> > <dependency> > <groupId>maven</groupId> > <artifactId>wagon-ssh-external</artifactId> >- <version>1.0-alpha-2-SNAPSHOT</version> >+ <version>1.0-alpha-2</version> > </dependency> > <dependency> > <groupId>maven</groupId> > <artifactId>wagon-file</artifactId> >- <version>1.0-alpha-2-SNAPSHOT</version> >+ <version>1.0-alpha-2</version> > </dependency> > >Emmanuel > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
