Skip to content

Commit 051050a

Browse files
committed
Upgrade plugins
1 parent 7d3faa8 commit 051050a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pom.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugins>
8484
<plugin>
8585
<artifactId>maven-compiler-plugin</artifactId>
86-
<version>3.6.1</version>
86+
<version>3.8.1</version>
8787
<configuration>
8888
<source>${source.property}</source>
8989
<target>${target.property}</target>
@@ -92,7 +92,7 @@
9292
</plugin>
9393
<plugin>
9494
<artifactId>maven-surefire-plugin</artifactId>
95-
<version>2.19.1</version>
95+
<version>2.22.2</version>
9696
<configuration>
9797
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
9898
<systemPropertyVariables>
@@ -124,24 +124,25 @@
124124
</plugin>
125125
<plugin>
126126
<artifactId>maven-resources-plugin</artifactId>
127-
<version>3.0.2</version>
127+
<version>3.1.0</version>
128128
<configuration>
129129
<encoding>UTF-8</encoding>
130130
</configuration>
131131
</plugin>
132132
<plugin>
133133
<artifactId>maven-release-plugin</artifactId>
134+
<version>2.5.3</version>
134135
<configuration>
135136
<autoVersionSubmodules>true</autoVersionSubmodules>
136137
</configuration>
137138
</plugin>
138139
<plugin>
139140
<artifactId>maven-jar-plugin</artifactId>
140-
<version>3.0.2</version>
141+
<version>3.1.2</version>
141142
</plugin>
142143
<plugin>
143144
<artifactId>maven-source-plugin</artifactId>
144-
<version>3.0.1</version>
145+
<version>3.1.0</version>
145146
<executions>
146147
<execution>
147148
<id>attach-sources</id>
@@ -152,12 +153,16 @@
152153
</execution>
153154
</executions>
154155
</plugin>
156+
<plugin>
157+
<artifactId>maven-deploy-plugin</artifactId>
158+
<version>2.8.2</version>
159+
</plugin>
155160
</plugins>
156161
<pluginManagement>
157162
<plugins>
158163
<plugin>
159164
<artifactId>maven-javadoc-plugin</artifactId>
160-
<version>2.10.4</version>
165+
<version>3.1.1</version>
161166
</plugin>
162167
</plugins>
163168
</pluginManagement>

0 commit comments

Comments
 (0)