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/30 06:39:27 UTC

[2/2] syncope git commit: Upgrading maven-site-plugin and JUnit

Upgrading maven-site-plugin and JUnit


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

Branch: refs/heads/master
Commit: ecb2d2763f179abe4ae81861414d8b08f6a30286
Parents: 8124b88
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Apr 30 08:39:15 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Apr 30 08:39:15 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ecb2d276/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5796d4b..0d4f562 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-RC1</junit.version>
+    <junit.version>5.2.0</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-RC1</version>
+              <version>1.2.0</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -2430,7 +2430,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-site-plugin</artifactId>
-            <version>3.7</version>
+            <version>3.7.1</version>
             <dependencies>
               <dependency>
                 <groupId>org.apache.velocity</groupId>