Skip to content

Commit

Permalink
Update to 3.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceSD committed Apr 1, 2024
1 parent c4d3988 commit b246650
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Artifact Information:
<dependency>
<groupId>me.NoChance.PvPManager</groupId>
<artifactId>pvpmanager</artifactId>
<version>3.17</version>
<version>3.17.8</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.organization>chancesd</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<revision>3.17.2</revision>
<revision>3.17.8</revision>
</properties>

<distributionManagement>
Expand Down
8 changes: 8 additions & 0 deletions pvpmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit b246650

Please sign in to comment.