Skip to content

Commit

Permalink
Merge branch 'develop' - 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonconnery committed Apr 2, 2014
2 parents 0f08f2c + 5c7a052 commit 1b83e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'java'


sourceCompatibility = 1.5
version = '2.1.1'
version = '2.1.2'

configurations {
deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ else if( projectSettings != null && projectSettings.getChannel() != null && proj
.appendSeparator(" ")
.printZeroRarelyLast()
.appendMinutes()
.appendSuffix(" minute", "minutes")
.appendSuffix(" minute", " minutes")
.appendSeparator(" and ")
.appendSeconds()
.appendSuffix(" second", " seconds")
Expand Down
2 changes: 1 addition & 1 deletion teamcity-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<info>
<name>slackNotifier</name> <!-- the name of plugin used in teamcity -->
<display-name>Slack Notifier</display-name>
<version>2.1.1</version>
<version>2.1.2</version>
<description>Post build success notifications to Slack</description>
<vendor>
<name>Tapadoo</name>
Expand Down

0 comments on commit 1b83e64

Please sign in to comment.