Repository: cxf Updated Branches: refs/heads/master ba167351c -> 2004b1021
Samples should be 1.7 as well Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9ea935fc Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9ea935fc Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9ea935fc Branch: refs/heads/master Commit: 9ea935fcbf3869f5fa4fd1e75a0a2309cc780415 Parents: ba16735 Author: Daniel Kulp <[email protected]> Authored: Fri Jul 25 12:30:16 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Jul 25 12:30:16 2014 -0400 ---------------------------------------------------------------------- distribution/src/main/release/samples/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/9ea935fc/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 d427cf4..36115ce 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -133,8 +133,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin>
