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

Commit

Permalink
Fix version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Feb 18, 2020
1 parent 0eefafe commit 0a37a64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>tc-discord-webhooks</artifactId>
<groupId>com.github.playerforcehd</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>com.github.playerforcehd</groupId>
<artifactId>tc-discord-webhooks-server</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>
<build>
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 @@ -29,7 +29,7 @@
<parent>
<artifactId>tc-discord-webhooks</artifactId>
<groupId>com.github.playerforcehd</groupId>
<version>1.0.0</version>
<version>1.0.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 @@ -37,7 +37,7 @@
<vendor>
<name>@VendorName@</name>
<url>@VendorURL@</url>
<logo>https://static.playerforcehd.tk/images/steamgroup/pb/Blue/EuckalyptusDreizack_Blue-512.png</logo>
<logo>https://raw.githubusercontent.com/pascal-zarrad/tc-discord-webhooks/master/.github/logo_tmp.png</logo>
</vendor>
</info>
<deployment use-separate-classloader="true"/>
Expand Down

0 comments on commit 0a37a64

Please sign in to comment.