commit | 0d161a0789c842b89fdbc61851b8ff027af41cf3 | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Sat May 21 16:55:42 2011 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Sat May 21 16:55:42 2011 +0000 |
tree | 8a2dcb8d11124fe2676ace7e9374e844bc8086b8 | |
parent | 75f9960dc8d7d427884e7b0157230de9b121554f [diff] |
Merged trunk -r 363:437 into branch git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_indexes@468 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/tpch-example/tpchapp/.settings/org.eclipse.jdt.core.prefs b/hyracks-examples/tpch-example/tpchapp/.settings/org.eclipse.jdt.core.prefs index 14ece6a..cfe7bf7 100644 --- a/hyracks-examples/tpch-example/tpchapp/.settings/org.eclipse.jdt.core.prefs +++ b/hyracks-examples/tpch-example/tpchapp/.settings/org.eclipse.jdt.core.prefs
@@ -1,4 +1,4 @@ -#Sun Aug 29 19:38:13 PDT 2010 +#Fri May 20 19:34:05 PDT 2011 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4 org.eclipse.jdt.core.compiler.compliance=1.4
diff --git a/hyracks-examples/tpch-example/tpchapp/pom.xml b/hyracks-examples/tpch-example/tpchapp/pom.xml index 32a2414..8b396c3 100644 --- a/hyracks-examples/tpch-example/tpchapp/pom.xml +++ b/hyracks-examples/tpch-example/tpchapp/pom.xml
@@ -2,12 +2,12 @@ <modelVersion>4.0.0</modelVersion> <groupId>edu.uci.ics.hyracks.examples.tpch</groupId> <artifactId>tpchapp</artifactId> - <version>0.1.4</version> + <version>0.1.5</version> <parent> <groupId>edu.uci.ics.hyracks.examples</groupId> <artifactId>tpch-example</artifactId> - <version>0.1.4</version> + <version>0.1.5</version> </parent> <build> @@ -51,7 +51,7 @@ <dependency> <groupId>edu.uci.ics.hyracks</groupId> <artifactId>hyracks-dataflow-std</artifactId> - <version>0.1.4</version> + <version>0.1.5</version> <scope>compile</scope> </dependency> </dependencies>