You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/03/20 19:10:13 UTC

[4/5] directory-fortress-core git commit: fix log4j version typeo in accel checkaccess profile

fix log4j version typeo in accel checkaccess profile


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/b681aab4
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/b681aab4
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/b681aab4

Branch: refs/heads/master
Commit: b681aab4a94736d417b24f03a3041fb549e81ca1
Parents: 41f2086
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Mar 20 11:18:11 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Mar 20 11:18:11 2016 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/b681aab4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e8736d..8fd69b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -890,7 +890,7 @@
               <dependency>
                 <groupId>log4j</groupId>
                 <artifactId>log4j</artifactId>
-                <version>${`}</version>
+                <version>${version.log4j}</version>
               </dependency>
               <dependency>
                 <groupId>org.apache.directory.fortress</groupId>