From 062a0a3e032ef36ca2cdbb344107e293009c38d8 Mon Sep 17 00:00:00 2001 From: Antoni Batchelli Date: Wed, 11 Jul 2012 11:48:22 -0700 Subject: [PATCH] Prepare for release 0.3.3-beta.2 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edbe396..a1c52dd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ between clouds involves a change of login credentials, nothing more. To include pallet-hadoop in your project, add the following lines to `:dev-dependencies` in your `project.clj` file: - [pallet-hadoop "0.7.0-alpha.2"] + [pallet-hadoop "0.3.3.-beta.2"] [org.jclouds/jclouds-all "1.2.0"] [org.jclouds.driver/jclouds-jsch "1.2.2"] [org.jclouds.driver/jclouds-slf4j "1.2.2"] @@ -54,4 +54,4 @@ project](https://github.com/pallet/pallet-hadoop-example) here. For more detailed information on the project's design, see [the project wiki](https://github.com/pallet/pallet-hadoop). -Pallet-Hadoop version `0.7.0-alpha.2` uses Pallet 0.6.8 and jclouds 1.2.2. +Pallet-Hadoop version `0.3.3-beta.2` uses Pallet 0.6.8 and jclouds 1.2.2. diff --git a/project.clj b/project.clj index 196bae8..ede18ef 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pallet-hadoop "0.3.3-SNAPSHOT" +(defproject pallet-hadoop "0.3.3-beta.2" :description "Pallet meets Hadoop." :dev-resources-path "dev" :repositories {"sonatype" "https://oss.sonatype.org/content/repositories/releases/"}