Skip to content

Commit

Permalink
Merge pull request #60 from ashwanthkumar/release-RC9
Browse files Browse the repository at this point in the history
Prepare 1.4.0-RC9 release.
  • Loading branch information
jdavisp3 authored Oct 30, 2016
2 parents 973ede0 + ba4a66c commit 13858df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>in.ashwanthkumar</groupId>
<artifactId>gocd-slack-notifier</artifactId>
<version>1.4.0-RC8</version>
<version>1.4.0-RC9</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<go-plugin id="slack.notifier" version="1">
<about>
<name>Slack Notification Plugin</name>
<version>1.4.0-RC7</version>
<version>1.4.0-RC9</version>
<target-go-version>16.1.0</target-go-version>
<description>Plugin to send build notifications to slack</description>
<vendor>
<name>Ashwanth Kumar</name>
<url>https://github.com/ashwanthkumar/gocd-slack-build-notifier</url>
</vendor>
</about>
</go-plugin>
</go-plugin>

0 comments on commit 13858df

Please sign in to comment.