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 2021/07/21 14:02:19 UTC

[syncope] branch master updated (28f843b -> 599b2de)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 28f843b  Ditch completely Travis CI for GH Actions (#281)
     new 9de8463  Upgrading asciidoctor-maven-plugin
     new 599b2de  Upgrading Elasticsearch

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[syncope] 02/02: Upgrading Elasticsearch

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 599b2de0f56eb7617aff3a7fd0fa4c1ce5fec0cb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 21 15:28:27 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index e5e05d4..d0c1c6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@ under the License.
 
     <slf4j.version>2.0.0-alpha2</slf4j.version>
 
-    <elasticsearch.version>7.13.3</elasticsearch.version>
+    <elasticsearch.version>7.14.0</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>

[syncope] 01/02: Upgrading asciidoctor-maven-plugin

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 9de8463ca3c12aa4e3578e15b04ff521b9369836
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jul 20 15:05:37 2021 +0200

    Upgrading asciidoctor-maven-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 023a8ba..e5e05d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2745,7 +2745,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>2.1.0</version>
+            <version>2.2.0</version>
             <dependencies>
               <dependency>
                 <groupId>org.asciidoctor</groupId>