Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

update plugin name and version in readme #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/doc/templates/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
```

Expand Down