diff --git a/gradle.properties b/gradle.properties index ca3395cc..83a261b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.0.3.CI-SNAPSHOT +version=2.0.3.RELEASE diff --git a/samples/odm/pom.xml b/samples/odm/pom.xml index 81e6d18e..762886c8 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.0.3.CI-SNAPSHOT + 2.0.3.RELEASE war spring-ldap-odm-sample spring-ldap-odm-sample @@ -65,19 +65,43 @@ scm:git:git://github.com/SpringSource/spring-ldap https://github.com/SpringSource/spring-ldap - - - spring-snasphot - http://repo.springsource.org/libs-snapshot - - + + javax.servlet + jstl + 1.2 + compile + + + org.springframework.data + spring-data-commons + 1.10.0.RELEASE + compile + + + org.springframework.ldap + spring-ldap-test + 2.0.3.RELEASE + compile + + + org.springframework + spring-context + 3.2.13.RELEASE + compile + org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile + + javax.servlet + servlet-api + 2.5 + provided + ch.qos.logback logback-classic @@ -85,35 +109,17 @@ runtime - org.springframework.ldap - spring-ldap-test - 2.0.3.CI-SNAPSHOT - compile - - - javax.servlet - jstl - 1.2 - compile + junit + junit + 4.11 + test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test - - junit - junit - 4.10 - test - - - org.springframework - spring-context - 3.2.8.RELEASE - compile - diff --git a/samples/plain/pom.xml b/samples/plain/pom.xml index 876524a0..dbc070d6 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.0.3.CI-SNAPSHOT + 2.0.3.RELEASE war spring-ldap-plain-sample spring-ldap-plain-sample @@ -65,19 +65,43 @@ scm:git:git://github.com/SpringSource/spring-ldap https://github.com/SpringSource/spring-ldap - - - spring-snasphot - http://repo.springsource.org/libs-snapshot - - + + javax.servlet + jstl + 1.2 + compile + + + org.springframework.data + spring-data-commons + 1.10.0.RELEASE + compile + + + org.springframework.ldap + spring-ldap-test + 2.0.3.RELEASE + compile + + + org.springframework + spring-context + 3.2.13.RELEASE + compile + org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile + + javax.servlet + servlet-api + 2.5 + provided + ch.qos.logback logback-classic @@ -85,35 +109,17 @@ runtime - org.springframework.ldap - spring-ldap-test - 2.0.3.CI-SNAPSHOT - compile - - - javax.servlet - jstl - 1.2 - compile + junit + junit + 4.11 + test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test - - junit - junit - 4.10 - test - - - org.springframework - spring-context - 3.2.8.RELEASE - compile - diff --git a/samples/user-admin/pom.xml b/samples/user-admin/pom.xml index 26b0cd54..6a97fcad 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.0.3.CI-SNAPSHOT + 2.0.3.RELEASE war spring-ldap-user-admin-sample spring-ldap-user-admin-sample @@ -65,37 +65,13 @@ scm:git:git://github.com/SpringSource/spring-ldap https://github.com/SpringSource/spring-ldap - - - spring-snasphot - http://repo.springsource.org/libs-snapshot - - - - org.springframework - spring-webmvc - 3.2.8.RELEASE - compile - - - ch.qos.logback - logback-classic - 1.0.13 - runtime - com.fasterxml.jackson.core jackson-databind 2.2.3 compile - - org.springframework.ldap - spring-ldap-test - 2.0.3.CI-SNAPSHOT - compile - com.google.guava guava @@ -109,23 +85,59 @@ compile - org.springframework - spring-test - 3.2.8.RELEASE - test + org.springframework.data + spring-data-commons + 1.10.0.RELEASE + compile - junit - junit - 4.10 - test + org.springframework.ldap + spring-ldap-test + 2.0.3.RELEASE + compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile + + org.springframework + spring-webmvc + 3.2.13.RELEASE + compile + + + javax.servlet.jsp + jsp-api + 2.1 + provided + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + ch.qos.logback + logback-classic + 1.0.13 + runtime + + + junit + junit + 4.11 + test + + + org.springframework + spring-test + 3.2.13.RELEASE + test +