You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/07/18 06:01:33 UTC

[05/15] struts git commit: maven-surefire-plugin update version

maven-surefire-plugin update version


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/b59f17f4
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/b59f17f4
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/b59f17f4

Branch: refs/heads/master
Commit: b59f17f467a5fa8870f8ce085419a1bfa31b1a28
Parents: 2a071cc
Author: victorsosa <vi...@peopleware.do>
Authored: Tue Jun 7 08:42:07 2016 -0400
Committer: victorsosa <vi...@peopleware.do>
Committed: Tue Jun 7 08:42:07 2016 -0400

----------------------------------------------------------------------
 .gitignore                                                        | 3 +++
 core/pom.xml                                                      | 2 +-
 .../apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java | 2 +-
 pom.xml                                                           | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/b59f17f4/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 0285aab..8faa618 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,9 @@
 .metadata/
 Servers/
 
+#VSCODE
+.vscode
+
 # OSX
 .DS_Store
 

http://git-wip-us.apache.org/repos/asf/struts/blob/b59f17f4/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 9ce0fcd..e577c51 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -50,7 +50,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.19.1</version>
                 <configuration>
                     <argLine>-Duser.language=en -Duser.region=US</argLine>
                     <properties>

http://git-wip-us.apache.org/repos/asf/struts/blob/b59f17f4/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java b/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java
index 5a01015..1be045f 100644
--- a/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java
+++ b/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java
@@ -85,7 +85,7 @@ public class ExecuteAndWaitInterceptorTest extends StrutsInternalTestCase {
         String result2 = proxy2.execute();
         assertEquals("wait", result2);
 
-        Thread.sleep(300);
+        Thread.sleep(500);
 
         ActionProxy proxy3 = buildProxy("action1");
         String result3 = proxy3.execute();

http://git-wip-us.apache.org/repos/asf/struts/blob/b59f17f4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 323cf9e..31b322c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.3.1</version>
+                    <version>2.19.1</version>
                     <configuration>
                         <argLine>-Duser.language=en -Duser.region=US</argLine>
                         <includes>