Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 746cd84

Browse files
committed
Fix naming RunDeck to Rundeck
1 parent a1de5ea commit 746cd84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ task createPom << {
104104
inceptionYear '2011'
105105
packaging 'jar'
106106
version version
107-
name "RunDeck WinRM NodeExecutor Plugin"
107+
name "Rundeck WinRM NodeExecutor Plugin"
108108
url 'http://rundeck.org'
109109
licenses {
110110
license {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>org.rundeck-plugins</groupId>
1010
<artifactId>rundeck-winrm-plugin</artifactId>
1111
<version>1.3.1-SNAPSHOT</version>
12-
<name>RunDeck WinRM NodeExecutor Plugin</name>
12+
<name>Rundeck WinRM NodeExecutor Plugin</name>
1313
<url>http://rundeck.org</url>
1414
<inceptionYear>2011</inceptionYear>
1515
<licenses>

0 commit comments

Comments
 (0)