You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/05/03 23:59:24 UTC

[nifi] branch main updated: NIFI-8478 - This closes #5052. handle undefined system property 'user.region'

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

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new a74c176  NIFI-8478 - This closes #5052. handle undefined system property 'user.region'
a74c176 is described below

commit a74c17616dec05375a075c0200d66c6321fb9a83
Author: Paul Grey <gr...@yahoo.com>
AuthorDate: Mon May 3 18:10:02 2021 -0400

    NIFI-8478 - This closes #5052. handle undefined system property 'user.region'
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f59c279..20db380 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,6 @@
                             -Djava.net.preferIPv4Stack=true
                             -Duser.language=${user.language}
                             -Duser.country=${user.country}
-                            -Duser.region=${user.region}
                             -Duser.timezone=${user.timezone}
                             -Dfile.encoding=UTF-8</argLine>
                     </configuration>