Skip to content

Commit 13858df

Browse files
authored
Merge pull request #60 from ashwanthkumar/release-RC9
Prepare 1.4.0-RC9 release.
2 parents 973ede0 + ba4a66c commit 13858df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>in.ashwanthkumar</groupId>
88
<artifactId>gocd-slack-notifier</artifactId>
9-
<version>1.4.0-RC8</version>
9+
<version>1.4.0-RC9</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>

src/main/resources/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<go-plugin id="slack.notifier" version="1">
33
<about>
44
<name>Slack Notification Plugin</name>
5-
<version>1.4.0-RC7</version>
5+
<version>1.4.0-RC9</version>
66
<target-go-version>16.1.0</target-go-version>
77
<description>Plugin to send build notifications to slack</description>
88
<vendor>
99
<name>Ashwanth Kumar</name>
1010
<url>https://github.com/ashwanthkumar/gocd-slack-build-notifier</url>
1111
</vendor>
1212
</about>
13-
</go-plugin>
13+
</go-plugin>

0 commit comments

Comments
 (0)