commit | 562c2fccb9ec17cd3eb95828ae97d4a56cdc9f36 | [log] [tgz] |
---|---|---|
author | anbangx <anbangx@123451ca-8445-de46-9d55-352943316053> | Wed Mar 13 20:59:25 2013 +0000 |
committer | anbangx <anbangx@123451ca-8445-de46-9d55-352943316053> | Wed Mar 13 20:59:25 2013 +0000 |
tree | 58627d8dedd092868cf40d19801b66065b31aa53 | |
parent | 322e6d687a0f448eb8f127d86ba8215e486e56a4 [diff] [blame] |
git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@3107 123451ca-8445-de46-9d55-352943316053
diff --git a/genomix/genomix-pregelix/pom.xml b/genomix/genomix-pregelix/pom.xml index 1d713a5..d74d954 100644 --- a/genomix/genomix-pregelix/pom.xml +++ b/genomix/genomix-pregelix/pom.xml
@@ -32,8 +32,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>