Skip to content

Commit abaf570

Browse files
committed
Update to 3.18.36
1 parent 9c8e43e commit abaf570

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ "master", "dependabot/**" ]
8+
branches: [ "master**", "dependabot/**" ]
99
pull_request:
1010
types: [opened, synchronize, reopened]
1111

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<sonar.organization>chancesd</sonar.organization>
1313
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
14-
<revision>3.18.30</revision>
14+
<revision>3.18.36</revision>
1515
</properties>
1616

1717
<distributionManagement>
@@ -111,6 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-javadoc-plugin</artifactId>
114+
<version>3.11.2</version>
114115
<executions>
115116
<execution>
116117
<id>attach-javadocs</id>

pvpmanager/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<url>https://github.com/ChanceSD/PvPManager</url>
1818

1919
<properties>
20-
<config.version>81</config.version>
20+
<config.version>82</config.version>
2121
<database.version>1</database.version>
2222
</properties>
2323

0 commit comments

Comments
 (0)