Skip to content

Commit

Permalink
Update 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioDP committed Jan 24, 2019
1 parent 0d658e7 commit 29591f0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alessiodp.parties</groupId>
<artifactId>Parties</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>

<artifactId>parties-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alessiodp.parties</groupId>
<artifactId>Parties</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>

<artifactId>parties-bukkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.alessiodp.parties</groupId>
<artifactId>Parties</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>

<artifactId>parties-bungee</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>Parties</artifactId>
<groupId>com.alessiodp.parties</groupId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>

<artifactId>parties-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ public void onCommand(CommandData commandData) {
for(PartiesCommand pc : plugin.getCommandManager().getOrderedCommands()) {
if (allowedCommands.contains(pc)) {
list.add(pc.getHelp());
System.out.println("Adding: " + pc.getCommand());
} else {
System.out.println("Skipping: " + pc.getCommand());
}
}

Expand Down
2 changes: 1 addition & 1 deletion output/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Parties</artifactId>
<groupId>com.alessiodp.parties</groupId>
<version>2.5.0</version>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.alessiodp.parties</groupId>
<artifactId>Parties</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<packaging>pom</packaging>

<name>Parties</name>
Expand Down

0 comments on commit 29591f0

Please sign in to comment.