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 2017/11/13 07:38:28 UTC

syncope git commit: Upgrading JUnit - unfortunately, latest surefire / failsafe plugins are still not working properly

Repository: syncope
Updated Branches:
  refs/heads/master bb6aa1e16 -> bb9a4f7a0


Upgrading JUnit - unfortunately, latest surefire / failsafe plugins are still not working properly


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

Branch: refs/heads/master
Commit: bb9a4f7a00c83358415099d1513cce1c63d12f0a
Parents: bb6aa1e
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Nov 13 08:38:22 2017 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Nov 13 08:38:22 2017 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/bb9a4f7a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2d7c807..23d4c0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
 
     <h2.version>1.4.196</h2.version>
 
-    <junit.version>5.0.1</junit.version>
+    <junit.version>5.0.2</junit.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>