Skip to content

Commit

Permalink
teamcity-plugin data updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkvak committed Oct 30, 2017
1 parent 76a6ae7 commit 0215f20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<properties>
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
<teamcity.slackIntegration.plugin.version>1.0.0</teamcity.slackIntegration.plugin.version>
<teamcity.slackIntegration.plugin.vendorName>Plugin vendor name</teamcity.slackIntegration.plugin.vendorName>
<teamcity.slackIntegration.plugin.vendorUrl>Plugin vendor URL</teamcity.slackIntegration.plugin.vendorUrl>
<teamcity.slackIntegration.plugin.vendorName>Alex Kvak</teamcity.slackIntegration.plugin.vendorName>
<teamcity.slackIntegration.plugin.vendorUrl>https://github.com/alexkvak</teamcity.slackIntegration.plugin.vendorUrl>
</properties>
<dependencies>
<dependency>
Expand Down
7 changes: 3 additions & 4 deletions teamcity-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<display-name>Slack Integration</display-name>
<version>@Version@</version>
<description>Integration with slack</description>
<download-url>https://alexkvak.com/</download-url>
<email>Plugin author e-mail</email>
<download-url>@VendorURL@</download-url>
<email>[email protected]</email>
<vendor>
<name>Fast Plugin Dev</name>
<name>@VendorName@</name>
<url>@VendorURL@</url>
<logo>Plugin vendor logo URL</logo>
</vendor>
</info>
<deployment use-separate-classloader="true" />
Expand Down

0 comments on commit 0215f20

Please sign in to comment.