You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/03/13 16:14:06 UTC

[myfaces] branch master updated: MYFACES-4323: fix it for windows

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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b48eeb  MYFACES-4323: fix it for windows
8b48eeb is described below

commit 8b48eebe391b39daa8d56bd104c067a95e70f712
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Fri Mar 13 17:13:56 2020 +0100

    MYFACES-4323: fix it for windows
---
 impl/pom.xml              | 1 +
 integration-tests/pom.xml | 2 +-
 parent/pom.xml            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 8065ecf..ac0d644 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -633,6 +633,7 @@
                             <value>COMPAT,CLDR</value>
                         </property>
                     </systemProperties>
+                    <argLine>-Djava.locale.providers=COMPAT,CLDR</argLine>
                 </configuration>
 
                 <executions>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 2fc58a8..6b22971 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -40,7 +40,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.22.1</version>
+                <version>2.22.2</version>
                 <configuration>
                     <systemPropertyVariables>
                         <tomcat.util.scan.StandardJarScanFilter.jarsToSkip>serializer.jar</tomcat.util.scan.StandardJarScanFilter.jarsToSkip>
diff --git a/parent/pom.xml b/parent/pom.xml
index aecec5c..82a5f58 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -162,7 +162,7 @@
 
                 <plugin>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.22.1</version>
+                    <version>2.22.2</version>
                 </plugin>
 
                 <plugin>