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/10/02 06:28:59 UTC

[1/2] syncope git commit: Various upgrades: Elasticsearch, LMAX Disruptor, AspectJ, frontend-maven-plugin, asciidoctor-maven-plugin

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 6213a3200 -> 2056da810
  refs/heads/master 243d5ca46 -> 428857e0f


Various upgrades: Elasticsearch, LMAX Disruptor, AspectJ, frontend-maven-plugin, asciidoctor-maven-plugin


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

Branch: refs/heads/master
Commit: 428857e0fda5abedad7cf3ed941f4306b804a39f
Parents: 243d5ca
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Oct 2 08:23:27 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Oct 2 08:27:09 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/428857e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 018432c..b7e278e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,10 +391,10 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>5.6.0</elasticsearch.version>
+    <elasticsearch.version>5.6.2</elasticsearch.version>
 
     <log4j.version>2.9.1</log4j.version>
-    <disruptor.version>3.3.6</disruptor.version>
+    <disruptor.version>3.3.7</disruptor.version>
 
     <commons-io.version>2.5</commons-io.version>
     <commons-email.version>1.5</commons-email.version>
@@ -926,7 +926,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.8.10</version>
+        <version>1.8.11</version>
       </dependency>
       
       <dependency>
@@ -1892,7 +1892,7 @@ under the License.
         <plugin>
           <groupId>com.github.eirslett</groupId>
           <artifactId>frontend-maven-plugin</artifactId>
-          <version>1.5</version>
+          <version>1.6</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -2183,7 +2183,7 @@ under the License.
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-saml-api/3.3.0/opensaml-saml-api-3.3.0-javadoc.jar/!/index.html</link>
             <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-core/3.3.0/opensaml-core-3.3.0-javadoc.jar/!/index.html</link>
-            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.6.0</link>
+            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.6.2</link>
           </links>
         </configuration>
         <reportSets>
@@ -2262,7 +2262,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>1.5.5</version>
+            <version>1.5.6</version>
             <dependencies>
               <dependency>
                 <groupId>org.asciidoctor</groupId>


[2/2] syncope git commit: Various upgrades: Elasticsearch, LMAX Disruptor, AspectJ, frontend-maven-plugin, asciidoctor-maven-plugin

Posted by il...@apache.org.
Various upgrades: Elasticsearch, LMAX Disruptor, AspectJ, frontend-maven-plugin, asciidoctor-maven-plugin


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

Branch: refs/heads/2_0_X
Commit: 2056da810c972e9b9f032b28d0c5c9ae31e6b584
Parents: 6213a32
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Oct 2 08:23:27 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Oct 2 08:28:49 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/2056da81/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c11d275..c37e680 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,10 +392,10 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>5.6.0</elasticsearch.version>
+    <elasticsearch.version>5.6.2</elasticsearch.version>
 
     <log4j.version>2.9.1</log4j.version>
-    <disruptor.version>3.3.6</disruptor.version>
+    <disruptor.version>3.3.7</disruptor.version>
 
     <commons-io.version>2.5</commons-io.version>
     <commons-email.version>1.5</commons-email.version>
@@ -954,7 +954,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.8.10</version>
+        <version>1.8.11</version>
       </dependency>
       
       <dependency>
@@ -1979,7 +1979,7 @@ under the License.
         <plugin>
           <groupId>com.github.eirslett</groupId>
           <artifactId>frontend-maven-plugin</artifactId>
-          <version>1.5</version>
+          <version>1.6</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -2272,7 +2272,7 @@ under the License.
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-saml-api/3.3.0/opensaml-saml-api-3.3.0-javadoc.jar/!/index.html</link>
             <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-core/3.3.0/opensaml-core-3.3.0-javadoc.jar/!/index.html</link>
-            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.6.0</link>
+            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.6.2</link>
           </links>
         </configuration>
         <reportSets>
@@ -2351,7 +2351,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>1.5.5</version>
+            <version>1.5.6</version>
             <dependencies>
               <dependency>
                 <groupId>org.asciidoctor</groupId>