Repository: syncope
Updated Branches:
  refs/heads/master a2dfa8f01 -> d11be0df6


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/d11be0df
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d11be0df
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d11be0df

Branch: refs/heads/master
Commit: d11be0df683e111dbb415a6057e303ff803e6f72
Parents: a2dfa8f
Author: Francesco Chicchiriccò <[email protected]>
Authored: Mon Apr 23 16:02:03 2018 +0200
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Mon Apr 23 16:02:03 2018 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/d11be0df/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5a0226d..4269ab4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
 
     <h2.version>1.4.197</h2.version>
 
-    <junit.version>5.2.0-M1</junit.version>
+    <junit.version>5.2.0-RC1</junit.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -1857,7 +1857,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.2.0-M1</version>
+              <version>1.2.0-RC1</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -1875,7 +1875,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.2.0-M1</version>
+              <version>1.2.0-RC1</version>
             </dependency>
           </dependencies>
           <executions>

Reply via email to