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/01/19 08:16:33 UTC

[3/3] syncope git commit: Upgrading JUnit 5

Upgrading JUnit 5


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

Branch: refs/heads/master
Commit: 6d7fb400d2ec9d96b96532fca9ddce6ef0596d37
Parents: 8d615ab
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jan 19 09:02:44 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jan 19 09:16:19 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/6d7fb400/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5107bf7..9d2e297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
 
     <h2.version>1.4.196</h2.version>
 
-    <junit.version>5.1.0-M1</junit.version>
+    <junit.version>5.0.3</junit.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -1819,7 +1819,7 @@ under the License.
           </configuration>
         </plugin>
         
-        <!-- Keep the following plugins on 2.19.1 / 1.0.1 until
+        <!-- Keep the following plugins on 2.19.1 / 1.0.3 until
         https://github.com/junit-team/junit5/issues/809 is properly fixed -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -1835,7 +1835,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.1.0-M1</version>
+              <version>1.0.3</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -1853,7 +1853,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.1.0-M1</version>
+              <version>1.0.3</version>
             </dependency>
           </dependencies>
           <executions>