|
@@ -3,7 +3,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
- <version>3.2.10.BUILD-SNAPSHOT</version>
|
|
|
+ <version>3.2.10.RELEASE</version>
|
|
|
<name>spring-security-config</name>
|
|
|
<description>spring-security-config</description>
|
|
|
<url>http://spring.io/spring-security</url>
|
|
@@ -40,7 +40,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
- <version>3.2.10.BUILD-SNAPSHOT</version>
|
|
|
+ <version>3.2.10.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -90,28 +90,28 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-aspects</artifactId>
|
|
|
- <version>3.2.10.BUILD-SNAPSHOT</version>
|
|
|
+ <version>3.2.10.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
|
- <version>3.2.10.BUILD-SNAPSHOT</version>
|
|
|
+ <version>3.2.10.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-openid</artifactId>
|
|
|
- <version>3.2.10.BUILD-SNAPSHOT</version>
|
|
|
+ <version>3.2.10.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-web</artifactId>
|
|
|
- <version>3.2.10.BUILD-SNAPSHOT</version>
|
|
|
+ <version>3.2.10.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
@@ -356,7 +356,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-cas</artifactId>
|
|
|
- <version>3.2.10.BUILD-SNAPSHOT</version>
|
|
|
+ <version>3.2.10.RELEASE</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -378,12 +378,6 @@
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>spring-snasphot</id>
|
|
|
- <url>https://repo.spring.io/snapshot</url>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|