Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from pascal-zarrad/develop
Browse files Browse the repository at this point in the history
Move logo image to repository
  • Loading branch information
pascal-zarrad authored Jan 23, 2022
2 parents a864d54 + 2e448f9 commit 5d9421b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file added .github/tcdiscordwebhooks-logo-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>tc-discord-webhooks</artifactId>
<groupId>com.github.playerforcehd</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>com.github.playerforcehd</groupId>
<artifactId>tc-discord-webhooks-server</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.github.playerforcehd</groupId>
<artifactId>tc-discord-webhooks</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>TC Discord WebHooks</name>
Expand Down
2 changes: 1 addition & 1 deletion tc-discord-webhooks-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>tc-discord-webhooks</artifactId>
<groupId>com.github.playerforcehd</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<artifactId>tc-discord-webhooks-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion teamcity-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<vendor>
<name>@VendorName@</name>
<url>@VendorURL@</url>
<logo>https://static.pascal-zarrad.de/projects/tc-discord-webhooks/tcdiscordwebhooks-logo-1024.png</logo>
<logo>https://raw.githubusercontent.com/pascal-zarrad/tc-discord-webhooks/develop/.github/tcdiscordwebhooks-logo-1024.png</logo>
</vendor>
</info>
<deployment use-separate-classloader="true"/>
Expand Down

0 comments on commit 5d9421b

Please sign in to comment.