Repository: samza-hello-samza Updated Branches: refs/heads/latest 5c6f8a89c -> 946ad3aaa
SAMZA-764: Upgrade samza-hello-samza to JDK 1.7 Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/946ad3aa Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/946ad3aa Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/946ad3aa Branch: refs/heads/latest Commit: 946ad3aaa36ce65e28dffc0e74d883e4ae85beb9 Parents: 5c6f8a8 Author: Aleksandar Pejakovic <[email protected]> Authored: Fri Aug 28 13:38:00 2015 -0700 Committer: Yi Pan (Data Infrastructure) <[email protected]> Committed: Fri Aug 28 13:39:51 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/946ad3aa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0e3bf5f..86148ef 100644 --- a/pom.xml +++ b/pom.xml @@ -200,8 +200,8 @@ under the License. <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>
