Skip to content

Commit

Permalink
improv. fix placeholder and build
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcoo committed Mar 9, 2022
1 parent ef43c3f commit 44f3217
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>fr.nivcoo</groupId>
<artifactId>Pointz</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -57,24 +57,19 @@
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.1</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>4.0.3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.8</version>
<version>2.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fr.nivcoo</groupId>
<artifactId>UtilsZ</artifactId>
<version>LATEST</version>
<version>1.0.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Pointz
version: 2.6.7
version: 2.6.8
author: nivcoo
main: fr.nivcoo.pointz.Pointz
softdepend: [ MVdWPlaceholderAPI, PlaceholderAPI ]
softdepend: [ PlaceholderAPI ]
api-version: 1.13
commands:
pointz:
Expand Down

0 comments on commit 44f3217

Please sign in to comment.