|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.springframework.security</groupId> |
5 | 5 | <artifactId>spring-security-config</artifactId> |
6 | | - <version>4.0.0.RC1</version> |
| 6 | + <version>4.0.0.CI-SNAPSHOT</version> |
7 | 7 | <name>spring-security-config</name> |
8 | 8 | <description>spring-security-config</description> |
9 | 9 | <url>http://spring.io/spring-security</url> |
|
32 | 32 | </scm> |
33 | 33 | <repositories> |
34 | 34 | <repository> |
35 | | - <id>spring-milestone</id> |
36 | | - <url>https://repo.spring.io/milestone</url> |
| 35 | + <id>spring-snasphot</id> |
| 36 | + <url>https://repo.spring.io/snapshot</url> |
37 | 37 | </repository> |
38 | 38 | </repositories> |
39 | 39 | <dependencies> |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>org.springframework.security</groupId> |
48 | 48 | <artifactId>spring-security-core</artifactId> |
49 | | - <version>4.0.0.RC1</version> |
| 49 | + <version>4.0.0.CI-SNAPSHOT</version> |
50 | 50 | <scope>compile</scope> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
|
96 | 96 | <dependency> |
97 | 97 | <groupId>org.springframework.security</groupId> |
98 | 98 | <artifactId>spring-security-ldap</artifactId> |
99 | | - <version>4.0.0.RC1</version> |
| 99 | + <version>4.0.0.CI-SNAPSHOT</version> |
100 | 100 | <scope>compile</scope> |
101 | 101 | <optional>true</optional> |
102 | 102 | </dependency> |
103 | 103 | <dependency> |
104 | 104 | <groupId>org.springframework.security</groupId> |
105 | 105 | <artifactId>spring-security-messaging</artifactId> |
106 | | - <version>4.0.0.RC1</version> |
| 106 | + <version>4.0.0.CI-SNAPSHOT</version> |
107 | 107 | <scope>compile</scope> |
108 | 108 | <optional>true</optional> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>org.springframework.security</groupId> |
112 | 112 | <artifactId>spring-security-openid</artifactId> |
113 | | - <version>4.0.0.RC1</version> |
| 113 | + <version>4.0.0.CI-SNAPSHOT</version> |
114 | 114 | <scope>compile</scope> |
115 | 115 | <optional>true</optional> |
116 | 116 | </dependency> |
117 | 117 | <dependency> |
118 | 118 | <groupId>org.springframework.security</groupId> |
119 | 119 | <artifactId>spring-security-web</artifactId> |
120 | | - <version>4.0.0.RC1</version> |
| 120 | + <version>4.0.0.CI-SNAPSHOT</version> |
121 | 121 | <scope>compile</scope> |
122 | 122 | <optional>true</optional> |
123 | 123 | </dependency> |
|
375 | 375 | <dependency> |
376 | 376 | <groupId>org.springframework.security</groupId> |
377 | 377 | <artifactId>spring-security-aspects</artifactId> |
378 | | - <version>4.0.0.RC1</version> |
| 378 | + <version>4.0.0.CI-SNAPSHOT</version> |
379 | 379 | <scope>test</scope> |
380 | 380 | </dependency> |
381 | 381 | <dependency> |
382 | 382 | <groupId>org.springframework.security</groupId> |
383 | 383 | <artifactId>spring-security-cas</artifactId> |
384 | | - <version>4.0.0.RC1</version> |
| 384 | + <version>4.0.0.CI-SNAPSHOT</version> |
385 | 385 | <scope>test</scope> |
386 | 386 | </dependency> |
387 | 387 | <dependency> |
|
0 commit comments