Skip to content

Commit

Permalink
2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioDP committed Sep 8, 2018
1 parent b579385 commit 12951ed
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 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.3.5</version>
<version>2.3.6</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.3.5</version>
<version>2.3.6</version>
</parent>

<artifactId>parties-bukkit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ public void loadConfiguration(ConfigurationAdapter confAdapter) {
OTHER_FOLLOW_WORLD = confAdapter.getString("other.follow.following-world", OTHER_FOLLOW_WORLD);

// Help messages
HELP_ADDCMD_CLAIM = confAdapter.getString("help.additional-commands.claim", HELP_ADDCMD_CLAIM);
HELP_ADDCMD_HOME = confAdapter.getString("help.additional-commands.home", HELP_ADDCMD_HOME);
HELP_ADDCMD_PROTECTION = confAdapter.getString("help.additional-commands.protection", HELP_ADDCMD_PROTECTION);
HELP_ADDCMD_SETHOME = confAdapter.getString("help.additional-commands.sethome", HELP_ADDCMD_SETHOME);
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.3.5</version>
<version>2.3.6</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.3.5</version>
<version>2.3.6</version>
</parent>

<artifactId>parties-common</artifactId>
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.3.5</version>
<version>2.3.6</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.3.5</version>
<version>2.3.6</version>
<packaging>pom</packaging>

<name>Parties</name>
Expand Down

0 comments on commit 12951ed

Please sign in to comment.