This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit a7a727e50c5a113721a2652f707a3d9420962ed8 Author: sseifert <[email protected]> AuthorDate: Mon Jan 27 19:20:28 2020 +0100 switch back to previous version of maven release plugin to avoid problems with 3.0.0-M1 --- parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index 32e012d..7f5d029 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -91,6 +91,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> + <!-- switch back to previous version of maven release plugin to avoid problems with 3.0.0-M1 --> + <version>2.5.3</version> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration>
