Repository: guacamole-client
Updated Branches:
  refs/heads/master 756ec2fcc -> d4f58f2c0


GUACAMOLE-656: Explicitly depend on maven-surefire-plugin 3.0.0-M1 due to 
SUREFIRE-1588.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/95b5fdcc
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/95b5fdcc
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/95b5fdcc

Branch: refs/heads/master
Commit: 95b5fdccdcb30a6950dd040202d730b6a2085c6b
Parents: c0008ae
Author: Michael Jumper <mjum...@apache.org>
Authored: Thu Nov 8 22:05:21 2018 -0800
Committer: Michael Jumper <mjum...@apache.org>
Committed: Thu Nov 8 22:09:35 2018 -0800

----------------------------------------------------------------------
 extensions/guacamole-auth-ldap/pom.xml         | 7 +++++++
 extensions/guacamole-auth-quickconnect/pom.xml | 7 +++++++
 extensions/guacamole-auth-totp/pom.xml         | 7 +++++++
 guacamole-common/pom.xml                       | 7 +++++++
 guacamole-ext/pom.xml                          | 7 +++++++
 5 files changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/extensions/guacamole-auth-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-ldap/pom.xml 
b/extensions/guacamole-auth-ldap/pom.xml
index 6872f6a..22d59bd 100644
--- a/extensions/guacamole-auth-ldap/pom.xml
+++ b/extensions/guacamole-auth-ldap/pom.xml
@@ -121,6 +121,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin 
(https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/extensions/guacamole-auth-quickconnect/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-quickconnect/pom.xml 
b/extensions/guacamole-auth-quickconnect/pom.xml
index e90bef1..8acf5f6 100644
--- a/extensions/guacamole-auth-quickconnect/pom.xml
+++ b/extensions/guacamole-auth-quickconnect/pom.xml
@@ -172,6 +172,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin 
(https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/extensions/guacamole-auth-totp/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-totp/pom.xml 
b/extensions/guacamole-auth-totp/pom.xml
index 5d8bc45..d34db07 100644
--- a/extensions/guacamole-auth-totp/pom.xml
+++ b/extensions/guacamole-auth-totp/pom.xml
@@ -201,6 +201,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin 
(https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/guacamole-common/pom.xml
----------------------------------------------------------------------
diff --git a/guacamole-common/pom.xml b/guacamole-common/pom.xml
index 1296f28..219d694 100644
--- a/guacamole-common/pom.xml
+++ b/guacamole-common/pom.xml
@@ -125,6 +125,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin 
(https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/95b5fdcc/guacamole-ext/pom.xml
----------------------------------------------------------------------
diff --git a/guacamole-ext/pom.xml b/guacamole-ext/pom.xml
index 9b76aa1..e123b9f 100644
--- a/guacamole-ext/pom.xml
+++ b/guacamole-ext/pom.xml
@@ -131,6 +131,13 @@
 
             </plugin>
 
+            <!-- Explicitly use version 3.0.0-M1 of Maven surefire plugin 
(https://issues.apache.org/jira/browse/SUREFIRE-1588) -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>3.0.0-M1</version>
+            </plugin>
+
         </plugins>
     </build>
 

Reply via email to