Skip to content

Commit

Permalink
Bump version. Correct plugin readme and meta information.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd218 committed Jul 23, 2020
1 parent 74c1425 commit 82712a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install

Download from the [releases page](https://github.com/rundeck-plugins/rundeck-winrm-plugin/releases).

Copy the `rundeck-winrm-plugin-1.3.jar` to the `libext/` directory for Rundeck.
Copy the `rundeck-winrm-plugin-x.x.xjar` to the `libext/` directory for Rundeck.

Configure the Remote Windows Node
====
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext.pluginClassNames='com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor,com.dtolabs.rundeck.plugin.overthere.OTWinRMFileCopier'

defaultTasks 'clean','build'
version = '1.3.6-SNAPSHOT'
version = '1.3.7'
ext.rundeckPluginVersion= '1.1'
apply plugin: 'java'
apply plugin: 'idea'
Expand Down Expand Up @@ -80,7 +80,7 @@ jar {
'Rundeck-Plugin-Rundeck-Compatibility-Version': '2.3.2+',
'Rundeck-Plugin-Tags': 'java,node executor,file copier,WinRM,Windows',
'Rundeck-Plugin-License': 'Apache 2.0',
'Rundeck-Plugin-Source-Link': 'https://github.com/sjrd218/rundeck-winrm-plugin',
'Rundeck-Plugin-Source-Link': 'https://github.com/rundeck-plugins/rundeck-winrm-plugin',
'Rundeck-Plugin-Target-Host-Compatibility': 'all',
'Rundeck-Plugin-Author': 'Rundeck, Inc.'

Expand Down

0 comments on commit 82712a0

Please sign in to comment.