Update Plugin Name
Update the plugin name and vendor information.
This commit is contained in:
parent
ef0656b1de
commit
51b9c105aa
2 changed files with 6 additions and 6 deletions
|
@ -11,8 +11,8 @@
|
|||
<properties>
|
||||
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
|
||||
<teamcity.phabricator-plugin.plugin.version>snapshot-${maven.build.timestamp}</teamcity.phabricator-plugin.plugin.version>
|
||||
<teamcity.phabricator-plugin.plugin.vendorName>Plugin vendor name</teamcity.phabricator-plugin.plugin.vendorName>
|
||||
<teamcity.phabricator-plugin.plugin.vendorUrl>Plugin vendor URL</teamcity.phabricator-plugin.plugin.vendorUrl>
|
||||
<teamcity.phabricator-plugin.plugin.vendorName>X-Lab Ltd</teamcity.phabricator-plugin.plugin.vendorName>
|
||||
<teamcity.phabricator-plugin.plugin.vendorUrl>https://www.x-labsystems.co.uk/</teamcity.phabricator-plugin.plugin.vendorUrl>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<groupId>com.google.code.maven-replacer-plugin</groupId>
|
||||
<artifactId>replacer</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<executions>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>process-sources</phase>
|
||||
<goals>
|
||||
|
@ -61,7 +61,7 @@
|
|||
<token>@VendorURL@</token>
|
||||
<value>${teamcity.phabricator-plugin.plugin.vendorUrl}</value>
|
||||
</replacement>
|
||||
</replacements>
|
||||
</replacements>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<teamcity-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:schemas-jetbrains-com:teamcity-plugin-v1-xml">
|
||||
<info>
|
||||
<name>phabricator-plugin</name>
|
||||
<display-name>phabricator-plugin</display-name>
|
||||
<display-name>Phabricator Reporter</display-name>
|
||||
<version>@Version@</version>
|
||||
<description>Plugin description</description>
|
||||
<description>Reports the status of Harbormaster trigged builds</description>
|
||||
<download-url>Plugin download URL</download-url>
|
||||
<email>Plugin author e-mail</email>
|
||||
<vendor>
|
||||
|
|
Loading…
Reference in a new issue