Skip to content

Commit

Permalink
Final metadata for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
manojlds committed Jun 28, 2014
1 parent 7464707 commit 99dad09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.stacktoheap.go</groupId>
<artifactId>gocd-powershell-runner</artifactId>
<version>0.1</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>Powershell Task</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public TaskView view() {
TaskView taskView = new TaskView() {
@Override
public String displayValue() {
return "Powershell Runner";
return "Powershell";
}

@Override
Expand Down
9 changes: 6 additions & 3 deletions src/main/resources/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<go-plugin id="gocd-powershell-runner" version="1">
<about>
<name>Powershell Runner plugin</name>
<version>0.1</version>
<name>Powershell Task Plugin</name>
<version>1.0</version>
<target-go-version>14.1.0</target-go-version>
<description>
A plugin that provides a Powershell Runner
Task to run Powershell based builds
</description>
<vendor>
<name>manojlds</name>
<url>www.stacktoheap.com</url>
</vendor>
<target-os>
<value>Windows</value>
</target-os>
</about>
</go-plugin>

0 comments on commit 99dad09

Please sign in to comment.