Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update RandomPackage Version to 16.4.4 in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Oct 24, 2019
1 parent 8268464 commit 114e9d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.puyodead1</groupId>
<artifactId>RPBookGUI</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
<name>RPBookGUI</name>
<repositories>
<repository>
Expand All @@ -14,7 +14,12 @@
<id>bungeecord-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<id>github</id>
<url>https://github.com/Puyodead1/maven/raw/repository/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
Expand All @@ -25,7 +30,7 @@
<dependency>
<groupId>me.randomhashtags</groupId>
<artifactId>randompackage</artifactId>
<version>16.3.3</version>
<version>16.4.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: RPBookGUI
version: 2.9.4
version: 2.9.5
author: Puyodead1
main: io.github.puyodead1.rpbookgui.RPBookGUI
depend: [RandomPackage]
Expand Down

0 comments on commit 114e9d7

Please sign in to comment.