You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/06/18 07:44:45 UTC

[1/2] syncope git commit: Upgrading maven-surefire-plugin and maven-failsafe-plugin

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 7479ce8b8 -> a72b39f34
  refs/heads/master 07908ed8e -> 2b48b6191


Upgrading maven-surefire-plugin and maven-failsafe-plugin


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

Branch: refs/heads/master
Commit: 2b48b6191a578990e76ead006ef2119b1658bec3
Parents: 07908ed
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Jun 18 09:44:32 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Jun 18 09:44:32 2018 +0200

----------------------------------------------------------------------
 pom.xml | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/2b48b619/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4e12765..9afc0cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1881,38 +1881,24 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.21.0</version>
+          <version>2.22.0</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
             <runOrder>alphabetical</runOrder>
             <argLine>-Xms512m -Xmx1024m -Xss256k</argLine>
           </configuration>
-          <dependencies>
-            <dependency>
-              <groupId>org.junit.platform</groupId>
-              <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.2.0</version>
-            </dependency>
-          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.21.0</version>
+          <version>2.22.0</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
             <runOrder>alphabetical</runOrder>
             <argLine>-Xms512m -Xmx1024m -Xss256k</argLine>
           </configuration>
-          <dependencies>
-            <dependency>
-              <groupId>org.junit.platform</groupId>
-              <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.2.0-RC1</version>
-            </dependency>
-          </dependencies>
           <executions>
             <execution>
               <goals>


[2/2] syncope git commit: Upgrading maven-surefire-plugin and maven-failsafe-plugin

Posted by il...@apache.org.
Upgrading maven-surefire-plugin and maven-failsafe-plugin


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

Branch: refs/heads/2_0_X
Commit: a72b39f3484762e2dbe1e04c4bfc1d1bc33659a4
Parents: 7479ce8
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Jun 18 09:18:31 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Jun 18 09:44:39 2018 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/a72b39f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b4179cd..ba89da4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1958,7 +1958,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.21.0</version>
+          <version>2.22.0</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1969,7 +1969,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.21.0</version>
+          <version>2.22.0</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>