You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2015/12/22 02:07:38 UTC

[25/29] samza-hello-samza git commit: SAMZA-764: Upgrade samza-hello-samza to JDK 1.7

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/master
Commit: 946ad3aaa36ce65e28dffc0e74d883e4ae85beb9
Parents: 5c6f8a8
Author: Aleksandar Pejakovic <a....@levi9.com>
Authored: Fri Aug 28 13:38:00 2015 -0700
Committer: Yi Pan (Data Infrastructure) <yi...@linkedin.com>
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>