You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/28 17:24:15 UTC

[maven-apache-parent] 03/03: [MPOM-259] Upgrade maven-scm-publish-plugin to 3.1.0

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

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

commit 01d812b4e78c1661ad61b1d1befcccbed2cc3e3f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 27 12:20:33 2020 +0100

    [MPOM-259] Upgrade maven-scm-publish-plugin to 3.1.0
---
 pom.xml | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 255e700..c7bf800 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,29 +258,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>3.0.0</version>
-          <dependencies><!-- TODO remove these overridden dependencies when upgrading to 3.1.0, see MSCMPUB-37 -->
-            <dependency>
-              <groupId>org.apache.maven.scm</groupId>
-              <artifactId>maven-scm-api</artifactId>
-              <version>1.11.2</version>
-            </dependency>
-            <dependency>
-              <groupId>org.apache.maven.scm</groupId>
-              <artifactId>maven-scm-provider-gitexe</artifactId>
-              <version>1.11.2</version>
-            </dependency>
-            <dependency>
-              <groupId>org.apache.maven.scm</groupId>
-              <artifactId>maven-scm-provider-svn-commons</artifactId>
-              <version>1.11.2</version>
-            </dependency>
-            <dependency>
-              <groupId>org.apache.maven.scm</groupId>
-              <artifactId>maven-scm-provider-svnexe</artifactId>
-              <version>1.11.2</version>
-            </dependency>
-          </dependencies>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>