Browse Source

Corrected version of Spring-ldap in ntlm module (again).

Luke Taylor 18 years ago
parent
commit
a9396afcd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ntlm/pom.xml

+ 1 - 1
ntlm/pom.xml

@@ -36,7 +36,7 @@
         <dependency>
         <dependency>
             <groupId>org.springframework.ldap</groupId>
             <groupId>org.springframework.ldap</groupId>
             <artifactId>spring-ldap</artifactId>
             <artifactId>spring-ldap</artifactId>
-            <version>1.2-SNAPSHOT</version>
+            <version>1.2.1-SNAPSHOT</version>
             <optional>true</optional>
             <optional>true</optional>
         </dependency>
         </dependency>
     </dependencies>
     </dependencies>