2
0
Эх сурвалжийг харах

SEC-271: Fixed Acegi and Spring versions

Vishal Puri 18 жил өмнө
parent
commit
d7e86c4bae
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      project.xml

+ 3 - 3
project.xml

@@ -21,7 +21,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <groupId>org.acegisecurity</groupId>
-  <currentVersion>1.0.4-SNAPSHOT</currentVersion>
+  <currentVersion>1.1-SNAPSHOT</currentVersion>
   <package>org.acegisecurity</package>
   <description>Acegi Security System for Spring</description>
   <shortDescription>Acegi Security System for Spring</shortDescription>
@@ -288,7 +288,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
-      <version>1.2.8</version>
+      <version>2.0.4</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -298,7 +298,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-mock</artifactId>
-      <version>1.2.8</version>
+      <version>2.0.4</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
     </dependency>