You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/04/22 18:24:29 UTC

[maven-scm-publish-plugin] branch master updated: [MSCMPUB-39] Upgrade maven-plugins parent to 33

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new e36da46  [MSCMPUB-39] Upgrade maven-plugins parent to 33
e36da46 is described below

commit e36da4671326d767d2861b94360d128ee7249b1c
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Apr 22 20:24:19 2019 +0200

    [MSCMPUB-39] Upgrade maven-plugins parent to 33
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29e224b..c49c414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>31</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <version>33</version>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-scm-publish-plugin</artifactId>