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 2020/05/06 06:33:02 UTC

[syncope] branch 2_0_X updated: Removing local version override for maven-release-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 8eed843  Removing local version override for maven-release-plugin
8eed843 is described below

commit 8eed8430b63f8c66e6c1ad702ab3d465d50207b3
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed May 6 08:32:12 2020 +0200

    Removing local version override for maven-release-plugin
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09382da..c281534 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2465,7 +2465,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.5.3</version>
+        <inherited>true</inherited>
         <configuration>
           <mavenExecutorId>forked-path</mavenExecutorId>
           <autoVersionSubmodules>true</autoVersionSubmodules>
@@ -2473,7 +2473,6 @@ under the License.
         </configuration>
       </plugin>
     </plugins>
-    
   </build>
 
   <reporting>