You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/04/21 12:27:12 UTC

[sling-parent] branch master updated: SLING-10325 update m-release-p to 3.0.0-M4

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 1727933  SLING-10325 update m-release-p to 3.0.0-M4
1727933 is described below

commit 17279333c961809c0e15340ca2f2d492a3b45890
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Apr 21 14:27:02 2021 +0200

    SLING-10325 update m-release-p to 3.0.0-M4
---
 sling-parent/pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 0932577..8246083 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -196,18 +196,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
+                <version>3.0.0-M4</version>
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.maven.release</groupId>
                         <artifactId>maven-release-oddeven-policy</artifactId>
-                        <version>3.0.0-M1</version>
-                    </dependency>
-                    <!-- workaround for https://issues.apache.org/jira/browse/MRELEASE-1040,
-                         dependency necessary for maven-release-oddeven-policy  -->
-                    <dependency>
-                        <groupId>org.eclipse.aether</groupId>
-                        <artifactId>aether-util</artifactId>
-                        <version>1.0.0.v20140518</version>
+                        <version>3.0.0-M4</version>
                     </dependency>
                 </dependencies>
                 <configuration>