Skip to content

Commit

Permalink
Updates:
Browse files Browse the repository at this point in the history
- Version bump to 2.1.0.
  • Loading branch information
mciolkosz committed Aug 20, 2021
1 parent 3c3cc25 commit 81294b2
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BungeeIPC is a set of APIs and plugins meant for BungeeCord proxies and their ba

You can download the latest version of the plugins from [here](https://github.com/bspfsystems/BungeeIPC/releases/latest/). Please be sure to download both the Bukkit and BungeeCord `.jar` files.

The latest release is 2.0.0.<br />
The latest release is 2.1.0.<br />
The latest snapshot is 2.1.0-SNAPSHOT.

## Build from Source
Expand Down
14 changes: 7 additions & 7 deletions api/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>bungeeipc-client-api</artifactId>
Expand All @@ -34,15 +34,15 @@

<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>21.0.1</version>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-common-api</artifactId>
<version>2.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-common-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>21.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion api/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>bungeeipc-common-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>bungeeipc-api</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions api/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>bungeeipc-server-api</artifactId>
Expand All @@ -34,15 +34,15 @@

<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>21.0.1</version>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-common-api</artifactId>
<version>2.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-common-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>21.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>bungeeipc-bukkit</artifactId>
Expand All @@ -37,13 +37,13 @@
<dependency>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-common-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-client-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: BungeeIPC
main: org.bspfsystems.bungeeipc.bukkit.BukkitIPCPlugin
author: mciolkosz
website: https://github.com/bspfsystems/BungeeIPC/
version: 2.1.0-SNAPSHOT
version: 2.1.0

commands:
ipc:
Expand Down
6 changes: 3 additions & 3 deletions bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>bungeeipc-bungeecord</artifactId>
Expand All @@ -37,13 +37,13 @@
<dependency>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-common-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-server-api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bungeecord/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BungeeIPC
main: org.bspfsystems.bungeeipc.bungeecord.BungeeIPCPlugin
version: 2.1.0-SNAPSHOT
version: 2.1.0
author: mciolkosz
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<name>BungeeIPC</name>
Expand Down

0 comments on commit 81294b2

Please sign in to comment.