Skip to content

Commit d2524ea

Browse files
author
Rob Winch
committed
Update poms to new to SNAPSHOT version
1 parent db08be0 commit d2524ea

File tree

48 files changed

+473
-185
lines changed

Some content is hidden

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

48 files changed

+473
-185
lines changed

acl/pom.xml

Lines changed: 8 additions & 2 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.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
54+
<version>4.2.3.BUILD-SNAPSHOT</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -151,6 +151,12 @@
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>
154160
<build>
155161
<plugins>
156162
<plugin>

aspects/pom.xml

Lines changed: 8 additions & 2 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.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
48+
<version>4.2.3.BUILD-SNAPSHOT</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
@@ -130,6 +130,12 @@
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>
133139
<build>
134140
<plugins>
135141
<plugin>

cas/pom.xml

Lines changed: 9 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-cas</artifactId>
6-
<version>4.2.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
54+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
60+
<version>4.2.3.BUILD-SNAPSHOT</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
@@ -155,6 +155,12 @@
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>
158164
<build>
159165
<plugins>
160166
<plugin>

config/pom.xml

Lines changed: 14 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-config</artifactId>
6-
<version>4.2.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
54+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
100+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
107+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
114+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
121+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
368+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
374+
<version>4.2.3.BUILD-SNAPSHOT</version>
375375
<scope>test</scope>
376376
</dependency>
377377
<dependency>
@@ -390,6 +390,12 @@
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>
393399
<build>
394400
<plugins>
395401
<plugin>

core/pom.xml

Lines changed: 7 additions & 1 deletion
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.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</version>
77
<name>spring-security-core</name>
88
<description>spring-security-core</description>
99
<url>http://spring.io/spring-security</url>
@@ -294,6 +294,12 @@
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>
297303
<build>
298304
<plugins>
299305
<plugin>

crypto/pom.xml

Lines changed: 7 additions & 1 deletion
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.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</version>
77
<name>spring-security-crypto</name>
88
<description>spring-security-crypto</description>
99
<url>http://spring.io/spring-security</url>
@@ -92,6 +92,12 @@
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>
95101
<build>
96102
<plugins>
97103
<plugin>

data/pom.xml

Lines changed: 8 additions & 2 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.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
54+
<version>4.2.3.BUILD-SNAPSHOT</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -108,6 +108,12 @@
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>
111117
<build>
112118
<plugins>
113119
<plugin>

itest/context/pom.xml

Lines changed: 10 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>itest-context</artifactId>
6-
<version>4.2.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
60+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
135+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
141+
<version>4.2.3.BUILD-SNAPSHOT</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>
@@ -152,6 +152,12 @@
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>
155161
<build>
156162
<plugins>
157163
<plugin>

itest/web/pom.xml

Lines changed: 12 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-web</artifactId>
6-
<version>4.2.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
101+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
107+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
113+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
119+
<version>4.2.3.BUILD-SNAPSHOT</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.2.RELEASE</version>
125+
<version>4.2.3.BUILD-SNAPSHOT</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>
@@ -141,6 +141,12 @@
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>
144150
<build>
145151
<plugins>
146152
<plugin>

ldap/pom.xml

Lines changed: 8 additions & 2 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-ldap</artifactId>
6-
<version>4.2.2.RELEASE</version>
6+
<version>4.2.3.BUILD-SNAPSHOT</version>
77
<name>spring-security-ldap</name>
88
<description>spring-security-ldap</description>
99
<url>http://spring.io/spring-security</url>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.springframework.security</groupId>
7575
<artifactId>spring-security-core</artifactId>
76-
<version>4.2.2.RELEASE</version>
76+
<version>4.2.3.BUILD-SNAPSHOT</version>
7777
<scope>compile</scope>
7878
</dependency>
7979
<dependency>
@@ -200,6 +200,12 @@
200200
<scope>test</scope>
201201
</dependency>
202202
</dependencies>
203+
<repositories>
204+
<repository>
205+
<id>spring-snapshot</id>
206+
<url>https://repo.spring.io/snapshot</url>
207+
</repository>
208+
</repositories>
203209
<build>
204210
<plugins>
205211
<plugin>

0 commit comments

Comments
 (0)