From 267fdf56700f22933f7bca431668506870660db8 Mon Sep 17 00:00:00 2001 From: Sebastian Koller Date: Tue, 5 Dec 2017 13:47:00 +0100 Subject: [PATCH 1/2] update plugin name and version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30d4dfa..f48c0be 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Applying the plugin ```gradle plugins { - id "me.seeber.gradle-wsimport-plugin" version "1.1.0" + id "me.seeber.wsimport" version "1.1.1" } ``` From dcd8f32ab4e25e9202b35a0669b129361d0cde28 Mon Sep 17 00:00:00 2001 From: Sebastian Koller Date: Tue, 5 Dec 2017 14:05:43 +0100 Subject: [PATCH 2/2] update plugin name in readme template as well --- README.md | 2 +- src/doc/templates/README.template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f48c0be..2559557 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can use the [download plugin](https://github.com/michel-kraemer/gradle-downl ```gradle plugins { - id "de.undercouch.download" version "1.2" + id "de.undercouch.download" version "3.3.0" } import de.undercouch.gradle.tasks.download.Download diff --git a/src/doc/templates/README.template.md b/src/doc/templates/README.template.md index 052470f..22e0866 100644 --- a/src/doc/templates/README.template.md +++ b/src/doc/templates/README.template.md @@ -10,7 +10,7 @@ Applying the plugin ```gradle plugins { - id "me.seeber.gradle-wsimport-plugin" version "${project.version}" + id "me.seeber.wsimport" version "${project.version}" } ```