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 716eb6ff34e5ac96baa6ce763b6ce16d3cd43bbf Author: sseifert <[email protected]> AuthorDate: Mon Jan 27 19:28:43 2020 +0100 Revert "switch back to previous version of maven release plugin to avoid problems with 3.0.0-M1" This reverts commit a7a727e50c5a113721a2652f707a3d9420962ed8. --- parent/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 1ed79cb..2c6f35a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -91,8 +91,6 @@ <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>
