aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/maven.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/maven.rb b/Library/Formula/maven.rb
index 3163eab83..9a6579519 100644
--- a/Library/Formula/maven.rb
+++ b/Library/Formula/maven.rb
@@ -2,11 +2,11 @@ require 'formula'
class Maven <Formula
url 'http://www.apache.org/dist/maven/binaries/apache-maven-2.2.1-bin.tar.gz'
- head 'http://www.apache.org/dist/maven/binaries/apache-maven-3.0-beta-1-bin.tar.gz'
+ head 'http://www.apache.org/dist/maven/binaries/apache-maven-3.0-beta-2-bin.tar.gz'
homepage 'http://maven.apache.org/'
if ARGV.build_head?
- md5 '82d43745cf2f2d1d939f1139a09d6654'
+ md5 'a40881f56a3087828545f30921ff393f'
else
md5 '3f829ed854cbacdaca8f809e4954c916'
end