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/01/19 08:16:31 UTC

[1/3] syncope git commit: Upgrading Swagger UI and modernizer-maven-plugin

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 87e4ff51f -> 783f2f78f
  refs/heads/master ec9769cc8 -> 6d7fb400d


Upgrading Swagger UI and modernizer-maven-plugin


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

Branch: refs/heads/2_0_X
Commit: 783f2f78fbe2cd59cc579d7e148bc0ecabb3d109
Parents: 87e4ff5
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jan 19 08:35:38 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jan 19 08:35:38 2018 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/783f2f78/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7f45447..85dd24d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -420,7 +420,7 @@ under the License.
     <flowable-modeler.directory>${project.build.directory}/flowable-modeler</flowable-modeler.directory>
 
     <swagger-core.version>1.5.17</swagger-core.version>    
-    <swagger-ui.version>3.9.0</swagger-ui.version>
+    <swagger-ui.version>3.9.1</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
     <jquery.version>2.2.4</jquery.version>
@@ -2028,7 +2028,7 @@ under the License.
       <plugin>
         <groupId>org.gaul</groupId>
         <artifactId>modernizer-maven-plugin</artifactId>
-        <version>1.5.0</version>
+        <version>1.6.0</version>
         <configuration>
           <javaVersion>${targetJdk}</javaVersion>
           <ignorePackages>


[2/3] syncope git commit: Upgrading Swagger UI and modernizer-maven-plugin

Posted by il...@apache.org.
Upgrading Swagger UI and modernizer-maven-plugin


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

Branch: refs/heads/master
Commit: 8d615ab3a26f0b4012622f6eb6a69a43842957a0
Parents: ec9769c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jan 19 08:35:38 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jan 19 08:35:52 2018 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/8d615ab3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d0c97e3..5107bf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,7 +416,7 @@ under the License.
     <flowable-modeler.directory>${project.build.directory}/flowable-modeler</flowable-modeler.directory>    
 
     <swagger-core.version>1.5.17</swagger-core.version>    
-    <swagger-ui.version>3.9.0</swagger-ui.version>
+    <swagger-ui.version>3.9.1</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
     <jquery.version>2.2.4</jquery.version>
@@ -1977,7 +1977,7 @@ under the License.
       <plugin>
         <groupId>org.gaul</groupId>
         <artifactId>modernizer-maven-plugin</artifactId>
-        <version>1.5.0</version>
+        <version>1.6.0</version>
         <configuration>
           <javaVersion>${targetJdk}</javaVersion>
           <ignorePackages>


[3/3] syncope git commit: Upgrading JUnit 5

Posted by il...@apache.org.
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/6d7fb400
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6d7fb400
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6d7fb400

Branch: refs/heads/master
Commit: 6d7fb400d2ec9d96b96532fca9ddce6ef0596d37
Parents: 8d615ab
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jan 19 09:02:44 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jan 19 09:16:19 2018 +0100

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/6d7fb400/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5107bf7..9d2e297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
 
     <h2.version>1.4.196</h2.version>
 
-    <junit.version>5.1.0-M1</junit.version>
+    <junit.version>5.0.3</junit.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -1819,7 +1819,7 @@ under the License.
           </configuration>
         </plugin>
         
-        <!-- Keep the following plugins on 2.19.1 / 1.0.1 until
+        <!-- Keep the following plugins on 2.19.1 / 1.0.3 until
         https://github.com/junit-team/junit5/issues/809 is properly fixed -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -1835,7 +1835,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.1.0-M1</version>
+              <version>1.0.3</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -1853,7 +1853,7 @@ under the License.
             <dependency>
               <groupId>org.junit.platform</groupId>
               <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.1.0-M1</version>
+              <version>1.0.3</version>
             </dependency>
           </dependencies>
           <executions>