diff --git a/gradle-plugin-docker/build.gradle b/gradle-plugin-docker/build.gradle index ec5a529..19bcb90 100644 --- a/gradle-plugin-docker/build.gradle +++ b/gradle-plugin-docker/build.gradle @@ -50,14 +50,14 @@ gradlePlugin { if (project.hasProperty('gradle.publish.key')) { pluginBundle { - website = 'https://github.com/jprante/gradle-plugin-docker' - vcsUrl = 'https://github.com/jprante/gradle-plugin-docker' + website = 'https://github.com/jprante/gradle-plugins' + vcsUrl = 'https://github.com/jprante/gradle-plugins' plugins { dockerPlugin { id = 'org.xbib.gradle.plugin.docker' version = project.version - description = rootProject.ext.description - displayName = 'Gradle Docker Plugin' + description = 'Docker plugin for build and push by Dockerfile' + displayName = 'Docker Plugin for build and push by Dockerfile' tags = ['gradle', 'docker'] } } diff --git a/gradle-plugin-git/build.gradle b/gradle-plugin-git/build.gradle index a707716..f5d4f5c 100644 --- a/gradle-plugin-git/build.gradle +++ b/gradle-plugin-git/build.gradle @@ -41,14 +41,14 @@ gradlePlugin { if (project.hasProperty('gradle.publish.key')) { pluginBundle { - website = 'https://github.com/jprante/groovy-git' - vcsUrl = 'https://github.com/jprante/groovy-git.git' + website = 'https://github.com/jprante/gradle-plugins' + vcsUrl = 'https://github.com/jprante/gradle-plugins' plugins { gitPlugin { id = 'org.xbib.gradle.plugin.git' version = project.version - description = rootProject.ext.description - displayName = rootProject.ext.description + description = 'Git client plugin based on JGit' + displayName = 'Git client plugin based on JGit' tags = ['gradle', 'plugin', 'git'] } } diff --git a/gradle-plugin-rpm/build.gradle b/gradle-plugin-rpm/build.gradle index 364c705..2b23902 100644 --- a/gradle-plugin-rpm/build.gradle +++ b/gradle-plugin-rpm/build.gradle @@ -40,14 +40,14 @@ gradlePlugin { if (project.hasProperty('gradle.publish.key')) { pluginBundle { - website = 'https://github.com/jprante/rpm' - vcsUrl = 'https://github.com/jprante/rpm' + website = 'https://github.com/jprante/gradle-plugins' + vcsUrl = 'https://github.com/jprante/gradle-plugins' plugins { rpmPlugin { id = 'org.xbib.gradle.plugin.rpm' version = project.version - description = rootProject.ext.description - displayName = rootProject.ext.description + description = 'Java implementation for RPM packaging' + displayName = 'Java implementation for RPM packaging' tags = ['gradle', 'plugin', 'rpm'] } }