File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ # 4.3.0
2+ * Bumped up Teamcity library versions to 2018
13
24# 4.2.2
35* Added test passed/failed count as another field to the Slack post
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ apply plugin: 'java'
1111
1212
1313sourceCompatibility = 1.8
14- version = ' 4.2.2 '
14+ version = ' 4.3.0 '
1515
1616configurations {
1717 deploy
1818}
1919
2020dependencies {
21- compile ' org.jetbrains.teamcity:server-api:2017 .2+'
22- compile ' org.jetbrains.teamcity:common-api:2017 .2+'
21+ compile ' org.jetbrains.teamcity:server-api:2018 .2+'
22+ compile ' org.jetbrains.teamcity:common-api:2018 .2+'
2323 compile ' com.google.code.gson:gson:2.+'
2424 compile ' org.jdom:jdom:1+'
2525 compile ' joda-time:joda-time:2.3'
Original file line number Diff line number Diff line change 44 <info >
55 <name >slackNotifier</name > <!-- the name of plugin used in teamcity -->
66 <display-name >Slack Notifier</display-name >
7- <version >4.2.2 </version >
7+ <version >4.3.0 </version >
88 <description >Post build success notifications to Slack</description >
99 <vendor >
1010 <name >Tapadoo</name >
1111 <url >http://tapadoo.com</url >
12- <logo >http ://buzz .tapadoo.com/tp_small_logo.png</logo >
12+ <logo >https ://apps .tapadoo.com/tp_small_logo.png</logo >
1313 </vendor >
1414 </info >
1515 <deployment use-separate-classloader =" true" /> <!-- load server plugin's classes in separate classloader-->
You can’t perform that action at this time.
0 commit comments