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/11/23 08:22:36 UTC

[syncope] branch master updated: Upgrading maven-enforcer-plugin

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 dea26b7  Upgrading maven-enforcer-plugin
dea26b7 is described below

commit dea26b77991d4a1e212482a372d0f0e1cfeea188
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Nov 23 09:22:18 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 17921ef..98685a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2151,7 +2151,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0-M2</version>
+        <version>3.0.0-M3</version>
         <executions>
           <execution>
             <id>default-cli</id>