Skip to content

Commit

Permalink
Merge upstream and update version 1.4.0-bundabrg-SNAPSHOT
Browse files Browse the repository at this point in the history
* Support for 1.17
  • Loading branch information
bundabrg committed Jun 30, 2021
1 parent 34fc9ce commit 499d0be
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bootstrap/bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>bootstrap-parent</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>1.4.0-bundabrg-SNAPSHOT</version>
</parent>
<artifactId>bootstrap-bungeecord</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>geyser-parent</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>1.4.0-bundabrg-SNAPSHOT</version>
</parent>
<artifactId>bootstrap-parent</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>bootstrap-parent</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>1.4.0-bundabrg-SNAPSHOT</version>
</parent>
<artifactId>bootstrap-spigot</artifactId>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>connector</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>${parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/sponge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>bootstrap-parent</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>1.4.0-bundabrg-SNAPSHOT</version>
</parent>
<artifactId>bootstrap-sponge</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>bootstrap-parent</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>1.4.0-bundabrg-SNAPSHOT</version>
</parent>
<artifactId>bootstrap-standalone</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>bootstrap-parent</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>1.4.0-bundabrg-SNAPSHOT</version>
</parent>
<artifactId>bootstrap-velocity</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>geyser-parent</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>1.4.0-bundabrg-SNAPSHOT</version>
</parent>
<artifactId>common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>geyser-parent</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>1.4.0-bundabrg-SNAPSHOT</version>
</parent>
<artifactId>connector</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.geysermc</groupId>
<artifactId>geyser-parent</artifactId>
<version>1.4.0-ext-SNAPSHOT</version>
<version>1.4.0-bundabrg-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Geyser</name>
<description>Allows for players from Minecraft Bedrock Edition to join Minecraft Java Edition servers.</description>
Expand Down

0 comments on commit 499d0be

Please sign in to comment.