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