Skip to content

Commit

Permalink
Release version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
imedvedko committed Nov 28, 2022
1 parent fd8a388 commit 416bcbe
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions modules/listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<artifactId>messenger</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/messenger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions modules/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -17,12 +17,12 @@
<dependency>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<artifactId>listener</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
</dependency>
<dependency>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<artifactId>telegram</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/vendor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/vendor/telegram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>vendor</artifactId>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
</parent>

<artifactId>telegram</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<artifactId>messenger</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
</dependency>
<dependency>
<groupId>com.github.pengrad</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<artifactId>parent</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 416bcbe

Please sign in to comment.