commit | c03819be8addf07106dccbb271fe9d0f3a973071 | [log] [tgz] |
---|---|---|
author | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Tue Feb 26 04:54:55 2013 +0000 |
committer | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Tue Feb 26 04:54:55 2013 +0000 |
tree | 220d58a264a1fc35ab6fa604fe79474e2ffd9c84 | |
parent | a5ed515737f32f9d0f7d339d6c9e4e4fdbee68a8 [diff] |
Update Java version to 1.7 in the pom.xml files that were added in this branch. git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_hyracks_result_distribution@2991 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks/hyracks-client/pom.xml b/hyracks/hyracks-client/pom.xml index 4bd7c1a..854a009 100644 --- a/hyracks/hyracks-client/pom.xml +++ b/hyracks/hyracks-client/pom.xml
@@ -15,8 +15,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> </plugins>
diff --git a/hyracks/hyracks-comm/pom.xml b/hyracks/hyracks-comm/pom.xml index e997bdd9..c3583699 100644 --- a/hyracks/hyracks-comm/pom.xml +++ b/hyracks/hyracks-comm/pom.xml
@@ -15,8 +15,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> </plugins>