Skip to content

Commit

Permalink
Merge pull request #7 from rundeck-plugins/change-plugin-name
Browse files Browse the repository at this point in the history
Change the plugin name to avoid clash with Ohioit version of this plugin
  • Loading branch information
ltamaster authored May 2, 2019
2 parents cdbf8de + c996624 commit 1f20064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'java'
sourceCompatibility = 1.8
ext.rundeckPluginVersion = '1.2'
ext.pluginClassNames='edu.ohio.ais.rundeck.HttpWorkflowStepPlugin'
ext.pluginName = 'Http Step'
ext.pluginName = 'Rundeck Http Step'
ext.pluginDescription = 'A workflow plugin that makes HTTP requests'

scmVersion {
Expand Down Expand Up @@ -89,4 +89,4 @@ jar {

wrapper {
gradleVersion = '4.4.1'
}
}

0 comments on commit 1f20064

Please sign in to comment.