Skip to content

Commit

Permalink
1.19.4
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Castle <[email protected]>
  • Loading branch information
Kas-tle committed May 15, 2023
1 parent 262bdc4 commit 34b34de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<version>1.19.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -61,12 +61,12 @@
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-paper</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.3</version>
</dependency>
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-annotations</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.3</version>
</dependency>
<dependency>
<groupId>net.luckperms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<plugin.name>ParadisuPlugin</plugin.name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<minecraft.plugin.version>3.4.3</minecraft.plugin.version>
<minecraft.plugin.version>3.4.4</minecraft.plugin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<dependency.connectorplugin.version>1.2-SNAPSHOT</dependency.connectorplugin.version>
Expand Down
10 changes: 5 additions & 5 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,28 @@
<dependency>
<groupId>de.themoep.connectorplugin</groupId>
<artifactId>velocity</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-velocity</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.3</version>
</dependency>
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-minecraft-extras</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.3</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.13.0-SNAPSHOT</version>
<version>4.13.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.13.0-SNAPSHOT</version>
<version>4.13.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.spongepowered</groupId>
Expand Down

0 comments on commit 34b34de

Please sign in to comment.