commit | 55df52111266fd104790dde351465d34c601a72a | [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 | 3f935c760e925c1860faa1d6c1a4f07514980646 | |
parent | 70c821ca37449f5665274d6b10ec57caaa48ed9b [diff] [blame] |
cross merge fullstack_release_candidate into trunk git-svn-id: https://hyracks.googlecode.com/svn/trunk/fullstack@3208 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml index 82919ca..f941a5b 100644 --- a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml +++ b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
@@ -37,13 +37,15 @@ <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> <groupId>org.codehaus.mojo</groupId> <artifactId>appassembler-maven-plugin</artifactId> + <version>1.3</version> <executions> <execution> <configuration>