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 9d5f859  Upgrading maven-archetype-plugin
9d5f859 is described below

commit 9d5f8591147f1819354803e8e4c71025749d5a41
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jun 18 14:52:24 2019 +0200

    Upgrading maven-archetype-plugin
---
 archetype/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/archetype/pom.xml b/archetype/pom.xml
index c51466b..9a5cc64 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -42,7 +42,7 @@ under the License.
       <extension>
         <groupId>org.apache.maven.archetype</groupId>
         <artifactId>archetype-packaging</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.1</version>
       </extension>
     </extensions>
 
@@ -51,7 +51,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.1.1</version>
           <extensions>true</extensions>
         </plugin>
       </plugins>

Reply via email to