소스 검색

Upgrade to Spring LDAP 1.2 final.

Luke Taylor 18 년 전
부모
커밋
91e0a329f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/pom.xml

+ 1 - 1
core/pom.xml

@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.springframework.ldap</groupId>
             <artifactId>spring-ldap</artifactId>
-            <version>1.2-RC1</version>
+            <version>1.2</version>
             <optional>true</optional>
         </dependency>
         <dependency>