DATALDAP-14 - Added a build profile to run the build against the next version of Spring LDAP.

Currently 2.3.0.BUILD-SNAPSHOT.
This commit is contained in:
Oliver Gierke
2016-12-19 17:42:22 +01:00
parent c025d0f4fa
commit f46dced868

View File

@@ -152,6 +152,12 @@
</build>
<profiles>
<profile>
<id>springldap-next</id>
<properties>
<spring-ldap>2.3.0.BUILD-SNAPSHOT</spring-ldap>
</properties>
</profile>
<profile>
<id>release</id>
<build>