You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/03 20:36:21 UTC

[maven-artifact-transfer] branch MSHARED-656 updated: Upgraded parent version within integration tests.

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 <kh...@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
khmarbaise@apache.org.