commit | 5df938fcf2165f56736f0f245141345fcbb4734d | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sun Mar 24 07:20:08 2013 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sun Mar 24 07:20:08 2013 +0000 |
tree | 9b6eb711362a9af00f46eda14f620c23fd6daf17 | |
parent | 9a30f6b9d1c3d81aba6fc7ad025d614aa926716c [diff] |
cross merge fullstack_release_candidate into trunk git-svn-id: https://hyracks.googlecode.com/svn/trunk@3208 123451ca-8445-de46-9d55-352943316053
diff --git a/fullstack/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatapp/pom.xml b/fullstack/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatapp/pom.xml index 70c663d..4cf9745 100644 --- a/fullstack/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatapp/pom.xml +++ b/fullstack/hyracks/hyracks-examples/hadoop-compat-example/hadoopcompatapp/pom.xml
@@ -2,7 +2,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>edu.uci.ics.hyracks.examples.compat</groupId> <artifactId>hadoopcompatapp</artifactId> - <version>0.2.3-SNAPSHOT</version> <name>hadoopcompatapp</name> <parent> @@ -147,8 +146,9 @@ <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> + <fork>true</fork> </configuration> </plugin> <plugin>