Repository: maven-integration-testing
Updated Branches:
  refs/heads/master b9385e607 -> 2033e7108


Going back to maven-compiler-plugin 2.0.2 in bootstrap,
cause maven-compiler-plugin 3.1 is already defined in group-6


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/2033e710
Tree: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/2033e710
Diff: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/2033e710

Branch: refs/heads/master
Commit: 2033e7108bf84416014a6e4b25ea2b78defccef7
Parents: b9385e6
Author: Karl Heinz Marbaise <khmarba...@apache.org>
Authored: Sun Oct 25 11:10:01 2015 +0100
Committer: Karl Heinz Marbaise <khmarba...@apache.org>
Committed: Sun Oct 25 11:10:01 2015 +0100

----------------------------------------------------------------------
 core-it-suite/src/test/resources/bootstrap/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/2033e710/core-it-suite/src/test/resources/bootstrap/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/resources/bootstrap/pom.xml 
b/core-it-suite/src/test/resources/bootstrap/pom.xml
index ffb8524..ed2d96e 100644
--- a/core-it-suite/src/test/resources/bootstrap/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/pom.xml
@@ -55,7 +55,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.1</version>
+        <version>2.0.2</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to