[rest-gradle-plugin] 34/83: Update README.asciidoc
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:04 UTC 2017
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 07876bcd39eb58ec21583e74372ded941fddc9f9
Author: Noam Y. Tenne <noam at 10ne.org>
Date: Sun Aug 10 16:43:49 2014 +0300
Update README.asciidoc
---
README.asciidoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.asciidoc b/README.asciidoc
index b9416aa..daa0d9c 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -6,7 +6,7 @@
The plugin can be installed using the following snippets
-==== Gradle 1.x ====
+==== Plugin version 0.1.x ====
[source,groovy]
----
@@ -16,14 +16,14 @@ buildscript {
}
dependencies {
- classpath 'org._10ne.gradle:rest-gradle-plugin:0.3'
+ classpath 'org._10ne.gradle:rest-gradle-plugin:0.1.1'
}
}
apply plugin: 'rest'
----
-==== Gradle 2.x ====
+==== Plugin version 0.3.x ====
[source,groovy]
----
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git
More information about the pkg-java-commits
mailing list