Skip to content

Commit 3d132e5

Browse files
committed
Bump version to 2.1.5
1 parent 4224909 commit 3d132e5

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

bukkit-1.17/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>badlionclientmodapi</artifactId>
77
<groupId>net.badlion</groupId>
8-
<version>2.1.4</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>net.badlion</groupId>
6262
<artifactId>bukkit-common</artifactId>
63-
<version>2.1.4</version>
63+
<version>2.1.5</version>
6464
<scope>compile</scope>
6565
</dependency>
6666
<dependency>

bukkit-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>badlionclientmodapi</artifactId>
77
<groupId>net.badlion</groupId>
8-
<version>2.1.4</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>net.badlion</groupId>
4949
<artifactId>modapi-common</artifactId>
50-
<version>2.1.4</version>
50+
<version>2.1.5</version>
5151
<scope>compile</scope>
5252
</dependency>
5353
<dependency>

bukkit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>badlionclientmodapi</artifactId>
77
<groupId>net.badlion</groupId>
8-
<version>2.1.4</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>net.badlion</groupId>
6262
<artifactId>bukkit-common</artifactId>
63-
<version>2.1.4</version>
63+
<version>2.1.5</version>
6464
<scope>compile</scope>
6565
</dependency>
6666
<dependency>

bungee/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>badlionclientmodapi</artifactId>
77
<groupId>net.badlion</groupId>
8-
<version>2.1.4</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>net.badlion</groupId>
6262
<artifactId>modapi-common</artifactId>
63-
<version>2.1.4</version>
63+
<version>2.1.5</version>
6464
<scope>compile</scope>
6565
</dependency>
6666
<dependency>

modapi-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>badlionclientmodapi</artifactId>
77
<groupId>net.badlion</groupId>
8-
<version>2.1.4</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>net.badlion</groupId>
88
<artifactId>badlionclientmodapi</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.1.4</version>
10+
<version>2.1.5</version>
1111

1212
<name>Badlion Client Mod Api</name>
1313
<description>Badlion Client Mod Api for disabling mods or adding additional content to the client from the server</description>

velocity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>badlionclientmodapi</artifactId>
77
<groupId>net.badlion</groupId>
8-
<version>2.1.4</version>
8+
<version>2.1.5</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>net.badlion</groupId>
6868
<artifactId>modapi-common</artifactId>
69-
<version>2.1.4</version>
69+
<version>2.1.5</version>
7070
<scope>compile</scope>
7171
</dependency>
7272

0 commit comments

Comments
 (0)