Repository: camel
Updated Branches:
  refs/heads/master 8d213a43c -> e4f5dc827


Upgrade surefire plugin


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

Branch: refs/heads/master
Commit: e4f5dc827c60e76e99e83f0796ebf66c88302778
Parents: e570ed3
Author: Claus Ibsen <[email protected]>
Authored: Sun Jan 24 10:40:33 2016 +0100
Committer: Claus Ibsen <[email protected]>
Committed: Sun Jan 24 10:41:32 2016 +0100

----------------------------------------------------------------------
 parent/pom.xml | 3 +++
 pom.xml        | 2 ++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e4f5dc82/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 921086d..d9bc26e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3031,6 +3031,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>${maven-surefire-plugin-version}</version>
         <configuration>
           <!--forkMode>pertest</forkMode -->
           <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
@@ -3325,6 +3326,7 @@
 
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
+            <version>${maven-surefire-plugin-version}</version>
             <configuration>
               
<excludesFile>${java.io.tmpdir}/${user.name}EkstaziExcludes</excludesFile>
             </configuration>
@@ -3343,6 +3345,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
+            <version>${maven-surefire-plugin-version}</version>
             <configuration>
               <systemPropertyVariables>
                 <!-- By default Java's secure RNG uses /dev/random to generate 
seeds. In

http://git-wip-us.apache.org/repos/asf/camel/blob/e4f5dc82/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ae7fbe0..367083a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
     <compiler.fork>false</compiler.fork>
 
     <maven-compiler-plugin-version>3.5</maven-compiler-plugin-version>
+    <maven-surefire-plugin-version>2.19.1</maven-surefire-plugin-version>
 
     <!-- eclipse plugin need the jaxb in this pom.xml file -->
     <!-- Make sure to keep JAXB version up to date in parent/pom.xml in the 
bottom of the file -->
@@ -506,6 +507,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
+            <version>${maven-surefire-plugin-version}</version>
             <configuration>
               
<forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
               <childDelegation>false</childDelegation>

Reply via email to