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:26 UTC

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

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 6cab01844 -> efeac1d95
  refs/heads/master 8124b88ff -> ecb2d2763


Upgrading maven-site-plugin


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

Branch: refs/heads/2_0_X
Commit: efeac1d95c9fd5ad77fc00389d80c63861cf82f0
Parents: 6cab018
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Apr 30 07:53:33 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Apr 30 07:53:33 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/efeac1d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bf6f73d..3cb3d3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2484,7 +2484,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>


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

Posted by il...@apache.org.
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>