Repository: maven-integration-testing
Updated Branches:
  refs/heads/master b1420a108 -> 03e63dc42


fixed IT: use m-compiler-p version as defined in bootstrap

Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/03e63dc4
Tree: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/03e63dc4
Diff: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/03e63dc4

Branch: refs/heads/master
Commit: 03e63dc423347fbb3de0a27f9af2788916c7c7c6
Parents: b1420a1
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Thu Apr 6 01:40:06 2017 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Thu Apr 6 01:40:06 2017 +0200

----------------------------------------------------------------------
 .../mng-5895-ci-friendly-usage-with-property/pom.xml          | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/03e63dc4/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml
----------------------------------------------------------------------
diff --git 
a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml
 
b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml
index 38a3358..719fcc1 100644
--- 
a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml
+++ 
b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml
@@ -32,7 +32,7 @@ under the License.
        <revision>1.3.0-SNAPSHOT</revision>
   </properties>
   <build>
-    <pluginManagement>
+    <pluginManagement><!-- see bootstrap for plugins versions -->
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -44,6 +44,11 @@ under the License.
           <artifactId>maven-jar-plugin</artifactId>
           <version>2.2</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.0.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>

Reply via email to