commit | ccd9938464fb9ae56a753d10b743d1bb09a295b4 | [log] [tgz] |
---|---|---|
author | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Fri Mar 22 17:53:40 2013 +0000 |
committer | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Fri Mar 22 17:53:40 2013 +0000 |
tree | f023f4db03e40efe6ffc4d7bf4b7f83894a8135c | |
parent | db6dc11cdf6a3eecb27e005c3a34cb0cefe22a58 [diff] [blame] |
Merge fullstack_asterix_stabilization with fullstack_hyracks_result_distribution. git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_hyracks_result_distribution@3170 123451ca-8445-de46-9d55-352943316053
diff --git a/algebricks/algebricks-examples/piglet-example/pom.xml b/algebricks/algebricks-examples/piglet-example/pom.xml index ca7467b..0cf1bab 100644 --- a/algebricks/algebricks-examples/piglet-example/pom.xml +++ b/algebricks/algebricks-examples/piglet-example/pom.xml
@@ -16,8 +16,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> <fork>true</fork> </configuration> </plugin>