Skip to content

Commit 9e8994a

Browse files
committed
Release version 4.2.3.RELEASE
1 parent 8b2faff commit 9e8994a

File tree

49 files changed

+186
-474
lines changed

Some content is hidden

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

49 files changed

+186
-474
lines changed

acl/pom.xml

Lines changed: 2 additions & 8 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.2.3.BUILD-SNAPSHOT</version>
6+
<version>4.2.3.RELEASE</version>
77
<name>spring-security-acl</name>
88
<description>spring-security-acl</description>
99
<url>http://spring.io/spring-security</url>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.security</groupId>
5353
<artifactId>spring-security-core</artifactId>
54-
<version>4.2.3.BUILD-SNAPSHOT</version>
54+
<version>4.2.3.RELEASE</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -151,12 +151,6 @@
151151
<scope>test</scope>
152152
</dependency>
153153
</dependencies>
154-
<repositories>
155-
<repository>
156-
<id>spring-snapshot</id>
157-
<url>https://repo.spring.io/snapshot</url>
158-
</repository>
159-
</repositories>
160154
<build>
161155
<plugins>
162156
<plugin>

aspects/pom.xml

Lines changed: 2 additions & 8 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.2.3.BUILD-SNAPSHOT</version>
6+
<version>4.2.3.RELEASE</version>
77
<name>spring-security-aspects</name>
88
<description>spring-security-aspects</description>
99
<url>http://spring.io/spring-security</url>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.springframework.security</groupId>
4747
<artifactId>spring-security-core</artifactId>
48-
<version>4.2.3.BUILD-SNAPSHOT</version>
48+
<version>4.2.3.RELEASE</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
@@ -130,12 +130,6 @@
130130
<scope>test</scope>
131131
</dependency>
132132
</dependencies>
133-
<repositories>
134-
<repository>
135-
<id>spring-snapshot</id>
136-
<url>https://repo.spring.io/snapshot</url>
137-
</repository>
138-
</repositories>
139133
<build>
140134
<plugins>
141135
<plugin>

cas/pom.xml

Lines changed: 3 additions & 9 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.2.3.BUILD-SNAPSHOT</version>
6+
<version>4.2.3.RELEASE</version>
77
<name>spring-security-cas</name>
88
<description>spring-security-cas</description>
99
<url>http://spring.io/spring-security</url>
@@ -51,13 +51,13 @@
5151
<dependency>
5252
<groupId>org.springframework.security</groupId>
5353
<artifactId>spring-security-core</artifactId>
54-
<version>4.2.3.BUILD-SNAPSHOT</version>
54+
<version>4.2.3.RELEASE</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.security</groupId>
5959
<artifactId>spring-security-web</artifactId>
60-
<version>4.2.3.BUILD-SNAPSHOT</version>
60+
<version>4.2.3.RELEASE</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
@@ -155,12 +155,6 @@
155155
<scope>test</scope>
156156
</dependency>
157157
</dependencies>
158-
<repositories>
159-
<repository>
160-
<id>spring-snapshot</id>
161-
<url>https://repo.spring.io/snapshot</url>
162-
</repository>
163-
</repositories>
164158
<build>
165159
<plugins>
166160
<plugin>

config/pom.xml

Lines changed: 8 additions & 14 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.2.3.BUILD-SNAPSHOT</version>
6+
<version>4.2.3.RELEASE</version>
77
<name>spring-security-config</name>
88
<description>spring-security-config</description>
99
<url>http://spring.io/spring-security</url>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.security</groupId>
5353
<artifactId>spring-security-core</artifactId>
54-
<version>4.2.3.BUILD-SNAPSHOT</version>
54+
<version>4.2.3.RELEASE</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -97,28 +97,28 @@
9797
<dependency>
9898
<groupId>org.springframework.security</groupId>
9999
<artifactId>spring-security-ldap</artifactId>
100-
<version>4.2.3.BUILD-SNAPSHOT</version>
100+
<version>4.2.3.RELEASE</version>
101101
<scope>compile</scope>
102102
<optional>true</optional>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.springframework.security</groupId>
106106
<artifactId>spring-security-messaging</artifactId>
107-
<version>4.2.3.BUILD-SNAPSHOT</version>
107+
<version>4.2.3.RELEASE</version>
108108
<scope>compile</scope>
109109
<optional>true</optional>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.springframework.security</groupId>
113113
<artifactId>spring-security-openid</artifactId>
114-
<version>4.2.3.BUILD-SNAPSHOT</version>
114+
<version>4.2.3.RELEASE</version>
115115
<scope>compile</scope>
116116
<optional>true</optional>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.springframework.security</groupId>
120120
<artifactId>spring-security-web</artifactId>
121-
<version>4.2.3.BUILD-SNAPSHOT</version>
121+
<version>4.2.3.RELEASE</version>
122122
<scope>compile</scope>
123123
<optional>true</optional>
124124
</dependency>
@@ -365,13 +365,13 @@
365365
<dependency>
366366
<groupId>org.springframework.security</groupId>
367367
<artifactId>spring-security-aspects</artifactId>
368-
<version>4.2.3.BUILD-SNAPSHOT</version>
368+
<version>4.2.3.RELEASE</version>
369369
<scope>test</scope>
370370
</dependency>
371371
<dependency>
372372
<groupId>org.springframework.security</groupId>
373373
<artifactId>spring-security-cas</artifactId>
374-
<version>4.2.3.BUILD-SNAPSHOT</version>
374+
<version>4.2.3.RELEASE</version>
375375
<scope>test</scope>
376376
</dependency>
377377
<dependency>
@@ -390,12 +390,6 @@
390390
<scope>test</scope>
391391
</dependency>
392392
</dependencies>
393-
<repositories>
394-
<repository>
395-
<id>spring-snapshot</id>
396-
<url>https://repo.spring.io/snapshot</url>
397-
</repository>
398-
</repositories>
399393
<build>
400394
<plugins>
401395
<plugin>

