You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2020/01/27 18:20:10 UTC

[sling-org-apache-sling-testing-resourceresolver-mock] 01/02: switch back to previous version of maven release plugin to avoid problems with 3.0.0-M1

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

commit 3b31a3e2dfda8831fae0b02b68b81721919ab28e
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Jan 27 19:11:50 2020 +0100

    switch back to previous version of maven release plugin to avoid problems with 3.0.0-M1
---
 pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a83ecc7..135045f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,5 +172,17 @@
             </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>