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 <rfscho...@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>