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:07 UTC

[syncope] branch master 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 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 76315c1  Removing local version override for maven-release-plugin
76315c1 is described below

commit 76315c128e196e531885749a6df998a373fb701d
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb509a6..374e463 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2619,7 +2619,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>