|
@@ -3,7 +3,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
- <version>4.0.4.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.4.RELEASE</version>
|
|
|
<name>spring-security-config</name>
|
|
|
<description>spring-security-config</description>
|
|
|
<url>http://spring.io/spring-security</url>
|
|
@@ -30,12 +30,6 @@
|
|
|
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
|
|
|
<url>https://github.com/spring-projects/spring-security</url>
|
|
|
</scm>
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>spring-snasphot</id>
|
|
|
- <url>https://repo.spring.io/snapshot</url>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>aopalliance</groupId>
|
|
@@ -46,7 +40,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
- <version>4.0.4.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.4.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -92,28 +86,28 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
|
- <version>4.0.4.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.4.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-messaging</artifactId>
|
|
|
- <version>4.0.4.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.4.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-openid</artifactId>
|
|
|
- <version>4.0.4.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.4.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-web</artifactId>
|
|
|
- <version>4.0.4.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.4.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
@@ -366,13 +360,13 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-aspects</artifactId>
|
|
|
- <version>4.0.4.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.4.RELEASE</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-cas</artifactId>
|
|
|
- <version>4.0.4.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.4.RELEASE</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -396,7 +390,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-framework-bom</artifactId>
|
|
|
- <version>4.2.2.RELEASE</version>
|
|
|
+ <version>4.2.5.RELEASE</version>
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|