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 2019/05/06 06:37:41 UTC

[syncope] branch master updated: Upgrading maven-compiler-plugin, maven-surefire-plugin, maven-failsafe-plugin, maven-archetype-plugin and Elasticsearch

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


The following commit(s) were added to refs/heads/master by this push:
     new 580fba0  Upgrading maven-compiler-plugin, maven-surefire-plugin, maven-failsafe-plugin, maven-archetype-plugin and Elasticsearch
580fba0 is described below

commit 580fba038b4ad2af7e45421fe0e55440d27d5e3c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon May 6 08:36:20 2019 +0200

    Upgrading maven-compiler-plugin, maven-surefire-plugin, maven-failsafe-plugin, maven-archetype-plugin and Elasticsearch
---
 archetype/pom.xml |  2 +-
 pom.xml           | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/archetype/pom.xml b/archetype/pom.xml
index fb1b9d1..2fcee7d 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -51,7 +51,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.1.0</version>
           <extensions>true</extensions>
         </plugin>
       </plugins>
diff --git a/pom.xml b/pom.xml
index 09062a4..fd2d468 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,7 +416,7 @@ under the License.
     <slf4j.version>1.7.26</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>7.0.0</elasticsearch.version>
+    <elasticsearch.version>7.0.1</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM25</apacheds.version>
     <apachedirapi.version>2.0.0.AM2</apachedirapi.version>
@@ -1915,7 +1915,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.8.0</version> 
+          <version>3.8.1</version> 
           <configuration>
             <release>${targetJdk}</release>
             <useIncrementalCompilation>false</useIncrementalCompilation>
@@ -2092,7 +2092,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.22.1</version>
+          <version>2.22.2</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -2102,7 +2102,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.22.1</version>
+          <version>2.22.2</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -2508,7 +2508,7 @@ under the License.
             <link>https://docs.spring.io/spring-security/site/docs/current/api/</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://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/7.0.0/index.html</link>
+            <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/7.0.1/index.html</link>
             <link>http://docs.swagger.io/swagger-core/v2.0.8/apidocs/</link>
           </links>
         </configuration>