Skip to content

Commit

Permalink
Update to 3.18.36
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceSD committed Jan 7, 2025
1 parent 9c8e43e commit abaf570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Java CI with Maven

on:
push:
branches: [ "master", "dependabot/**" ]
branches: [ "master**", "dependabot/**" ]
pull_request:
types: [opened, synchronize, reopened]

Expand Down
3 changes: 2 additions & 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.18.30</revision>
<revision>3.18.36</revision>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -111,6 +111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down
2 changes: 1 addition & 1 deletion pvpmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<url>https://github.com/ChanceSD/PvPManager</url>

<properties>
<config.version>81</config.version>
<config.version>82</config.version>
<database.version>1</database.version>
</properties>

Expand Down

0 comments on commit abaf570

Please sign in to comment.