Skip to content

Commit

Permalink
Finish R3
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Dec 21, 2021
1 parent 54ec56f commit 8942972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.metallicgoat</groupId>
<artifactId>TweaksAndFeatures</artifactId>
<version>1.0.0-R2</version>
<version>1.0.0-R3</version>

<repositories>
<repository>
Expand Down Expand Up @@ -35,13 +35,11 @@
<version>2.10.10</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>API</artifactId>
<version>5.0.4</version>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand All @@ -52,5 +50,4 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>

</project>
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.0-R2
version: 1.0.0-R3
name: MBedwarsTweaks
author: MetallicGoat
main: me.metallicgoat.tweaks.MBedwarsTweaks
Expand Down

0 comments on commit 8942972

Please sign in to comment.