Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
- Upgraded dependencies
- Updated artifact version
  • Loading branch information
josemmo committed Jan 21, 2021
1 parent 0ac9a39 commit bcb5a46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.josemmo.bukkit.plugin</groupId>
<artifactId>YamipaPlugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-core</artifactId>
<version>5.4</version>
<version>5.8</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bcb5a46

Please sign in to comment.