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/25 16:40:26 UTC

[maven-assembly-plugin] branch asfMavenTlpPlgnBuild created (now c893fb1)

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

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


      at c893fb1  Switch to asfMavenTlpPlgnBuild Upgrade parent to 32

This branch includes the following new commits:

     new c893fb1  Switch to asfMavenTlpPlgnBuild Upgrade 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.



[maven-assembly-plugin] 01/01: Switch to asfMavenTlpPlgnBuild Upgrade 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 asfMavenTlpPlgnBuild
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit c893fb1c214567fb1905ecd296b361bfd70d5810
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Aug 25 18:40:19 2018 +0200

    Switch to asfMavenTlpPlgnBuild
    Upgrade parent to 32
---
 Jenkinsfile | 2 +-
 pom.xml     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..e9f05f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpPlgnBuild()
diff --git a/pom.xml b/pom.xml
index 4ceaf28..d12ae5c 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-assembly-plugin</artifactId>