Skip to content

Commit

Permalink
Going back to maven-compiler-plugin 2.0.2 in bootstrap,
Browse files Browse the repository at this point in the history
cause maven-compiler-plugin 3.1 is already defined in group-6
  • Loading branch information
khmarbaise committed Oct 25, 2015
1 parent b9385e6 commit 2033e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-it-suite/src/test/resources/bootstrap/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 2033e71

Please sign in to comment.