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-osgi-mock.git
commit c70ea957a8ad17cd8295a07031e400ca0633f357 Author: sseifert <[email protected]> AuthorDate: Mon Jan 27 16:01:51 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 6f85351..f03cf75 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -90,6 +90,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>
