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/04/17 06:44:55 UTC

[3/3] syncope git commit: Upgrading JUnit (no more SNAPSHOTs)

Upgrading JUnit (no more SNAPSHOTs)


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

Branch: refs/heads/master
Commit: 33847ad37e262b155b507ec696b8d251f8b09ffb
Parents: 37043e3
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Apr 17 08:44:43 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Apr 17 08:44:43 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/33847ad3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 52e2a0b..1f4b784 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
 
     <h2.version>1.4.197</h2.version>
 
-    <junit.version>5.1.1</junit.version>
+    <junit.version>5.2.0-M1</junit.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -1827,7 +1827,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.2.0-SNAPSHOT</version>
+              <version>1.2.0-M1</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -1845,7 +1845,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.2.0-SNAPSHOT</version>
+              <version>1.2.0-M1</version>
             </dependency>
           </dependencies>
           <executions>