This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-656 in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
The following commit(s) were added to refs/heads/MSHARED-656 by this push: new 276f30f Upgraded parent version within integration tests. 276f30f is described below commit 276f30f78cb17d5d947cb30c5c048cb6680802cf Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Mar 3 21:36:04 2018 +0100 Upgraded parent version within integration tests. --- src/it/maven-artifact-deployer-plugin/pom.xml | 2 +- src/it/maven-artifact-installer-plugin/pom.xml | 2 +- src/it/maven-project-deployer-plugin/pom.xml | 2 +- src/it/maven-project-installer-plugin/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/it/maven-artifact-deployer-plugin/pom.xml b/src/it/maven-artifact-deployer-plugin/pom.xml index 84059a5..b0b7287 100644 --- a/src/it/maven-artifact-deployer-plugin/pom.xml +++ b/src/it/maven-artifact-deployer-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>30</version> + <version>31</version> <relativePath /> </parent> diff --git a/src/it/maven-artifact-installer-plugin/pom.xml b/src/it/maven-artifact-installer-plugin/pom.xml index 4748044..cbcc032 100644 --- a/src/it/maven-artifact-installer-plugin/pom.xml +++ b/src/it/maven-artifact-installer-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>30</version> + <version>31</version> <relativePath /> </parent> diff --git a/src/it/maven-project-deployer-plugin/pom.xml b/src/it/maven-project-deployer-plugin/pom.xml index 7d25c58..ba3ec8a 100644 --- a/src/it/maven-project-deployer-plugin/pom.xml +++ b/src/it/maven-project-deployer-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>30</version> + <version>31</version> <relativePath /> </parent> diff --git a/src/it/maven-project-installer-plugin/pom.xml b/src/it/maven-project-installer-plugin/pom.xml index 616a645..5d68af9 100644 --- a/src/it/maven-project-installer-plugin/pom.xml +++ b/src/it/maven-project-installer-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>30</version> + <version>31</version> <relativePath /> </parent> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.