Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHorkles committed Nov 16, 2024
1 parent f477c4e commit fbedc49
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions SilverstoneGlobal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.silverstonemc</groupId>
<artifactId>SilverstoneGlobal</artifactId>
<version>7.3.4</version>
<version>7.3.5</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand All @@ -23,7 +23,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<outputDirectory>C:\Users\jason\OneDrive\MC Server Plugins\Global (Backend)
<outputDirectory>C:\Users\jason\OneDrive\Documents\MC Server Plugins\All Plugins
</outputDirectory>
</configuration>
</plugin>
Expand Down Expand Up @@ -139,15 +139,15 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.1.2</version>
<version>5.2.1</version>
</dependency>

<dependency>
<groupId>me.rerere.matrix</groupId>
<artifactId>Matrix</artifactId>
<version>0</version>
<scope>system</scope>
<systemPath>C:/Users/jason/OneDrive/MC Server Plugins/Non-Survival/Matrix.jar</systemPath>
<systemPath>C:/Users/jason/OneDrive/Documents/MC Server Plugins/All Plugins/Matrix.jar</systemPath>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion SilverstoneMain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<outputDirectory>C:\Users\jason\OneDrive\MC Server Plugins\Minigames</outputDirectory>
<outputDirectory>C:\Users\jason\OneDrive\Documents\MC Server Plugins\All Plugins</outputDirectory>
</configuration>
</plugin>

Expand Down
6 changes: 3 additions & 3 deletions SilverstoneMinigames/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.silverstonemc</groupId>
<artifactId>SilverstoneMinigames</artifactId>
<version>3.3.14</version>
<version>3.3.15</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand All @@ -23,7 +23,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<outputDirectory>C:\Users\jason\OneDrive\MC Server Plugins\Minigames</outputDirectory>
<outputDirectory>C:\Users\jason\OneDrive\Documents\MC Server Plugins\All Plugins</outputDirectory>
</configuration>
</plugin>

Expand Down Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>de.oliver</groupId>
<artifactId>FancyHolograms</artifactId>
<version>2.3.3</version>
<version>2.4.0</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions SilverstoneProxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.silverstonemc</groupId>
<artifactId>SilverstoneProxy</artifactId>
<version>3.5.5</version>
<version>3.5.6</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand All @@ -23,7 +23,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<outputDirectory>C:\Users\jason\OneDrive\MC Server Plugins\Proxy</outputDirectory>
<outputDirectory>C:\Users\jason\OneDrive\Documents\MC Server Plugins\All Plugins</outputDirectory>
</configuration>
</plugin>

Expand Down Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.1.2</version>
<version>5.2.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fbedc49

Please sign in to comment.