diff --git a/pom.xml b/pom.xml
index e0d6095d3..40013db3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
OAuth for Spring Security
Parent Project for OAuth Support for Spring Security
pom
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
http://static.springframework.org/spring-security/oauth
diff --git a/samples/oauth/sparklr/pom.xml b/samples/oauth/sparklr/pom.xml
index 6ac6f16fe..5aaf4e074 100644
--- a/samples/oauth/sparklr/pom.xml
+++ b/samples/oauth/sparklr/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security.oauth
spring-security-oauth-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
../../..
diff --git a/samples/oauth/tonr/pom.xml b/samples/oauth/tonr/pom.xml
index 5208ef565..2436e03b9 100644
--- a/samples/oauth/tonr/pom.xml
+++ b/samples/oauth/tonr/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security.oauth
spring-security-oauth-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
../../..
diff --git a/samples/oauth2/sparklr/pom.xml b/samples/oauth2/sparklr/pom.xml
index 55c42c466..652bd4424 100644
--- a/samples/oauth2/sparklr/pom.xml
+++ b/samples/oauth2/sparklr/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security.oauth
spring-security-oauth-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
../../..
diff --git a/samples/oauth2/tonr/pom.xml b/samples/oauth2/tonr/pom.xml
index 270ea6a02..f109dd729 100644
--- a/samples/oauth2/tonr/pom.xml
+++ b/samples/oauth2/tonr/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security.oauth
spring-security-oauth-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
../../..
diff --git a/samples/pom.xml b/samples/pom.xml
index 279338864..53fd71e85 100755
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security.oauth
spring-security-oauth-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
spring-security-oauth-samples
diff --git a/spring-security-oauth/pom.xml b/spring-security-oauth/pom.xml
index 472897cae..c38f0e7bb 100644
--- a/spring-security-oauth/pom.xml
+++ b/spring-security-oauth/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security.oauth
spring-security-oauth-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
spring-security-oauth
diff --git a/spring-security-oauth2/pom.xml b/spring-security-oauth2/pom.xml
index 8ca0e0188..616885aea 100644
--- a/spring-security-oauth2/pom.xml
+++ b/spring-security-oauth2/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security.oauth
spring-security-oauth-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
spring-security-oauth2
diff --git a/tests/annotation/approval/pom.xml b/tests/annotation/approval/pom.xml
index 6b004eedd..b1f4eceef 100644
--- a/tests/annotation/approval/pom.xml
+++ b/tests/annotation/approval/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/annotation/client/pom.xml b/tests/annotation/client/pom.xml
index 4fe123979..cf2b1255d 100644
--- a/tests/annotation/client/pom.xml
+++ b/tests/annotation/client/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/annotation/common/pom.xml b/tests/annotation/common/pom.xml
index f60499b23..90cdbc051 100644
--- a/tests/annotation/common/pom.xml
+++ b/tests/annotation/common/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/annotation/form/pom.xml b/tests/annotation/form/pom.xml
index 89a0fc3f4..83a161a51 100644
--- a/tests/annotation/form/pom.xml
+++ b/tests/annotation/form/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/annotation/jdbc/pom.xml b/tests/annotation/jdbc/pom.xml
index 4f9fe30d6..b467bb083 100644
--- a/tests/annotation/jdbc/pom.xml
+++ b/tests/annotation/jdbc/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/annotation/jwt/pom.xml b/tests/annotation/jwt/pom.xml
index 2b64d7d45..af8cb1bc3 100644
--- a/tests/annotation/jwt/pom.xml
+++ b/tests/annotation/jwt/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/annotation/mappings/pom.xml b/tests/annotation/mappings/pom.xml
index 7a66dde14..db5246d9c 100644
--- a/tests/annotation/mappings/pom.xml
+++ b/tests/annotation/mappings/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/annotation/multi/pom.xml b/tests/annotation/multi/pom.xml
index 81c3e9feb..dce5cd5b4 100644
--- a/tests/annotation/multi/pom.xml
+++ b/tests/annotation/multi/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/annotation/pom.xml b/tests/annotation/pom.xml
index 9043c5948..5a342d427 100644
--- a/tests/annotation/pom.xml
+++ b/tests/annotation/pom.xml
@@ -4,7 +4,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
pom
@@ -34,7 +34,7 @@
org.springframework.security.oauth
spring-security-oauth2
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
jackson-mapper-asl
diff --git a/tests/annotation/resource/pom.xml b/tests/annotation/resource/pom.xml
index ea7f66f2c..d369d92dc 100644
--- a/tests/annotation/resource/pom.xml
+++ b/tests/annotation/resource/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/annotation/vanilla/pom.xml b/tests/annotation/vanilla/pom.xml
index d5eaf3e2e..bcc9e0e40 100644
--- a/tests/annotation/vanilla/pom.xml
+++ b/tests/annotation/vanilla/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/pom.xml b/tests/pom.xml
index f0a503e1d..22c71cf71 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security.oauth
spring-security-oauth-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
spring-security-oauth-tests
diff --git a/tests/xml/approval/pom.xml b/tests/xml/approval/pom.xml
index 2145afa1b..38be519c2 100644
--- a/tests/xml/approval/pom.xml
+++ b/tests/xml/approval/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-xml-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/xml/client/pom.xml b/tests/xml/client/pom.xml
index a43aec0a7..3487371b9 100644
--- a/tests/xml/client/pom.xml
+++ b/tests/xml/client/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-xml-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/xml/common/pom.xml b/tests/xml/common/pom.xml
index 50f03c395..afc5be7c8 100644
--- a/tests/xml/common/pom.xml
+++ b/tests/xml/common/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-xml-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/xml/form/pom.xml b/tests/xml/form/pom.xml
index 444a0e50c..b54641236 100644
--- a/tests/xml/form/pom.xml
+++ b/tests/xml/form/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-xml-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/xml/jdbc/pom.xml b/tests/xml/jdbc/pom.xml
index a1f36b357..ec8fc8c87 100644
--- a/tests/xml/jdbc/pom.xml
+++ b/tests/xml/jdbc/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-xml-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/xml/jwt/pom.xml b/tests/xml/jwt/pom.xml
index 7e2b6c0a7..f81eead5e 100644
--- a/tests/xml/jwt/pom.xml
+++ b/tests/xml/jwt/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-xml-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/xml/mappings/pom.xml b/tests/xml/mappings/pom.xml
index 64e170382..fb0ed638e 100644
--- a/tests/xml/mappings/pom.xml
+++ b/tests/xml/mappings/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-xml-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
diff --git a/tests/xml/pom.xml b/tests/xml/pom.xml
index b8ecb640c..b71183ab9 100644
--- a/tests/xml/pom.xml
+++ b/tests/xml/pom.xml
@@ -4,7 +4,7 @@
org.demo
spring-oauth2-tests-xml-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
pom
@@ -32,7 +32,7 @@
org.springframework.security.oauth
spring-security-oauth2
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT
jackson-mapper-asl
diff --git a/tests/xml/vanilla/pom.xml b/tests/xml/vanilla/pom.xml
index 0e6f22d5d..4b93f2f1c 100644
--- a/tests/xml/vanilla/pom.xml
+++ b/tests/xml/vanilla/pom.xml
@@ -10,7 +10,7 @@
org.demo
spring-oauth2-tests-xml-parent
- 2.0.2.RELEASE
+ 2.0.3.BUILD-SNAPSHOT