Skip to content

Commit

Permalink
build-57
Browse files Browse the repository at this point in the history
  • Loading branch information
xspanger3770 committed Apr 18, 2024
1 parent b4ca77b commit 9016fb4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion GlobalQuakeAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xspanger.GlobalQuake</groupId>
<artifactId>GlobalQuake</artifactId>
<version>0.11.0_build-56</version>
<version>0.11.0_build-57</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions GlobalQuakeClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xspanger.GlobalQuake</groupId>
<artifactId>GlobalQuake</artifactId>
<version>0.11.0_build-56</version>
<version>0.11.0_build-57</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>xspanger.GlobalQuake</groupId>
<artifactId>GlobalQuakeCore</artifactId>
<version>0.11.0_build-56</version>
<version>0.11.0_build-57</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion GlobalQuakeCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xspanger.GlobalQuake</groupId>
<artifactId>GlobalQuake</artifactId>
<version>0.11.0_build-56</version>
<version>0.11.0_build-57</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public abstract class GlobalQuake {

public static final String version = "v0.11.0_build-56";
public static final String version = "v0.11.0_build-57";

protected GlobalQuakeRuntime globalQuakeRuntime;
protected SeedlinkNetworksReader seedlinkNetworksReader;
Expand Down
4 changes: 2 additions & 2 deletions GlobalQuakeServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xspanger.GlobalQuake</groupId>
<artifactId>GlobalQuake</artifactId>
<version>0.11.0_build-56</version>
<version>0.11.0_build-57</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>xspanger.GlobalQuake</groupId>
<artifactId>GlobalQuakeCore</artifactId>
<version>0.11.0_build-56</version>
<version>0.11.0_build-57</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/net.dv8tion/JDA -->
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>xspanger.GlobalQuake</groupId>
<artifactId>GlobalQuake</artifactId>
<version>0.11.0_build-56</version>
<version>0.11.0_build-57</version>
<packaging>pom</packaging>
<modules>
<module>GlobalQuakeClient</module>
Expand Down

0 comments on commit 9016fb4

Please sign in to comment.