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

Commit

Permalink
bump: bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Feb 15, 2021
1 parent b58a4a7 commit dbae05d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2.0-SNAPSHOT</version>
<version>1.0.2</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.2.0-SNAPSHOT</version>
<version>1.0.2</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.2.0-SNAPSHOT</version>
<version>1.0.2</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.2.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>tc-discord-webhooks-server</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit dbae05d

Please sign in to comment.