Skip to content

Commit 6a25b8b

Browse files
committed
Release version 4.0.0.RC1
1 parent a36c4bc commit 6a25b8b

File tree

50 files changed

+283
-286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+283
-286
lines changed

acl/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-acl</artifactId>
6-
<version>4.0.0.CI-SNAPSHOT</version>
6+
<version>4.0.0.RC1</version>
77
<name>spring-security-acl</name>
88
<description>spring-security-acl</description>
99
<url>http://spring.io/spring-security</url>
@@ -32,8 +32,8 @@
3232
</scm>
3333
<repositories>
3434
<repository>
35-
<id>spring-snasphot</id>
36-
<url>https://repo.spring.io/snapshot</url>
35+
<id>spring-milestone</id>
36+
<url>https://repo.spring.io/milestone</url>
3737
</repository>
3838
</repositories>
3939
<dependencies>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.springframework.security</groupId>
4848
<artifactId>spring-security-core</artifactId>
49-
<version>4.0.0.CI-SNAPSHOT</version>
49+
<version>4.0.0.RC1</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>

aspects/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-aspects</artifactId>
6-
<version>4.0.0.CI-SNAPSHOT</version>
6+
<version>4.0.0.RC1</version>
77
<name>spring-security-aspects</name>
88
<description>spring-security-aspects</description>
99
<url>http://spring.io/spring-security</url>
@@ -32,15 +32,15 @@
3232
</scm>
3333
<repositories>
3434
<repository>
35-
<id>spring-snasphot</id>
36-
<url>https://repo.spring.io/snapshot</url>
35+
<id>spring-milestone</id>
36+
<url>https://repo.spring.io/milestone</url>
3737
</repository>
3838
</repositories>
3939
<dependencies>
4040
<dependency>
4141
<groupId>org.springframework.security</groupId>
4242
<artifactId>spring-security-core</artifactId>
43-
<version>4.0.0.CI-SNAPSHOT</version>
43+
<version>4.0.0.RC1</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>

cas/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-cas</artifactId>
6-
<version>4.0.0.CI-SNAPSHOT</version>
6+
<version>4.0.0.RC1</version>
77
<name>spring-security-cas</name>
88
<description>spring-security-cas</description>
99
<url>http://spring.io/spring-security</url>
@@ -32,8 +32,8 @@
3232
</scm>
3333
<repositories>
3434
<repository>
35-
<id>spring-snasphot</id>
36-
<url>https://repo.spring.io/snapshot</url>
35+
<id>spring-milestone</id>
36+
<url>https://repo.spring.io/milestone</url>
3737
</repository>
3838
</repositories>
3939
<dependencies>
@@ -46,13 +46,13 @@
4646
<dependency>
4747
<groupId>org.springframework.security</groupId>
4848
<artifactId>spring-security-core</artifactId>
49-
<version>4.0.0.CI-SNAPSHOT</version>
49+
<version>4.0.0.RC1</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.security</groupId>
5454
<artifactId>spring-security-web</artifactId>
55-
<version>4.0.0.CI-SNAPSHOT</version>
55+
<version>4.0.0.RC1</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>

config/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-config</artifactId>
6-
<version>4.0.0.CI-SNAPSHOT</version>
6+
<version>4.0.0.RC1</version>
77
<name>spring-security-config</name>
88
<description>spring-security-config</description>
99
<url>http://spring.io/spring-security</url>
@@ -32,8 +32,8 @@
3232
</scm>
3333
<repositories>
3434
<repository>
35-
<id>spring-snasphot</id>
36-
<url>https://repo.spring.io/snapshot</url>
35+
<id>spring-milestone</id>
36+
<url>https://repo.spring.io/milestone</url>
3737
</repository>
3838
</repositories>
3939
<dependencies>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.springframework.security</groupId>
4848
<artifactId>spring-security-core</artifactId>
49-
<version>4.0.0.CI-SNAPSHOT</version>
49+
<version>4.0.0.RC1</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
@@ -96,28 +96,28 @@
9696
<dependency>
9797
<groupId>org.springframework.security</groupId>
9898
<artifactId>spring-security-ldap</artifactId>
99-
<version>4.0.0.CI-SNAPSHOT</version>
99+
<version>4.0.0.RC1</version>
100100
<scope>compile</scope>
101101
<optional>true</optional>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.springframework.security</groupId>
105105
<artifactId>spring-security-messaging</artifactId>
106-
<version>4.0.0.CI-SNAPSHOT</version>
106+
<version>4.0.0.RC1</version>
107107
<scope>compile</scope>
108108
<optional>true</optional>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.springframework.security</groupId>
112112
<artifactId>spring-security-openid</artifactId>
113-
<version>4.0.0.CI-SNAPSHOT</version>
113+
<version>4.0.0.RC1</version>
114114
<scope>compile</scope>
115115
<optional>true</optional>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.springframework.security</groupId>
119119
<artifactId>spring-security-web</artifactId>
120-
<version>4.0.0.CI-SNAPSHOT</version>
120+
<version>4.0.0.RC1</version>
121121
<scope>compile</scope>
122122
<optional>true</optional>
123123
</dependency>
@@ -375,13 +375,13 @@
375375
<dependency>
376376
<groupId>org.springframework.security</groupId>
377377
<artifactId>spring-security-aspects</artifactId>
378-
<version>4.0.0.CI-SNAPSHOT</version>
378+
<version>4.0.0.RC1</version>
379379
<scope>test</scope>
380380
</dependency>
381381
<dependency>
382382
<groupId>org.springframework.security</groupId>
383383
<artifactId>spring-security-cas</artifactId>
384-
<version>4.0.0.CI-SNAPSHOT</version>
384+
<version>4.0.0.RC1</version>
385385
<scope>test</scope>
386386
</dependency>
387387
<dependency>

