Skip to content

Commit

Permalink
Merge pull request #83 from Th3Shadowbroker/version-update
Browse files Browse the repository at this point in the history
Update dependencies and added versions plugin
  • Loading branch information
Th3Shadowbroker authored Jun 20, 2022
2 parents 73dd573 + 2cfca2a commit bf2f137
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@

dependency-reduced-pom.xml

*.iml
*.iml
pom.xml.versionsBackup
28 changes: 17 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>dev.th3shadowbroker.spigot</groupId>
<artifactId>OuroborosMines</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.11.1-SNAPSHOT</version>

<properties>
<plugin.name>${project.artifactId}</plugin.name>
Expand Down Expand Up @@ -70,14 +70,14 @@
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.4-SNAPSHOT</version>
<version>7.0.7</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit-lite</artifactId>
<version>1.5</version>
<version>1.8</version>
<scope>compile</scope>
</dependency>

Expand All @@ -91,21 +91,21 @@
<dependency>
<groupId>com.github.PikaMug.Quests</groupId>
<artifactId>quests-dist</artifactId>
<version>59cf463728</version>
<version>4.4.2</version>
</dependency>

<!-- BeautyQuests -->
<dependency>
<groupId>fr.skytasul</groupId>
<artifactId>beautyquests-core</artifactId>
<version>0.18.5</version>
<version>0.19.6</version>
</dependency>

<!-- Jobs Reborn (Autogenerated through jitpack!) -->
<dependency>
<groupId>com.github.Zrips</groupId>
<artifactId>Jobs</artifactId>
<version>v4.16.3</version>
<version>4.17.2</version>
</dependency>

<!-- PlaceholderAPI (Autogenerated through jitpack!) -->
Expand All @@ -120,23 +120,23 @@
<dependency>
<groupId>com.github.TownyAdvanced</groupId>
<artifactId>Towny</artifactId>
<version>0.96.7.3</version>
<version>0.98.2.2</version>
<scope>provided</scope>
</dependency>

<!-- ItemsAdder API -->
<dependency>
<groupId>com.github.LoneDev6</groupId>
<artifactId>api-itemsadder</artifactId>
<version>2.5.5</version>
<version>3.1.6</version>
<scope>provided</scope>
</dependency>

<!-- JUnit -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.4.0</version>
<version>5.9.0-M1</version>
<scope>test</scope>
</dependency>

Expand All @@ -145,14 +145,14 @@
<dependency>
<groupId>com.github.Archy-X</groupId>
<artifactId>AureliumSkills</artifactId>
<version>Beta1.2.8</version>
<version>Beta1.3.3</version>
</dependency>

<!-- Lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<version>1.18.24</version>
<scope>provided</scope>

</dependency>
Expand Down Expand Up @@ -205,6 +205,12 @@
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.11.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void onEnable() {

checkForSupportedPlugins();

new MetricsLite(this);
new MetricsLite(this, 72325);
checkForUpdates();
}

Expand Down

0 comments on commit bf2f137

Please sign in to comment.