Repository: crunch Updated Branches: refs/heads/apache-crunch-0.8 39e450442 -> 2a5cd889a
CRUNCH-367: Created patch which moved properties out of default profile into properties Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/2a5cd889 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/2a5cd889 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/2a5cd889 Branch: refs/heads/apache-crunch-0.8 Commit: 2a5cd889a553faab3bd32a878b5a9d7d80ea51b5 Parents: 39e4504 Author: Micah Whitacre <[email protected]> Authored: Tue Mar 25 21:22:17 2014 -0500 Committer: Micah Whitacre <[email protected]> Committed: Tue Mar 25 21:22:17 2014 -0500 ---------------------------------------------------------------------- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/2a5cd889/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af1c6b0..0460978 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,8 @@ under the License. <scalatest.version>1.9.1</scalatest.version> <spark.version>0.8.0-incubating</spark.version> <pkg>org.apache.crunch</pkg> + <hadoop.version>1.1.2</hadoop.version> + <hbase.version>0.94.3</hbase.version> </properties> <scm> @@ -378,10 +380,6 @@ under the License. <name>!crunch.platform</name> </property> </activation> - <properties> - <hadoop.version>1.1.2</hadoop.version> - <hbase.version>0.94.3</hbase.version> - </properties> <dependencyManagement> <dependencies> <dependency>
