commit | 454e8507b6e373efa944dbcfbe7afbdb402a3e2b | [log] [tgz] |
---|---|---|
author | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Tue Feb 26 04:39:17 2013 +0000 |
committer | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Tue Feb 26 04:39:17 2013 +0000 |
tree | 033aa3dbae12958f70c31735b0ac91b0b83a067b | |
parent | e08b1cb06388178ce7ad3cf2f8dea0a512bec48f [diff] [blame] |
Update Java version to 1.7 in all the pom.xml files. git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization@2988 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix/pregelix-api/pom.xml b/pregelix/pregelix-api/pom.xml index 0643804..fe98b92 100644 --- a/pregelix/pregelix-api/pom.xml +++ b/pregelix/pregelix-api/pom.xml
@@ -21,8 +21,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> <plugin>