Skip to content

Commit

Permalink
Release version 4.0.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Dec 11, 2014
1 parent a36c4bc commit 6a25b8b
Show file tree
Hide file tree
Showing 50 changed files with 283 additions and 286 deletions.
8 changes: 4 additions & 4 deletions acl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<name>spring-security-acl</name>
<description>spring-security-acl</description>
<url>http://spring.io/spring-security</url>
Expand Down Expand Up @@ -32,8 +32,8 @@
</scm>
<repositories>
<repository>
<id>spring-snasphot</id>
<url>https://repo.spring.io/snapshot</url>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<dependencies>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions aspects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-aspects</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<name>spring-security-aspects</name>
<description>spring-security-aspects</description>
<url>http://spring.io/spring-security</url>
Expand Down Expand Up @@ -32,15 +32,15 @@
</scm>
<repositories>
<repository>
<id>spring-snasphot</id>
<url>https://repo.spring.io/snapshot</url>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions cas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-cas</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<name>spring-security-cas</name>
<description>spring-security-cas</description>
<url>http://spring.io/spring-security</url>
Expand Down Expand Up @@ -32,8 +32,8 @@
</scm>
<repositories>
<repository>
<id>spring-snasphot</id>
<url>https://repo.spring.io/snapshot</url>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<dependencies>
Expand All @@ -46,13 +46,13 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
20 changes: 10 additions & 10 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<name>spring-security-config</name>
<description>spring-security-config</description>
<url>http://spring.io/spring-security</url>
Expand Down Expand Up @@ -32,8 +32,8 @@
</scm>
<repositories>
<repository>
<id>spring-snasphot</id>
<url>https://repo.spring.io/snapshot</url>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<dependencies>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -96,28 +96,28 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-ldap</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-messaging</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-openid</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -375,13 +375,13 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-aspects</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-cas</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1324,8 +1324,7 @@
<xs:attributeGroup name="form-login.attlist">
<xs:attribute name="login-processing-url" type="xs:token">
<xs:annotation>
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to
/login.
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to /login.
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1326,8 +1326,7 @@
<xs:attributeGroup name="form-login.attlist">
<xs:attribute name="login-processing-url" type="xs:token">
<xs:annotation>
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to
/login.
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to /login.
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<xs:attribute name="use-expressions" use="required" type="xs:boolean">
<xs:annotation>
<xs:documentation>Enables the use of expressions in the 'access' attributes in &lt;intercept-url&gt; elements
rather than the traditional list of configuration attributes. Defaults to 'false'. If
rather than the traditional list of configuration attributes. Defaults to 'true'. If
enabled, each attribute should contain a single boolean expression. If the expression
evaluates to 'true', access will be granted.
</xs:documentation>
Expand Down Expand Up @@ -619,7 +619,7 @@
<xs:attribute name="use-expressions" type="xs:boolean">
<xs:annotation>
<xs:documentation>Enables the use of expressions in the 'access' attributes in &lt;intercept-url&gt; elements
rather than the traditional list of configuration attributes. Defaults to 'false'. If
rather than the traditional list of configuration attributes. Defaults to 'true'. If
enabled, each attribute should contain a single boolean expression. If the expression
evaluates to 'true', access will be granted.
</xs:documentation>
Expand Down Expand Up @@ -1113,7 +1113,7 @@
<xs:attribute name="use-expressions" type="xs:boolean">
<xs:annotation>
<xs:documentation>Enables the use of expressions in the 'access' attributes in &lt;intercept-url&gt; elements
rather than the traditional list of configuration attributes. Defaults to 'false'. If
rather than the traditional list of configuration attributes. Defaults to 'true'. If
enabled, each attribute should contain a single boolean expression. If the expression
evaluates to 'true', access will be granted.
</xs:documentation>
Expand Down Expand Up @@ -1353,8 +1353,7 @@
<xs:attributeGroup name="form-login.attlist">
<xs:attribute name="login-processing-url" type="xs:token">
<xs:annotation>
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to
/login.
<xs:documentation>The URL that the login form is posted to. If unspecified, it defaults to /login.
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down Expand Up @@ -1388,16 +1387,16 @@
<xs:attribute name="login-page" type="xs:token">
<xs:annotation>
<xs:documentation>The URL for the login page. If no login URL is specified, Spring Security will
automatically create a login URL at GET /login and a corresponding filter to
render that login URL when requested.
automatically create a login URL at GET /login and a corresponding filter to render that
login URL when requested.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authentication-failure-url" type="xs:token">
<xs:annotation>
<xs:documentation>The URL for the login failure page. If no login failure URL is specified, Spring Security
will automatically create a failure login URL at /login?error and a
corresponding filter to render that login failure URL when requested.
will automatically create a failure login URL at /login?error and a corresponding filter
to render that login failure URL when requested.
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down Expand Up @@ -1595,7 +1594,7 @@
<xs:attribute name="use-expressions" type="xs:boolean">
<xs:annotation>
<xs:documentation>Enables the use of expressions in the 'access' attributes in &lt;intercept-url&gt; elements
rather than the traditional list of configuration attributes. Defaults to 'false'. If
rather than the traditional list of configuration attributes. Defaults to 'true'. If
enabled, each attribute should contain a single boolean expression. If the expression
evaluates to 'true', access will be granted.
</xs:documentation>
Expand Down
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<name>spring-security-core</name>
<description>spring-security-core</description>
<url>http://spring.io/spring-security</url>
Expand Down Expand Up @@ -32,8 +32,8 @@
</scm>
<repositories>
<repository>
<id>spring-snasphot</id>
<url>https://repo.spring.io/snapshot</url>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<name>spring-security-crypto</name>
<description>spring-security-crypto</description>
<url>http://spring.io/spring-security</url>
Expand Down Expand Up @@ -32,8 +32,8 @@
</scm>
<repositories>
<repository>
<id>spring-snasphot</id>
<url>https://repo.spring.io/snapshot</url>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-data</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<name>spring-security-data</name>
<description>spring-security-data</description>
<url>http://spring.io/spring-security</url>
Expand Down Expand Up @@ -32,8 +32,8 @@
</scm>
<repositories>
<repository>
<id>spring-snasphot</id>
<url>https://repo.spring.io/snapshot</url>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<dependencies>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=4.0.0.CI-SNAPSHOT
version=4.0.0.RC1
12 changes: 6 additions & 6 deletions itest/context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>itest-context</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<name>itest-context</name>
<description>itest-context</description>
<url>http://spring.io/spring-security</url>
Expand Down Expand Up @@ -32,8 +32,8 @@
</scm>
<repositories>
<repository>
<id>spring-snasphot</id>
<url>https://repo.spring.io/snapshot</url>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<dependencies>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -131,13 +131,13 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.0.0.CI-SNAPSHOT</version>
<version>4.0.0.RC1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 6a25b8b

Please sign in to comment.