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 2_0_X updated: Upgrading maven-compiler-plugin, maven-surefire-plugin, maven-failsafe-plugin, maven-archetype-plugin

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

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new f5bb90e  Upgrading maven-compiler-plugin, maven-surefire-plugin, maven-failsafe-plugin, maven-archetype-plugin
f5bb90e is described below

commit f5bb90ef70fe447c4a6875159352dcda30775729
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
---
 archetype/pom.xml | 2 +-
 pom.xml           | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/archetype/pom.xml b/archetype/pom.xml
index 48ac78f..b7eb993 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 37b3167..e88f83a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1895,7 +1895,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>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>
@@ -2062,7 +2062,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>
@@ -2072,7 +2072,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>