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/a5f5fadd Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a5f5fadd Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a5f5fadd Branch: refs/heads/2.7.x-fixes Commit: a5f5fadd29ddb3fea6d0e6f1e0e55b2a448d7e7e Parents: 53e9a1a Author: Daniel Kulp <[email protected]> Authored: Fri Apr 11 14:16:28 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Apr 15 15:58:21 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/a5f5fadd/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 f61c07f..f9ed24b 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -132,7 +132,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>