config/src/main/resources/org/springframework/security/config/spring-security-3.1.xsd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,8 +1324,7 @@
13241324
<xs:attributeGroup name="form-login.attlist">
13251325
<xs:attribute name="login-processing-url" type="xs:token">
13261326
<xs:annotation>
1327-
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to
1328-
/login.
1327+
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to /login.
13291328
</xs:documentation>
13301329
</xs:annotation>
13311330
</xs:attribute>

config/src/main/resources/org/springframework/security/config/spring-security-3.2.xsd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,8 +1326,7 @@
13261326
<xs:attributeGroup name="form-login.attlist">
13271327
<xs:attribute name="login-processing-url" type="xs:token">
13281328
<xs:annotation>
1329-
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to
1330-
/login.
1329+
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to /login.
13311330
</xs:documentation>
13321331
</xs:annotation>
13331332
</xs:attribute>

config/src/main/resources/org/springframework/security/config/spring-security-4.0.xsd

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<xs:attribute name="use-expressions" use="required" type="xs:boolean">
196196
<xs:annotation>
197197
<xs:documentation>Enables the use of expressions in the 'access' attributes in &lt;intercept-url&gt; elements
198-
rather than the traditional list of configuration attributes. Defaults to 'false'. If
198+
rather than the traditional list of configuration attributes. Defaults to 'true'. If
199199
enabled, each attribute should contain a single boolean expression. If the expression
200200
evaluates to 'true', access will be granted.
201201
</xs:documentation>
@@ -619,7 +619,7 @@
619619
<xs:attribute name="use-expressions" type="xs:boolean">
620620
<xs:annotation>
621621
<xs:documentation>Enables the use of expressions in the 'access' attributes in &lt;intercept-url&gt; elements
622-
rather than the traditional list of configuration attributes. Defaults to 'false'. If
622+
rather than the traditional list of configuration attributes. Defaults to 'true'. If
623623
enabled, each attribute should contain a single boolean expression. If the expression
624624
evaluates to 'true', access will be granted.
625625
</xs:documentation>
@@ -1113,7 +1113,7 @@
11131113
<xs:attribute name="use-expressions" type="xs:boolean">
11141114
<xs:annotation>
11151115
<xs:documentation>Enables the use of expressions in the 'access' attributes in &lt;intercept-url&gt; elements
1116-
rather than the traditional list of configuration attributes. Defaults to 'false'. If
1116+
rather than the traditional list of configuration attributes. Defaults to 'true'. If
11171117
enabled, each attribute should contain a single boolean expression. If the expression
11181118
evaluates to 'true', access will be granted.
11191119
</xs:documentation>
@@ -1353,8 +1353,7 @@
13531353
<xs:attributeGroup name="form-login.attlist">
13541354
<xs:attribute name="login-processing-url" type="xs:token">
13551355
<xs:annotation>
1356-
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to
1357-
/login.
1356+
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to /login.
13581357
</xs:documentation>
13591358
</xs:annotation>
13601359
</xs:attribute>
@@ -1388,16 +1387,16 @@
13881387
<xs:attribute name="login-page" type="xs:token">
13891388
<xs:annotation>
13901389
<xs:documentation>The URL for the login page. If no login URL is specified, Spring Security will
1391-
automatically create a login URL at GET /login and a corresponding filter to
1392-
render that login URL when requested.
1390+
automatically create a login URL at GET /login and a corresponding filter to render that
1391+
login URL when requested.
13931392
</xs:documentation>
13941393
</xs:annotation>
13951394
</xs:attribute>
13961395
<xs:attribute name="authentication-failure-url" type="xs:token">
13971396
<xs:annotation>
13981397
<xs:documentation>The URL for the login failure page. If no login failure URL is specified, Spring Security
1399-
will automatically create a failure login URL at /login?error and a
1400-
corresponding filter to render that login failure URL when requested.
1398+
will automatically create a failure login URL at /login?error and a corresponding filter
1399+
to render that login failure URL when requested.
14011400
</xs:documentation>
14021401
</xs:annotation>
14031402
</xs:attribute>
@@ -1595,7 +1594,7 @@
15951594
<xs:attribute name="use-expressions" type="xs:boolean">
15961595
<xs:annotation>
15971596
<xs:documentation>Enables the use of expressions in the 'access' attributes in &lt;intercept-url&gt; elements
1598-
rather than the traditional list of configuration attributes. Defaults to 'false'. If
1597+
rather than the traditional list of configuration attributes. Defaults to 'true'. If
15991598
enabled, each attribute should contain a single boolean expression. If the expression
16001599
evaluates to 'true', access will be granted.
16011600
</xs:documentation>

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-core</artifactId>
6-
<version>4.0.0.CI-SNAPSHOT</version>
6+
<version>4.0.0.RC1</version>
77
<name>spring-security-core</name>
88
<description>spring-security-core</description>
99
<url>http://spring.io/spring-security</url>
@@ -32,8 +32,8 @@
3232
</scm>
3333
<repositories>
3434
<repository>
35-
<id>spring-snasphot</id>
36-
<url>https://repo.spring.io/snapshot</url>
35+
<id>spring-milestone</id>
36+
<url>https://repo.spring.io/milestone</url>
3737
</repository>
3838
</repositories>
3939
<dependencies>

