Skip to content

Commit

Permalink
Release version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
imedvedko committed Oct 30, 2019
1 parent adb8268 commit 6d1a839
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.8-SNAPSHOT</version>
<version>1.8</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.8-SNAPSHOT</version>
<version>1.8</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.8-SNAPSHOT</version>
<version>1.8</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.8-SNAPSHOT</version>
<version>1.8</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.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
<artifactId>telegram</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.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.8-SNAPSHOT</version>
<version>1.8</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.8-SNAPSHOT</version>
<version>1.8</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.8-SNAPSHOT</version>
<version>1.8</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.8-SNAPSHOT</version>
<version>1.8</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 6d1a839

Please sign in to comment.