Skip to content

Commit

Permalink
Added the JAR for Ponder and changed the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Feb 5, 2022
1 parent da17041 commit 01913a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file added dependencies/Ponder-v0.15-alpha-2.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dansplugins</groupId>
<artifactId>Currencies</artifactId>
<version>v1.1</version>
<version>v1.2-alpha-1</version>
<packaging>jar</packaging>

<name>Currencies</name>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>preponderous</groupId>
<artifactId>ponder</artifactId>
<version>v0.13</version>
<version>v0.15-alpha-2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/dansplugins/currencies/Currencies.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class Currencies extends JavaPlugin {

private static Currencies instance;

private final String version = "v1.1";
private final String pluginVersion = "v" + getDescription().getVersion();

public static Currencies getInstance() {
return instance;
Expand Down Expand Up @@ -57,7 +57,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String label, String
}

public String getVersion() {
return version;
return pluginVersion;
}

public boolean isDebugEnabled() {
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: Currencies
version: 1.1
version: '${project.version}'
main: dansplugins.currencies.Currencies
api-version: 1.13
depend: [MedievalFactions]
Expand Down

0 comments on commit 01913a7

Please sign in to comment.