core/pom.xml

Lines changed: 1 addition & 7 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.2.3.BUILD-SNAPSHOT</version>
6+
<version>4.2.3.RELEASE</version>
77
<name>spring-security-core</name>
88
<description>spring-security-core</description>
99
<url>http://spring.io/spring-security</url>
@@ -294,12 +294,6 @@
294294
</exclusions>
295295
</dependency>
296296
</dependencies>
297-
<repositories>
298-
<repository>
299-
<id>spring-snapshot</id>
300-
<url>https://repo.spring.io/snapshot</url>
301-
</repository>
302-
</repositories>
303297
<build>
304298
<plugins>
305299
<plugin>

crypto/pom.xml

Lines changed: 1 addition & 7 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.2.3.BUILD-SNAPSHOT</version>
6+
<version>4.2.3.RELEASE</version>
77
<name>spring-security-crypto</name>
88
<description>spring-security-crypto</description>
99
<url>http://spring.io/spring-security</url>
@@ -92,12 +92,6 @@
9292
<scope>test</scope>
9393
</dependency>
9494
</dependencies>
95-
<repositories>
96-
<repository>
97-
<id>spring-snapshot</id>
98-
<url>https://repo.spring.io/snapshot</url>
99-
</repository>
100-
</repositories>
10195
<build>
10296
<plugins>
10397
<plugin>

data/pom.xml

Lines changed: 2 additions & 8 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.2.3.BUILD-SNAPSHOT</version>
6+
<version>4.2.3.RELEASE</version>
77
<name>spring-security-data</name>
88
<description>spring-security-data</description>
99
<url>http://spring.io/spring-security</url>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.security</groupId>
5353
<artifactId>spring-security-core</artifactId>
54-
<version>4.2.3.BUILD-SNAPSHOT</version>
54+
<version>4.2.3.RELEASE</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -108,12 +108,6 @@
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>
111-
<repositories>
112-
<repository>
113-
<id>spring-snapshot</id>
114-
<url>https://repo.spring.io/snapshot</url>
115-
</repository>
116-
</repositories>
117111
<build>
118112
<plugins>
119113
<plugin>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=4.2.3.BUILD-SNAPSHOT
1+
version=4.2.3.RELEASE

itest/context/pom.xml

Lines changed: 4 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>itest-context</artifactId>
6-
<version>4.2.3.BUILD-SNAPSHOT</version>
6+
<version>4.2.3.RELEASE</version>
77
<name>itest-context</name>
88
<description>itest-context</description>
99
<url>http://spring.io/spring-security</url>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.springframework.security</groupId>
5959
<artifactId>spring-security-core</artifactId>
60-
<version>4.2.3.BUILD-SNAPSHOT</version>
60+
<version>4.2.3.RELEASE</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
@@ -132,13 +132,13 @@
132132
<dependency>
133133
<groupId>org.springframework.security</groupId>
134134
<artifactId>spring-security-config</artifactId>
135-
<version>4.2.3.BUILD-SNAPSHOT</version>
135+
<version>4.2.3.RELEASE</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.springframework.security</groupId>
140140
<artifactId>spring-security-web</artifactId>
141-
<version>4.2.3.BUILD-SNAPSHOT</version>
141+
<version>4.2.3.RELEASE</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>
@@ -152,12 +152,6 @@
152152
<scope>test</scope>
153153
</dependency>
154154
</dependencies>
155-
<repositories>
156-
<repository>
157-
<id>spring-snapshot</id>
158-
<url>https://repo.spring.io/snapshot</url>
159-
</repository>
160-
</repositories>
161155
<build>
162156
<plugins>
163157
<plugin>

itest/web/pom.xml

Lines changed: 6 additions & 12 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-web</artifactId>
6-
<version>4.2.3.BUILD-SNAPSHOT</version>
6+
<version>4.2.3.RELEASE</version>
77
<name>itest-web</name>
88
<description>itest-web</description>
99
<url>http://spring.io/spring-security</url>
@@ -98,31 +98,31 @@
9898
<dependency>
9999
<groupId>org.springframework.security</groupId>
100100
<artifactId>spring-security-config</artifactId>
101-
<version>4.2.3.BUILD-SNAPSHOT</version>
101+
<version>4.2.3.RELEASE</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.springframework.security</groupId>
106106
<artifactId>spring-security-core</artifactId>
107-
<version>4.2.3.BUILD-SNAPSHOT</version>
107+
<version>4.2.3.RELEASE</version>
108108
<scope>test</scope>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.springframework.security</groupId>
112112
<artifactId>spring-security-ldap</artifactId>
113-
<version>4.2.3.BUILD-SNAPSHOT</version>
113+
<version>4.2.3.RELEASE</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.springframework.security</groupId>
118118
<artifactId>spring-security-test</artifactId>
119-
<version>4.2.3.BUILD-SNAPSHOT</version>
119+
<version>4.2.3.RELEASE</version>
120120
<scope>test</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.springframework.security</groupId>
124124
<artifactId>spring-security-web</artifactId>
125-
<version>4.2.3.BUILD-SNAPSHOT</version>
125+
<version>4.2.3.RELEASE</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>
@@ -141,12 +141,6 @@
141141
<scope>test</scope>
142142
</dependency>
143143
</dependencies>
144-
<repositories>
145-
<repository>
146-
<id>spring-snapshot</id>
147-
<url>https://repo.spring.io/snapshot</url>
148-
</repository>
149-
</repositories>
150144
<build>
151145
<plugins>
152146
<plugin>

0 commit comments

Comments
 (0)