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 2018/08/15 19:06:03 UTC

[maven-toolchains-plugin] branch master updated (6234c8e -> 4ee7d58)

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

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


    from 6234c8e  [INFRA-16467] move components documentation out of CMS space
     add 05d8672  Switch to asfMavenTlpPlgnBuild to run with multiple Maven versions
     add 3af7920  Merge branch 'master' of https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git
     new 4ee7d58  Update parent to 32

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile | 2 +-
 pom.xml     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[maven-toolchains-plugin] 01/01: Update parent to 32

Posted by rf...@apache.org.
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-toolchains-plugin.git

commit 4ee7d58f9f51c3e144b29a79c9bde7ea91819ea9
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Aug 15 21:05:59 2018 +0200

    Update parent to 32
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33b33fa..3237e38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>31</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <version>32</version>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-toolchains-plugin</artifactId>