Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonsator committed Oct 13, 2023
1 parent c9cc973 commit d2cccf7
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You can find the JavaDoc [here](https://simonsator.de/JavaDoc/PartyRedisBungeeAP
<dependency>
<groupId>de.simonsator</groupId>
<artifactId>spigot-party-api-for-party-and-friends</artifactId>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spigot-party-api-parent</artifactId>
<groupId>de.simonsator</groupId>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spigot-party-api-for-party-and-friends</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bungeecord-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spigot-party-api-parent</artifactId>
<groupId>de.simonsator</groupId>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion final-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spigot-party-api-parent</artifactId>
<groupId>de.simonsator</groupId>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spigot-party-api-final-build</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.simonsator</groupId>
<artifactId>spigot-party-api-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion proxy-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spigot-party-api-parent</artifactId>
<groupId>de.simonsator</groupId>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spigot-party-api-proxy-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spigot-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spigot-party-api-parent</artifactId>
<groupId>de.simonsator</groupId>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spigot-party-api-spigot-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spigot-party-api-parent</artifactId>
<groupId>de.simonsator</groupId>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spigot-party-api-test</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>de.simonsator</groupId>
<artifactId>spigot-party-api-for-party-and-friends</artifactId>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion velocity-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spigot-party-api-parent</artifactId>
<groupId>de.simonsator</groupId>
<version>1.0.6-RELEASE</version>
<version>1.0.7-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spigot-party-api-velocity-mysql</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import java.nio.file.Path;

@Plugin(id = "party-proxy-bridge-for-paf", name = "Party Proxy Bridge for Party and Friends", version = "1.0.6-RELEASE",
@Plugin(id = "party-proxy-bridge-for-paf", name = "Party Proxy Bridge for Party and Friends", version = "1.0.7-RELEASE",
description = "Loads Party Proxy Bridge for Party and Friends", authors = {"Simonsator"}, dependencies = {@Dependency(id = "partyandfriends")})
public class PartyAPISpigotBridgeLoader {
private final Path folder;
Expand All @@ -24,7 +24,7 @@ public PartyAPISpigotBridgeLoader(@DataDirectory final Path folder) {
@Subscribe
public void onProxyInitialization(ProxyInitializeEvent event) {
PAFPlugin.loadExtension(new VelocityExtensionLoadingInfo(new PartyAPIForSpigotVelocityBridgePlugin(folder),
"party-proxy-bridge-for-paf", "Loads Party Proxy Bridge for Party and Friends", "1.0.6-RELEASE", "Simonsator"));
"party-proxy-bridge-for-paf", "Loads Party Proxy Bridge for Party and Friends", "1.0.7-RELEASE", "Simonsator"));
}

}

0 comments on commit d2cccf7

Please sign in to comment.