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 2022/01/08 22:43:05 UTC

[directory-fortress-core] branch master updated: fix ou mapping in load test

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ba7219  fix ou mapping in load test
4ba7219 is described below

commit 4ba72193aae3c9d7e0cdeb60d6e559c56bce8183
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jan 8 16:43:01 2022 -0600

    fix ou mapping in load test
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 25316e4..40d352a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -831,7 +831,7 @@
                 <sleep>${sleep}</sleep>
                 <size>${size}</size>
                 <perm>${perm}</perm>
-                <perm>${ou}</perm>
+                <ou>${ou}</ou>
               </propertiesSystem>
             </configuration>
             <executions>