Skip to content

Commit 87bf868

Browse files
committed
Release version 1.3
1 parent 9831117 commit 87bf868

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/listener/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>parent</artifactId>
99
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
10-
<version>1.3-SNAPSHOT</version>
10+
<version>1.3</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
1919
<artifactId>messenger</artifactId>
20-
<version>1.3-SNAPSHOT</version>
20+
<version>1.3</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.spigotmc</groupId>

modules/messenger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>parent</artifactId>
99
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
10-
<version>1.3-SNAPSHOT</version>
10+
<version>1.3</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

modules/plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>parent</artifactId>
99
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
10-
<version>1.3-SNAPSHOT</version>
10+
<version>1.3</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

@@ -17,12 +17,12 @@
1717
<dependency>
1818
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
1919
<artifactId>listener</artifactId>
20-
<version>1.3-SNAPSHOT</version>
20+
<version>1.3</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
2424
<artifactId>telegram</artifactId>
25-
<version>1.3-SNAPSHOT</version>
25+
<version>1.3</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.koin</groupId>

modules/vendor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>parent</artifactId>
99
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
10-
<version>1.3-SNAPSHOT</version>
10+
<version>1.3</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

modules/vendor/telegram/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>vendor</artifactId>
99
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
10-
<version>1.3-SNAPSHOT</version>
10+
<version>1.3</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
1919
<artifactId>messenger</artifactId>
20-
<version>1.3-SNAPSHOT</version>
20+
<version>1.3</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.github.pengrad</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.imedvedev.minecraft.notification.bot</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.3-SNAPSHOT</version>
7+
<version>1.3</version>
88
<packaging>pom</packaging>
99

1010
<modules>

0 commit comments

Comments
 (0)