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-resourceresolver-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 071165e Revert "switch back to previous version of maven release
plugin to avoid problems with 3.0.0-M1"
071165e is described below
commit 071165e0554c2de22f16983a977615094124f846
Author: sseifert <[email protected]>
AuthorDate: Mon Jan 27 19:22:55 2020 +0100
Revert "switch back to previous version of maven release plugin to avoid
problems with 3.0.0-M1"
This reverts commit 3b31a3e2dfda8831fae0b02b68b81721919ab28e.
---
pom.xml | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index c156ebf..d93ed9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,17 +172,5 @@
</dependencies>
</profile>
</profiles>
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.5.3</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
+
</project>