Done

On Fri, 2006-09-15 at 08:58 -0400, Alex Karasulu wrote:
> File a JIRA issue then submit a patch (svn diff) for this please.
> 
> Thanks,
> Alex
> 
> Bastiaan Bakker wrote:
> > Hi,
> > 
> > I've rebuild apacheds-1.0-RC4 with spring 1.2.8 (see attached patch). 
> > Other than updating the poms no changes where necessary at all.
> > 
> > Cheers,
> > 
> > Bastiaan
> >  
> > 
> > 
> > ------------------------------------------------------------------------
> > 
> > Index: server-installers/pom.xml
> > ===================================================================
> > --- server-installers/pom.xml       (revision 442227)
> > +++ server-installers/pom.xml       (working copy)
> > @@ -50,14 +50,14 @@
> >        <version>1.0</version>
> >      </dependency>
> >      <dependency>
> > -      <groupId>springframework</groupId>
> > +      <groupId>org.springframework</groupId>
> >        <artifactId>spring-core</artifactId>
> > -      <version>1.2.1</version>
> > +      <version>1.2.8</version>
> >      </dependency>
> >      <dependency>
> > -      <groupId>springframework</groupId>
> > +      <groupId>org.springframework</groupId>
> >        <artifactId>spring-beans</artifactId>
> > -      <version>1.2.1</version>
> > +      <version>1.2.8</version>
> >      </dependency>
> >      <dependency>
> >        <groupId>commons-logging</groupId>
> > @@ -65,9 +65,9 @@
> >        <version>1.0.4</version>
> >      </dependency>
> >      <dependency>
> > -      <groupId>springframework</groupId>
> > +      <groupId>org.springframework</groupId>
> >        <artifactId>spring-context</artifactId>
> > -      <version>1.2.1</version>
> > +      <version>1.2.8</version>
> >      </dependency>
> >    </dependencies>
> >    <build>
> > Index: server-main/pom.xml
> > ===================================================================
> > --- server-main/pom.xml     (revision 442227)
> > +++ server-main/pom.xml     (working copy)
> > @@ -26,14 +26,14 @@
> >        <version>1.2.25</version>
> >      </dependency>
> >      <dependency>
> > -      <groupId>springframework</groupId>
> > +      <groupId>org.springframework</groupId>
> >        <artifactId>spring-core</artifactId>
> > -      <version>1.2.1</version>
> > +      <version>1.2.8</version>
> >      </dependency>
> >      <dependency>
> > -      <groupId>springframework</groupId>
> > +      <groupId>org.springframework</groupId>
> >        <artifactId>spring-beans</artifactId>
> > -      <version>1.2.1</version>
> > +      <version>1.2.8</version>
> >      </dependency>
> >      <dependency>
> >        <groupId>commons-logging</groupId>
> > @@ -41,9 +41,9 @@
> >        <version>1.0.4</version>
> >      </dependency>
> >      <dependency>
> > -      <groupId>springframework</groupId>
> > +      <groupId>org.springframework</groupId>
> >        <artifactId>spring-context</artifactId>
> > -      <version>1.2.1</version>
> > +      <version>1.2.8</version>
> >      </dependency>
> >    </dependencies>
> >    <build>
> > Index: server-sar/pom.xml
> > ===================================================================
> > --- server-sar/pom.xml      (revision 442227)
> > +++ server-sar/pom.xml      (working copy)
> > @@ -34,14 +34,14 @@
> >        <version>1.2.25</version>
> >      </dependency>
> >      <dependency>
> > -      <groupId>springframework</groupId>
> > +      <groupId>org.springframework</groupId>
> >        <artifactId>spring-core</artifactId>
> > -      <version>1.2.1</version>
> > +      <version>1.2.8</version>
> >      </dependency>
> >      <dependency>
> > -      <groupId>springframework</groupId>
> > +      <groupId>org.springframework</groupId>
> >        <artifactId>spring-beans</artifactId>
> > -      <version>1.2.1</version>
> > +      <version>1.2.8</version>
> >      </dependency>
> >      <dependency>
> >        <groupId>commons-logging</groupId>
> > @@ -49,9 +49,9 @@
> >        <version>1.0.4</version>
> >      </dependency>
> >      <dependency>
> > -      <groupId>springframework</groupId>
> > +      <groupId>org.springframework</groupId>
> >        <artifactId>spring-context</artifactId>
> > -      <version>1.2.1</version>
> > +      <version>1.2.8</version>
> >      </dependency>
> >    </dependencies>
> >    <repositories>
> 

Reply via email to