Yes I'll remove them now because the artifacts are already in central repo.
-- Marica On Sat, Aug 22, 2009 at 10:22 PM, Wendy Smoak <wsm...@gmail.com> wrote: > Will this extra repo be removed before the Continuum release? > Strangely, I see the directories for Redback 1.2.2 in central, but no > artifacts... maybe it's in the middle of a sync: > > http://repo2.maven.org/maven2/org/codehaus/redback/redback-rbac-memory/1.2.2/ > > -- > Wendy > > On Sat, Aug 22, 2009 at 4:18 AM, <c...@apache.org> wrote: > > Author: ctan > > Date: Sat Aug 22 11:18:26 2009 > > New Revision: 806839 > > > > URL: http://svn.apache.org/viewvc?rev=806839&view=rev > > Log: > > [CONTINUUM-2336] upgrade redback to 1.2.2 > > > > Modified: > > continuum/branches/continuum-1.3.x/pom.xml > > > > Modified: continuum/branches/continuum-1.3.x/pom.xml > > URL: > http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/pom.xml?rev=806839&r1=806838&r2=806839&view=diff > > > ============================================================================== > > --- continuum/branches/continuum-1.3.x/pom.xml (original) > > +++ continuum/branches/continuum-1.3.x/pom.xml Sat Aug 22 11:18:26 2009 > > @@ -328,6 +328,17 @@ > > <enabled>true</enabled> > > </snapshots> > > </repository> > > + <repository> > > + <id>codehaus.repository</id> > > + <name>Codehaus Repository</name> > > + <url>http://repository.codehaus.org</url> > > + <releases> > > + <enabled>true</enabled> > > + </releases> > > + <snapshots> > > + <enabled>false</enabled> > > + </snapshots> > > + </repository> > > </repositories> > > <dependencies> > > <dependency> > > @@ -1651,7 +1662,7 @@ > > <spring.version>2.5.6</spring.version> > > <wagon.version>1.0-beta-2</wagon.version> > > <maven-scm.version>1.1</maven-scm.version> > > - <redback.version>1.3-SNAPSHOT</redback.version> > > + <redback.version>1.2.2</redback.version> > > <archiva.version>1.2.1</archiva.version> > > <slf4jVersion>1.5.8</slf4jVersion> > > <xmlrpc.version>3.1</xmlrpc.version> > > > > > > >