commit | 0dd4a068eec4a5bbec600c5a39bd06f93ba60fe1 | [log] [tgz] |
---|---|---|
author | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Tue Mar 05 22:20:56 2013 +0000 |
committer | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Tue Mar 05 22:20:56 2013 +0000 |
tree | a2e017c3eed674aa7fc0c0836207d5d8dd1227b7 | |
parent | 9e91072bf177a42da4f499dace721c34d24da206 [diff] [blame] |
Reverting the merge of fullstack_hyracks_result_distribution branch until all the tests pass. git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_asterix_stabilization@3033 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix/pregelix-dataflow-std-base/pom.xml b/pregelix/pregelix-dataflow-std-base/pom.xml index d12f4be..05a1508 100644 --- a/pregelix/pregelix-dataflow-std-base/pom.xml +++ b/pregelix/pregelix-dataflow-std-base/pom.xml
@@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.6</source> + <target>1.6</target> </configuration> </plugin> <plugin>