crypto/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-crypto</artifactId>
6-
<version>4.0.0.CI-SNAPSHOT</version>
6+
<version>4.0.0.RC1</version>
77
<name>spring-security-crypto</name>
88
<description>spring-security-crypto</description>
99
<url>http://spring.io/spring-security</url>
@@ -32,8 +32,8 @@
3232
</scm>
3333
<repositories>
3434
<repository>
35-
<id>spring-snasphot</id>
36-
<url>https://repo.spring.io/snapshot</url>
35+
<id>spring-milestone</id>
36+
<url>https://repo.spring.io/milestone</url>
3737
</repository>
3838
</repositories>
3939
<dependencies>

data/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-data</artifactId>
6-
<version>4.0.0.CI-SNAPSHOT</version>
6+
<version>4.0.0.RC1</version>
77
<name>spring-security-data</name>
88
<description>spring-security-data</description>
99
<url>http://spring.io/spring-security</url>
@@ -32,8 +32,8 @@
3232
</scm>
3333
<repositories>
3434
<repository>
35-
<id>spring-snasphot</id>
36-
<url>https://repo.spring.io/snapshot</url>
35+
<id>spring-milestone</id>
36+
<url>https://repo.spring.io/milestone</url>
3737
</repository>
3838
</repositories>
3939
<dependencies>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.springframework.security</groupId>
4848
<artifactId>spring-security-core</artifactId>
49-
<version>4.0.0.CI-SNAPSHOT</version>
49+
<version>4.0.0.RC1</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=4.0.0.CI-SNAPSHOT
1+
version=4.0.0.RC1

itest/context/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>itest-context</artifactId>
6-
<version>4.0.0.CI-SNAPSHOT</version>
6+
<version>4.0.0.RC1</version>
77
<name>itest-context</name>
88
<description>itest-context</description>
99
<url>http://spring.io/spring-security</url>
@@ -32,8 +32,8 @@
3232
</scm>
3333
<repositories>
3434
<repository>
35-
<id>spring-snasphot</id>
36-
<url>https://repo.spring.io/snapshot</url>
35+
<id>spring-milestone</id>
36+
<url>https://repo.spring.io/milestone</url>
3737
</repository>
3838
</repositories>
3939
<dependencies>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.springframework.security</groupId>
5454
<artifactId>spring-security-core</artifactId>
55-
<version>4.0.0.CI-SNAPSHOT</version>
55+
<version>4.0.0.RC1</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>
@@ -131,13 +131,13 @@
131131
<dependency>
132132
<groupId>org.springframework.security</groupId>
133133
<artifactId>spring-security-config</artifactId>
134-
<version>4.0.0.CI-SNAPSHOT</version>
134+
<version>4.0.0.RC1</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.springframework.security</groupId>
139139
<artifactId>spring-security-web</artifactId>
140-
<version>4.0.0.CI-SNAPSHOT</version>
140+
<version>4.0.0.RC1</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>

0 commit comments

Comments
 (0)