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/03 01:52:49 UTC

[directory-fortress-core] branch master updated: missing jmeter system prop 'ou'

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 55a361f  missing jmeter system prop 'ou'
55a361f is described below

commit 55a361f529e0cc893e3b72887e584b6bd2bb521a
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sun Jan 2 19:52:44 2022 -0600

    missing jmeter system prop 'ou'
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 792786a..2c55b67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -831,6 +831,7 @@
                 <sleep>${sleep}</sleep>
                 <size>${size}</size>
                 <perm>${perm}</perm>
+                <perm>${ou}</perm>
               </propertiesSystem>
             </configuration>
             <executions>