Skip to content

Commit

Permalink
Merge pull request #15 from anweisen/development
Browse files Browse the repository at this point in the history
Release v1.3.13
  • Loading branch information
DomiIRL authored Jun 10, 2022
2 parents ae9573b + ffab1c8 commit 585e36f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bukkit-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.anweisen.utilities</groupId>
<artifactId>root</artifactId>
<version>1.3.12</version>
<version>1.3.13</version>
</parent>

<artifactId>bukkit-utils</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public static boolean isObtainableInSurvival(@Nonnull Material material) {
case "POWDER_SNOW":
case "LIGHT":
case "BUNDLE":
case "REINFORCED_DEEPSLATE":
case "FROGSPAWN":
return false;
}

Expand Down
2 changes: 1 addition & 1 deletion common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.anweisen.utilities</groupId>
<artifactId>root</artifactId>
<version>1.3.12</version>
<version>1.3.13</version>
</parent>

<artifactId>common-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion database-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.anweisen.utilities</groupId>
<artifactId>root</artifactId>
<version>1.3.12</version>
<version>1.3.13</version>
</parent>

<artifactId>database-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion database-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.anweisen.utilities</groupId>
<artifactId>root</artifactId>
<version>1.3.12</version>
<version>1.3.13</version>
</parent>

<artifactId>database-mongodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion database-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.anweisen.utilities</groupId>
<artifactId>root</artifactId>
<version>1.3.12</version>
<version>1.3.13</version>
</parent>

<artifactId>database-sql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jda-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.anweisen.utilities</groupId>
<artifactId>root</artifactId>
<version>1.3.12</version>
<version>1.3.13</version>
</parent>

<artifactId>jda-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.anweisen.utilities</groupId>
<artifactId>root</artifactId>
<version>1.3.12</version>
<version>1.3.13</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 585e36f

Please sign in to comment.