This is an automated email from the git hooks/post-receive script. mckinstry pushed a commit to branch debian/master in repository rest-gradle-plugin.
commit 14dc664f3c47719eee5c07291ec16f0f4385afda Author: noamt <[email protected]> Date: Wed Apr 3 13:51:50 2013 +0300 Relocate version property from build.gradle to gradle.properties --- build.gradle | 1 - gradle.properties | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 76865e7..7998522 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,6 @@ apply plugin: 'idea' apply plugin: 'maven' group = 'org._10ne.gradle' -version = '0.2-SNAPSHOT' buildscript { apply from: 'gradle/Bintray.gradle' diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..c1dd646 --- /dev/null +++ b/gradle.properties @@ -0,0 +1 @@ +version=0.2.x-SNAPSHOT \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

