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/02/09 15:19:34 UTC

[1/3] syncope git commit: Upgrading Angular

Repository: syncope
Updated Branches:
  refs/heads/2_0_X e3505eb4d -> 537bff892
  refs/heads/master 0b7d8eca9 -> 90e3b09ab


Upgrading Angular


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

Branch: refs/heads/2_0_X
Commit: 537bff8928b7628a269bb60e851f61773b0688c0
Parents: e3505eb
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Feb 9 16:11:13 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Feb 9 16:11:26 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/537bff89/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e8295a9..2465bf4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,7 +446,7 @@ under the License.
     <wicket-bootstrap.version>0.10.16</wicket-bootstrap.version>
     <wicket-chartjs.version>7.0.1</wicket-chartjs.version>
 
-    <angular.version>1.6.8</angular.version>
+    <angular.version>1.6.9</angular.version>
     <angular-ui-router.version>0.3.2</angular-ui-router.version>
     <angular-ui-bootstrap.version>1.3.3</angular-ui-bootstrap.version>
     <angular-ui-select.version>0.19.6</angular-ui-select.version>


[2/3] syncope git commit: Upgrading Angular

Posted by il...@apache.org.
Upgrading Angular


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

Branch: refs/heads/master
Commit: 4bace6c84215c59048d5b180f489c9393b4d42e3
Parents: 0b7d8ec
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Feb 9 16:11:13 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Feb 9 16:11:39 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/4bace6c8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d00d05a..b9c6b43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@ under the License.
     <wicket-bootstrap.version>0.10.16</wicket-bootstrap.version>
     <wicket-chartjs.version>7.0.1</wicket-chartjs.version>
 
-    <angular.version>1.6.8</angular.version>
+    <angular.version>1.6.9</angular.version>
     <angular-ui-router.version>0.3.2</angular-ui-router.version>
     <angular-ui-bootstrap.version>1.3.3</angular-ui-bootstrap.version>
     <angular-ui-select.version>0.19.6</angular-ui-select.version>


[3/3] syncope git commit: Upgrading Elasticsearch client

Posted by il...@apache.org.
Upgrading Elasticsearch client


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

Branch: refs/heads/master
Commit: 90e3b09ab1051d9777a537f77aa971e5f90b82f8
Parents: 4bace6c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Feb 9 16:19:22 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Feb 9 16:19:22 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/90e3b09a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b9c6b43..f7a2008 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>6.2.0</elasticsearch.version>
+    <elasticsearch.version>6.2.1</elasticsearch.version>
 
     <log4j.version>2.10.0</log4j.version>
     <disruptor.version>3.3.7</disruptor.version>
@@ -2221,7 +2221,7 @@ under the License.
             <link>http://docs.spring.io/spring-security/site/docs/4.2.x/apidocs/</link>
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/3.3.0/apidocs/</link>
-            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/6.2.0/</link>
+            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/6.2.1/</link>
           </links>
         </configuration>
         <reportSets>