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/08/21 06:52:32 UTC

[2/2] syncope git commit: Upgrading Elasticsearch, Wicket and the maven-assembly-plugin

Upgrading Elasticsearch, Wicket and the maven-assembly-plugin


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

Branch: refs/heads/master
Commit: fa093b39c7539f5b74a4a3c0a9e31fa4cd475ecc
Parents: dd8ed7c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Aug 21 08:52:09 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Aug 21 08:52:24 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/fa093b39/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0977425..0474eed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -390,7 +390,7 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>5.5.1</elasticsearch.version>
+    <elasticsearch.version>5.5.2</elasticsearch.version>
 
     <log4j.version>2.8.2</log4j.version>
     <disruptor.version>3.3.6</disruptor.version>
@@ -436,8 +436,8 @@ under the License.
     <googlediffmatchpath.version>20121119-1</googlediffmatchpath.version>
     <jsplumb.version>2.0.7</jsplumb.version>
     
-    <wicket.version>7.7.0</wicket.version>
-    <wicket-jqueryui.version>7.7.0</wicket-jqueryui.version>
+    <wicket.version>7.8.0</wicket.version>
+    <wicket-jqueryui.version>7.8.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>0.10.16</wicket-bootstrap.version>
     <wicket-chartjs.version>7.0.1</wicket-chartjs.version>
 
@@ -1848,7 +1848,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
         </plugin>
 
         <plugin>