This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit ad30eeca6f2740121f93e5bda438a847ef97a377 Author: Miguel Landaeta <[email protected]> Date: Mon May 23 19:27:55 2011 -0430 Update bootstrap script --- debian/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index f0b4017..d1c45d0 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -2,10 +2,10 @@ set -e -URL="http://repo.gradle.org/gradle/distributions/gradle-0.9.2-bin.zip" +URL="http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-3-bin.zip" ZIP="$(basename $URL)" DIR="$(echo $ZIP | sed 's/-bin\.zip$//')" -VERSION="0.9.2-0bootstrap1" +VERSION="1.0~m3-0bootstrap1" wget $URL -O $ZIP unzip $ZIP -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

