Skip to content

Commit faa48cb

Browse files
committed
Bumped version number and dependencies to 2018 versions while debugging an unrelated change
1 parent 5ce89f2 commit faa48cb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ apply plugin: 'java'
1111

1212

1313
sourceCompatibility = 1.8
14-
version = '4.2.2'
14+
version = '4.3.0'
1515

1616
configurations {
1717
deploy
1818
}
1919

2020
dependencies {
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'

teamcity-plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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-->

0 commit comments

Comments
 (0)