Update compiler plugin version
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e7eda4c4 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e7eda4c4 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e7eda4c4 Branch: refs/heads/master Commit: e7eda4c4d34dc07b091fed1deec01ba9423d6996 Parents: 7cd17bd Author: Daniel Kulp <[email protected]> Authored: Fri Apr 11 14:16:28 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Apr 11 14:16:28 2014 -0400 ---------------------------------------------------------------------- distribution/src/main/release/samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/e7eda4c4/distribution/src/main/release/samples/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index e6eb9ad..2f21b70 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -130,7 +130,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> + <version>3.1</version> <configuration> <source>1.6</source> <target>1.6</target>
