Repository: struts Updated Branches: refs/heads/master 25cdfd62e -> 0a71c5c9a
Drops version of maven-compiler-plugin as this breaks build Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/0a71c5c9 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/0a71c5c9 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/0a71c5c9 Branch: refs/heads/master Commit: 0a71c5c9afd4e8ba8fe6c67106ab2d780ca0e091 Parents: 25cdfd6 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Thu May 28 10:11:42 2015 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Thu May 28 10:11:42 2015 +0200 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/0a71c5c9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1eaa7c7..9fdec9d 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,6 @@ </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.3</version> <configuration> <source>1.7</source> <target>1.7</target>