[java-parent-project-v3] branch master updated: INFRA-158 - Add ldaptive.version property.

Tom Zeller tzeller at dragonacea.biz
Fri May 6 16:54:02 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

The following commit(s) were added to refs/heads/master by this push:
       new  8179a03   INFRA-158 - Add ldaptive.version property.
8179a03 is described below

commit 8179a03124054dae55e1e6f0d708115ba7baa799
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri May 6 15:53:53 2016 -0500

    INFRA-158 - Add ldaptive.version property.
    
    In order to use 'mvn dependency:resolve' as a technique to download a
    dependency for eventual upload to our Nexus repository, the version of
    the dependency must be overriden on the command line, thus requiring a
    property, AFAICT.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eac0792..7e84b05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
         <httpclient.version>4.3.6</httpclient.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
         <jetty.version>9.2.14.v20151106</jetty.version>
+        <ldaptive.version>1.0.7</ldaptive.version>
         <logback.version>1.1.3</logback.version>
         <slf4j.groupId>org.slf4j</slf4j.groupId>
         <slf4j.version>1.7.12</slf4j.version>
@@ -300,7 +301,7 @@
             <dependency>
                 <groupId>org.ldaptive</groupId>
                 <artifactId>ldaptive</artifactId>
-                <version>1.0.7</version>
+                <version>${ldaptive.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.velocity</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list