commit | c84c70682870fa7487c1f37518b0ad956b08193b | [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 | e4d3758140c4169e8a4de6135b5f9ada6ed6c304 | |
parent | c02dc4b0205f9ae0385f387bf16db0fb2ff9deb4 [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-dataflow-std-base/pom.xml b/pregelix-dataflow-std-base/pom.xml index 05a1508..d12f4be 100644 --- a/pregelix-dataflow-std-base/pom.xml +++ b/pregelix-dataflow-std-base/pom.xml
@@ -22,8 +22,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>