diff --git a/gradle.properties b/gradle.properties index 7a3bcd6c..1338a0de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.2.0.BUILD-SNAPSHOT \ No newline at end of file +version=2.2.0.RC1 \ No newline at end of file diff --git a/samples/odm/pom.xml b/samples/odm/pom.xml index 05fe1a68..f7626a8a 100644 --- a/samples/odm/pom.xml +++ b/samples/odm/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.ldap spring-ldap-odm-sample - 2.1.1.BUILD-SNAPSHOT + 2.2.0.RC1 war spring-ldap-odm-sample spring-ldap-odm-sample @@ -66,6 +66,12 @@ https://github.com/SpringSource/spring-ldap + + commons-lang + commons-lang + 2.6 + compile + javax.servlet jstl @@ -81,63 +87,21 @@ org.springframework.ldap spring-ldap-test - 2.1.1.BUILD-SNAPSHOT + 2.2.0.RC1 compile org.springframework spring-context - 4.2.5.RELEASE + 4.3.3.RELEASE compile org.springframework spring-webmvc - 4.2.5.RELEASE + 4.3.3.RELEASE compile - - org.apache.directory.server - apacheds-core - 1.5.5 - compile - true - - - org.apache.directory.server - apacheds-core-entry - 1.5.5 - compile - true - - - org.apache.directory.server - apacheds-protocol-ldap - 1.5.5 - compile - true - - - org.apache.directory.server - apacheds-protocol-shared - 1.5.5 - compile - true - - - org.apache.directory.server - apacheds-server-jndi - 1.5.5 - compile - true - - - org.apache.directory.shared - shared-ldap - 0.9.15 - compile - true - javax.servlet servlet-api @@ -153,7 +117,43 @@ junit junit - 4.11 + 4.12 + test + + + org.apache.directory.server + apacheds-core + 1.5.5 + test + + + org.apache.directory.server + apacheds-core-entry + 1.5.5 + test + + + org.apache.directory.server + apacheds-protocol-ldap + 1.5.5 + test + + + org.apache.directory.server + apacheds-protocol-shared + 1.5.5 + test + + + org.apache.directory.server + apacheds-server-jndi + 1.5.5 + test + + + org.apache.directory.shared + shared-ldap + 0.9.15 test @@ -165,7 +165,7 @@ org.springframework spring-test - 4.2.5.RELEASE + 4.3.3.RELEASE test diff --git a/samples/plain/pom.xml b/samples/plain/pom.xml index 956a9776..7140bea9 100644 --- a/samples/plain/pom.xml +++ b/samples/plain/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.ldap spring-ldap-plain-sample - 2.1.1.BUILD-SNAPSHOT + 2.2.0.RC1 war spring-ldap-plain-sample spring-ldap-plain-sample @@ -81,19 +81,19 @@ org.springframework.ldap spring-ldap-test - 2.1.1.BUILD-SNAPSHOT + 2.2.0.RC1 compile org.springframework spring-context - 4.2.5.RELEASE + 4.3.3.RELEASE compile org.springframework spring-webmvc - 4.2.5.RELEASE + 4.3.3.RELEASE compile @@ -153,7 +153,7 @@ junit junit - 4.11 + 4.12 test @@ -165,7 +165,7 @@ org.springframework spring-test - 4.2.5.RELEASE + 4.3.3.RELEASE test diff --git a/samples/user-admin/pom.xml b/samples/user-admin/pom.xml index f71a0b7e..db42ec29 100644 --- a/samples/user-admin/pom.xml +++ b/samples/user-admin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.ldap spring-ldap-user-admin-sample - 2.1.1.BUILD-SNAPSHOT + 2.2.0.RC1 war spring-ldap-user-admin-sample spring-ldap-user-admin-sample @@ -93,19 +93,19 @@ org.springframework.ldap spring-ldap-test - 2.1.1.BUILD-SNAPSHOT + 2.2.0.RC1 compile org.springframework spring-context - 4.2.5.RELEASE + 4.3.3.RELEASE compile org.springframework spring-webmvc - 4.2.5.RELEASE + 4.3.3.RELEASE compile @@ -129,13 +129,13 @@ junit junit - 4.11 + 4.12 test org.springframework spring-test - 4.2.5.RELEASE + 4.3.3.RELEASE test