Skip to content

Commit efca789

Browse files
committed
Upgrade plugins to latest version
1 parent dec1778 commit efca789

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

parent/pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<!-- We can't go to 3.0.0-M2 as it has a regression. See https://issues.apache.org/jira/browse/MENFORCER-306 -->
24-
<org.apache.maven.plugins.enforcer.version>3.0.0-M1</org.apache.maven.plugins.enforcer.version>
25-
<org.apache.maven.plugins.surefire.version>3.0.0-M3</org.apache.maven.plugins.surefire.version>
26-
<org.apache.maven.plugins.javadoc.version>3.1.0</org.apache.maven.plugins.javadoc.version>
24+
<org.apache.maven.plugins.enforcer.version>3.0.0</org.apache.maven.plugins.enforcer.version>
25+
<org.apache.maven.plugins.surefire.version>3.0.0-M5</org.apache.maven.plugins.surefire.version>
26+
<org.apache.maven.plugins.javadoc.version>3.3.1</org.apache.maven.plugins.javadoc.version>
2727
<com.puppycrawl.tools.checkstyle.version>8.29</com.puppycrawl.tools.checkstyle.version>
2828
<add.release.arguments />
2929
<forkCount>1</forkCount>
@@ -124,12 +124,12 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-assembly-plugin</artifactId>
127-
<version>3.1.1</version>
127+
<version>3.3.0</version>
128128
</plugin>
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-checkstyle-plugin</artifactId>
132-
<version>3.1.0</version>
132+
<version>3.1.2</version>
133133
<configuration>
134134
<configLocation>${basedir}/../etc/checkstyle.xml</configLocation>
135135
<consoleOutput>true</consoleOutput>
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-compiler-plugin</artifactId>
157-
<version>3.8.0</version>
157+
<version>3.8.1</version>
158158
<configuration>
159159
<source>1.8</source>
160160
<target>1.8</target>
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-dependency-plugin</artifactId>
166-
<version>3.1.1</version>
166+
<version>3.2.0</version>
167167
</plugin>
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.apache.felix</groupId>
188188
<artifactId>maven-bundle-plugin</artifactId>
189-
<version>4.0.0</version>
189+
<version>5.1.1</version>
190190
<executions>
191191
<execution>
192192
<id>bundle-manifest</id>
@@ -205,7 +205,7 @@
205205
<plugin>
206206
<groupId>org.apache.maven.plugins</groupId>
207207
<artifactId>maven-jar-plugin</artifactId>
208-
<version>3.1.1</version>
208+
<version>3.2.0</version>
209209
</plugin>
210210
<plugin>
211211
<groupId>org.apache.maven.plugins</groupId>
@@ -219,7 +219,7 @@
219219
<plugin>
220220
<groupId>org.apache.maven.plugins</groupId>
221221
<artifactId>maven-release-plugin</artifactId>
222-
<version>2.5.3</version>
222+
<version>3.0.0-M4</version>
223223
<configuration>
224224
<arguments>-DskipTests ${add.release.arguments}</arguments>
225225
<preparationGoals>clean install</preparationGoals>
@@ -239,12 +239,12 @@
239239
<plugin>
240240
<groupId>org.apache.maven.plugins</groupId>
241241
<artifactId>maven-source-plugin</artifactId>
242-
<version>3.0.1</version>
242+
<version>3.2.0</version>
243243
</plugin>
244244
<plugin>
245245
<groupId>org.apache.maven.plugins</groupId>
246246
<artifactId>maven-site-plugin</artifactId>
247-
<version>3.7.1</version>
247+
<version>3.9.1</version>
248248
</plugin>
249249
<plugin>
250250
<groupId>org.apache.maven.plugins</groupId>
@@ -259,7 +259,7 @@
259259
<plugin>
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-shade-plugin</artifactId>
262-
<version>3.2.0</version>
262+
<version>3.2.4</version>
263263
</plugin>
264264
<plugin>
265265
<groupId>com.mycila.maven-license-plugin</groupId>
@@ -269,12 +269,12 @@
269269
<plugin>
270270
<groupId>org.jacoco</groupId>
271271
<artifactId>jacoco-maven-plugin</artifactId>
272-
<version>0.8.3</version>
272+
<version>0.8.7</version>
273273
</plugin>
274274
<plugin>
275275
<groupId>org.codehaus.mojo</groupId>
276276
<artifactId>flatten-maven-plugin</artifactId>
277-
<version>1.2.1</version>
277+
<version>1.2.7</version>
278278
</plugin>
279279
</plugins>
280280
</pluginManagement>

0 commit comments

Comments
 (0)