Browse Source

Use Spring 1.1.5 JARs.

Ben Alex 20 years ago
parent
commit
2b6b81f39a
2 changed files with 10 additions and 9 deletions
  1. 2 1
      doc/xdocs/changes.xml
  2. 8 8
      project.xml

+ 2 - 1
doc/xdocs/changes.xml

@@ -28,9 +28,10 @@
     <release version="0.8.1" date="In CVS">
       <action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>
       <action dev="benalex" type="update">UserDetails now advises locked accounts, with corresponding DaoAuthenticationProvider events and enforcement</action>
-      <action dev="benalex" type="update">ContextHolderAwareRequestWrapper methods returns null if user is anonymous</action>
+      <action dev="benalex" type="update">ContextHolderAwareRequestWrapper methods return null if user is anonymous</action>
       <action dev="benalex" type="update">AbstractBasicAclEntry improved compatibility with Hibernate</action>
       <action dev="benalex" type="update">User now provides a more useful toString() method</action>
+      <action dev="benalex" type="update">Use Spring 1.1.5 JARs</action>
       <action dev="benalex" type="fix">SecurityEnforcementFilter caused NullPointerException when anonymous authentication used with BasicProcessingFilterEntryPoint</action>
       <action dev="benalex" type="fix">FilterChainProxy now supports replacement of ServletRequest and ServetResponse by Filter beans</action>
       <action dev="fbos" type="fix">Corrected Authz parsing of whitespace in GrantedAuthoritys</action>

+ 8 - 8
project.xml

@@ -244,7 +244,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.5</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -254,7 +254,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-dao</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.5</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -264,7 +264,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-orm</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.5</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -274,7 +274,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.5</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -284,7 +284,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.5</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -294,7 +294,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.5</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -304,7 +304,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.5</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -314,7 +314,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-mock</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.5</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
     </dependency>