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/bdef24e5 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/bdef24e5 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/bdef24e5 Branch: refs/heads/2.6.x-fixes Commit: bdef24e5a28adcd5df8266f9f04a1c464eccb1c0 Parents: f508bbe Author: Daniel Kulp <[email protected]> Authored: Fri Apr 11 14:16:28 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri May 2 09:52:17 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/bdef24e5/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 45f5f60..c9e487e 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -131,7 +131,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.5</source> <target>1.5</target>
