This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new b47bf20 Removing local version override for maven-release-plugin
b47bf20 is described below
commit b47bf201f531a5d8301ce906e6d21cc3ea01d874
Author: Francesco Chicchiriccò <[email protected]>
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 0c46323..5d61052 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2422,7 +2422,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>
@@ -2430,7 +2430,6 @@ under the License.
</configuration>
</plugin>
</plugins>
-
</build>
<reporting>